Programming
531
Variable
Parameter Value
Description
Short 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#, 0.1, 0, 2000000#, 0.05, 0, 3000000#, 0.5, 0)
Ana.WriteString ":SENS1:CORR1:CKIT:SHOR:TABL " & SetTableAry(), True
Ana.WriteString ":SENS1:CORR1:CKIT:SHOR:TABL?", True
SetTableAry=Ana.ReadList(ASCIIType_R8, ",")
Related Commands
:SENS:CORR:CKIT:SHOR:MOD
:SENS:CORR:CKIT:OPEN:TABL
:SENS:CORR:CKIT:LOAD:TABL
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)
SCPI.SENSE(Ch).CORRECTION(Type).CKIT.SHORT.TABLE
:SENS<Ch>:CORR<Type>:CLE
Type