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

Type of object

Property (Read-Write)

Syntax

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

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

Description

This command sets/gets the external signal source frequency by using a divisor value for the basic frequency, for the selected channel (Ch).

Variable

Parameter

Value

Description

Setting of a divisor value for the basic frequency

Data type

Double precision floating point type (Double)

Range

1 to 100

Preset value

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 Divisor As Double
SCPI.SENSe(1).OFFSet.LOCal.FREQuency.DIVisor = 50
Divisor = SCPI.SENSe(1).OFFSet.LOCal.FREQuency.DIVisor

Related objects

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

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

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

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

Equivalent key

Sweep Setup > Frequency Offset > External Source > Divisor

Equivalent SCPI command

Syntax

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

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

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":SENS1:OFFS:LOC:DIV 1E1"
20 OUTPUT 717;":SENS1:OFFS:LOC:DIV?"
30 ENTER 717;A