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

Type of object

Property (Read-Write)

Syntax

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

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

Description

This command sets/gets the external signal source frequency is set by using an offset value for the basic frequency, for the selected channel (Ch).

Variable

Parameter

Value

Description

Setting of an offset value for the basic frequency

Data type

Double precision floating point type (Double)

Range

-1E12 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 Offset As Double
SCPI.SENSe(1).OFFSet.LOCal.FREQuency.OFFSet = -10
Offset = SCPI.SENSe(1).OFFSet.LOCal.FREQuency.OFFSet

Related objects

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

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

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

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

Equivalent key

Sweep Setup > Frequency Offset > External Source > Offset

Equivalent SCPI command

Syntax

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

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

Query response

{numeric}<newline><^END>

Example of use

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