Property (Read-Write)
SCPI.SENSe(Ch).OFFSet.LOCal.FREQuency.DIVisor = Value
Value = SCPI.SENSe(Ch).OFFSet.LOCal.FREQuency.DIVisor
This command sets/gets the external signal source frequency by using a divisor value for the basic frequency, for the selected channel (Ch).
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. |
Dim Divisor As Double
SCPI.SENSe(1).OFFSet.LOCal.FREQuency.DIVisor = 50
Divisor = SCPI.SENSe(1).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
SCPI.SENSe(Ch).OFFSet.LOCal.FREQuency.STOP
Sweep Setup > Frequency Offset > External Source > Divisor
The basic frequency range is set by using SCPI.SENSe(Ch).FREQuency.STARt and SCPI.SENSe(Ch).FREQuency.STOP.
:SENSe{[1]-160}:OFFSet:LOCal[:FREQuency]:DIVisor <numeric>
:SENSe{[1]-160}:OFFSet:LOCal[:FREQuency]:DIVisor?
{numeric}<newline><^END>
10 OUTPUT 717;":SENS1:OFFS:LOC:DIV 1E1"
20 OUTPUT 717;":SENS1:OFFS:LOC:DIV?"
30 ENTER 717;A