SCPI.SENSe(Ch).OFFSet.LOCal.FREQuency.STOP

Type of object

Property (Read-Write)

Syntax

SCPI.SENSe(Ch).OFFSet.LOCal.FREQuency.STOP = Value

Value = SCPI.SENSe(Ch).OFFSet.LOCal.FREQuency.STOP

Description

This command sets/gets a stop value for the external signal source frequency setting, for the selected channel (Ch).

Variable

Parameter

Value

Description

Setting of a stop value for the external signal source

Data type

Double precision floating point type (Double)

Range

0 to 1E12

Preset value

0

Unit

Hz (hertz)

Resolution

1

Note

If the specified variable is out of the allowable setup range, the minimum value (if the lower limit of the range is not reached) or the maximum value (if the upper limit of the range is exceeded) is set.

Example of use

Dim Stop As Double
SCPI.SENSe(1).OFFSet.LOCal.FREQuency.STOP = 100E6
Stop = SCPI.SENSe(1).OFFSet.LOCal.FREQuency.STOP

Related objects

SCPI.SENSe(Ch).OFFSet.LOCal.FREQuency.DIVisor

SCPI.SENSe(Ch).OFFSet.LOCal.FREQuency.MULTiplier

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

SCPI.SENSe(Ch).OFFSet.LOCal.FREQuency.STARt

Equivalent key

Sweep Setup > Frequency Offset > External Source > Stop

Equivalent SCPI command

Syntax

:SENSe{[1]-160}:OFFSet:LOCal[:FREQuency]:STOP <numeric>

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

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":SENS1:OFFS:LOC:STOP 5E9"
20 OUTPUT 717;":SENS1:OFFS:LOC:STOP?"
30 ENTER 717;A