Property (Read-Write)
SCPI.SENSe(Ch).OFFSet.LOCal.FREQuency.MULTiplier = Value
Value = SCPI.SENSe(Ch).OFFSet.LOCal.FREQuency.MULTiplier
This command sets/gets the external signal source frequency by using a multiplier value for the basic frequency, for the selected channel (Ch).
Parameter |
Value |
Description |
Setting of a multiplier value for the basic frequency |
Data type |
Double precision floating point type (Double) |
Range |
-100 to 100 |
Preset value |
0 |
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 Multiplier As Double
SCPI.SENSe(1).OFFSet.LOCal.FREQuency.MULTiplier = -10
Multiplier = SCPI.SENSe(1).OFFSet.LOCal.FREQuency.MULTiplier
SCPI.SENSe(Ch).OFFSet.LOCal.FREQuency.DIVisor
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 > Multiplier
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]:MULTiplier <numeric>
:SENSe{[1]-160}:OFFSet:LOCal[:FREQuency]:MULTiplier?
{numeric}<newline><^END>
10 OUTPUT 717;":SENS1:OFFS:LOC:MULT -1E1"
20 OUTPUT 717;":SENS1:OFFS:LOC:MULT?"
30 ENTER 717;A