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 > Edit Segment Table > 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