Property (Read-Write)
SCPI.SENSe(Ch).SWEep.SLOCal.STATe = Status
Status = SCPI.SENSe(Ch).SWEep.SLOCal.STATe
This command turns ON/OFF the Shift LO mode for the selected channel (Ch).
Parameter |
Status |
Description |
Turns ON/OFF the Shift LO mode |
Data Type |
Boolean type (Boolean) |
Range |
Select from either of the following: True or ON: Turns ON the Shift LO mode. False or OFF: Turns OFF the Shift LO mode. |
Preset Value |
False or OFF |
Dim Var as Boolean
SCPI.SENSe(1).SWEep.SLOCal.STATe = True
Var = SCPI.SENSe(1).SWEep.SLOCal.STATe
SCPI.SENSe(Ch).SWEep.SLOCal.MAXimum
Sweep Setup > Edit Segment Table > Shift LO Mode > Shift LO Mode > ON|OFF
:SENSe{[1]-160}:SWEep:SLOCal:STATe {ON|OFF|1|0}
:SENSe{[1]-160}:SWEep:SLOCal:STATe?
{1|0} <newline><^END>
10 OUTPUT 717;":SENS1:SWE:SLOC:STAT ON"
20 OUTPUT 717;":SENS1:SWE:SLOC:STAT?"
30 ENTER 717;A