SCPI.SENSe(Ch).OFFSet.LOCal.CONTrol.STATe

Type of object

Property (Read-Write)

Syntax

SCPI.SENSe(Ch).OFFSet.LOCal.CONTrol.STATe = Status

Status = SCPI.SENSe(Ch).OFFSet.LOCal.CONTrol.STATe

Description

This command turns ON/OFF the external signal source control mode for the selected channel (Ch).

Variable

Parameter

Status

Description

On/off of the external signal source

Data type

Boolean type (Boolean)

Range

Select from either of the following:

  • True or ON: Turns on the external signal source control mode.

  • False or OFF: Turns off the external signal source control mode.

Preset value

False or OFF

Example of use

Dim State As Boolean
SCPI.SENSe(1).OFFSet.LOCal.CONTrol.STATe = False
State = SCPI.SENSe(1).OFFSet.LOCal.CONTrol.STATe

Equivalent key

Sweep Setup > Frequency Offset > External Source > Control > ON|OFF

Equivalent SCPI command

Syntax

:SENSe{[1]-160}:OFFSet:LOCal:CONTrol[:STATe] {ON|OFF|1|0}

:SENSe{[1]-160}:OFFSet:LOCal:CONTrol[:STATe]?

Query response

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

Example of use

10 OUTPUT 717;":SENS1:OFFS:LOC:CONT ON"
20 OUTPUT 717;":SENS1:OFFS:LOC:CONT?"
30 ENTER 717;A