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

Type of object

Property (Read-Write)

Syntax

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

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

Description

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

Variable

Parameter

Status

Description

On/off of external signal source frequency setting

Data type

Boolean type (Boolean)

Range

Select from either of the following:

  • True or ON: Turns on the frequency setting.

  • False or OFF: Turns off the frequency setting.

Preset value

False or OFF

Example of use

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

Equivalent key

Setup > Frequency Offset > External Source > LO Frequency > ON|OFF

Equivalent SCPI command

Syntax

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

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

Query response

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

Example of use

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