SCPI.SENSe(Ch).SWEep.SLOCal.STATe

Object type

Property (Read-Write)

Syntax

SCPI.SENSe(Ch).SWEep.SLOCal.STATe= Status

Status= SCPI.SENSe(Ch).SWEep.SLOCal.STATe

Description

This command turns ON/OFF the Shift LO mode for the selected channel (Ch).

Variable

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

Examples

Dim Var As Boolean
SCPI.SENSe(1).SWEep.SLOCal.STATe= True
Var= SCPI.SENSe(1).SWEep.SLOCal.STATe

Related objects

SCPI.SENSe(Ch).SWEep.SLOCal.MAXimum

Equivalent key

Sweep Setup > Shift LO Mode > Shift LO Mode > ON|OFF

Equivalent SCPI command

Syntax

:SENSe{[1]-160}:SWEep:SLOCal:STATe {ON|OFF|1|0}

:SENSe{[1]-160}:SWEep:SLOCal:STATe?

Query response

{1|0}<newline><^END>

Example of use

10 OUTPUT 717;":SENS1:SWE:SLOC:STAT ON"
20 OUTPUT 717;":SENS1:SWE:SLOC:STAT?"
30 ENTER 717;A