Property (Read only)
Data = SCPI.SENSe(Ch).DATA.CORRdata(Param)
This command gets S-Parameter data. Refer to Internal Data Processing.
The SCPI.SENSe(Ch).CORRection.DATA.CDATa command allows you to get the multiple S-parameter data by one command.
Parameter |
Param |
Description |
Measurement parameter |
Data type |
Character string type (String) |
Range |
Select the following:
|
Preset value |
"S11" |
Parameter |
Data |
Description |
Indicates the array data (corrected data array) of NOP (number of measurement points)*2. Where n is an integer between 1 and NOP.
The index of the array starts from 0. |
Data type |
Variant type (Variant) |
Note |
If there is no array data of NOP (number of measurement point))* 2 when setting a corrected data array, an error occurs when executed and the object is ignored. |
Dim CorData As Variant
CorData = SCPI.SENSe.DATA.CORRdata("S21")
SCPI.SENSe(Ch).CORRection.DATA.CDATa
No equivalent key is available on the front panel.
:SENSe:DATA:CORRdata? {S11|S21|S31|S41|S12|S22|S32|S42|S13|S23|S33|S43|S14|S24|S34|S44}
{array}<newline><^END>
10 OUTPUT 717;":SENS:DATA:CORR? S21"
20 ENTER 717;A(*)