Programming
541
Syntax
:SENSe<Ch>:CORRection2:SHORt[:STATe] {ON|OFF|1|0}
:SENSe<Ch>:CORRection2:SHORt[:STATe]?
Description
This command sets/gets the short fixture compensation On/Off status.
SENS:CORR1:SHOR causes an undefined header error.
Variable
Parameter Selection Option
Description Short fixture compensation On/Off status
Data Type Boolean type (Boolean)
Range ON|OFF|1|0
Preset Value
OFF
Query Response
{1|0}<newline><^END>
Examples
Dim Var as Integer
Ana.WriteString ":SENS1:CORR2:SHOR ON", True
Ana.WriteString ":SENS1:CORR2:SHOR?", True
Var=Ana.ReadNumber
Related Commands
:SENS:CORR:COLL:ACQ:SHOR
:SENS:CORR:OPEN
:SENS:CORR:LOAD
:SENS:CORR:STAT
Equivalent Softkey
Cal > Fixture Compen > Short
COM Command Syntax (Internal Control Only)
SCPI.SENSE(Ch).CORRECTION(2).SHORT.STATE
:SENS<Ch>:CORR1:STAT
Type
Command/Query
Syntax