Command/Query
:SENSe<Ch>:CORRection:CKIT:LOAD:TABLe <Value 1>, ... , <Value (n×3+1)>
:SENSe<Ch>:CORRection:CKIT:LOAD:TABLe?
This command defines the table of load model for the user calibration.
Parameter |
Value |
Description |
Load standard definition table: Indicates the array data of 1 + NOP (number of standard data points) × 3. Where n is an integer between 1 and NOP. <value 1> :The number of standard data points you want to set. Specify an integer ranging 1 to 1601. <Value (n×3-1)> :Frequency at the n-th of standard data. <Value (n×3)> :Real part of data (complex number) at the n-th standard data point. <Value (n×3+1)> :Imaginary part of data (complex number) at the n-th standard data point. |
Data Type |
Variant type Array (Range) |
Preset Value |
0 |
{numeric 1}, ... , {numeric (n×3+1)}<newline><^END>
Dim SetTableAry() as Double
SetTableAry = Array(3, 1000000#, 50.1, 0, 2000000#, 50.05, 0, 3000000#, 51, 0)
Ana.WriteString ":SENS1:CORR1:CKIT:LOAD:TABL " & SetTableAry(), True
Ana.WriteString ":SENS1:CORR1:CKIT:LOAD:TABL?", True
SetTableAry=Ana.ReadList(ASCIIType_R8, ",")
No equivalent key is available on the front panel.
SCPI.SENSE(Ch).CORRECTION.CKIT.LOAD.TABLE