Programming
549
Examples
See :SENS:CORR:ZME:LOAD
Related Commands
:SENS:CORR:ZME:OPEN
:SENS:CORR:ZME:LOAD
:SENS:CORR:ZME:SHOR:POIN
:SENS:CORR:ZME:POIN
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)
SCPI.SENSE(Ch).CORRECTION(Type).ZMEAS.SHORT.DATA
:SENS<Ch>:CORR2:ZME:SHOR:FREQ
Type
Query
Syntax
:SENSe<Ch>:CORRection2:ZMEas:SHORt:FREQuency?
Description
This command returns the frequency stimulus array of the short standard
for the fixture compensation. The array size (number of point) is returned
by :SENS:CORR:ZME:SHOR:POIN. SENS:CORR1:ZME:SHOR:FREQ causes
an undefined header error.
Query Response
{numeric}, ... , {numeric}<newline><^END>
Examples
Dim Var as Variant
Ana.WriteString ":SENS1:CORR2:ZME:SHOR:FREQ?", True
Var=Ana.ReadList(ASCIIType_R8, ",")
Related Commands
:SENS:CORR:ZME:SHOR:POIN
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)
SCPI.SENSE(Ch).CORRECTION(2).ZMEAS.SHORT.FREQUENCY
:SENS<Ch>:CORR2:ZME:SHOR:POIN
Type
Query
Syntax
:SENSe<Ch>:CORRection2:ZMEas:SHORt:POINts?