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:
|
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 > 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