:SENS<Ch>:CORR:CKIT:LOAD:TABL

Type

Command/Query

Syntax

:SENSe<Ch>:CORRection:CKIT:LOAD:TABLe <Value 1>, ... , <Value (n×3+1)>

:SENSe<Ch>:CORRection:CKIT:LOAD:TABLe?

Description

This command defines the table of load model for the user calibration.

Variable

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

Query Response

{numeric 1}, ... , {numeric (n×3+1)}<newline><^END>

Examples

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, ",")

Related Commands

:SENS:CORR:CKIT:LOAD:MOD

:SENS:CORR:CKIT:OPEN:TABL

:SENS:CORR:CKIT:SHOR:TABL

Equivalent Softkey

No equivalent key is available on the front panel.

COM Command Syntax (Internal Control Only)

SCPI.SENSE(Ch).CORRECTION.CKIT.LOAD.TABLE