Property (Read-Write)
SCPI.SENSe(Ch).OFFSet.STATe = Status
Status = SCPI.SENSe(Ch).OFFSet.STATe
This command turns ON/OFF or returns the status of the frequency offset, for the selected channel (Ch).
When the frequency offset feature is ON, different frequencies can be used for measurement for each port. Frequencies set for each port are used regardless of whether the port is on the stimulus side or response side.
Parameter |
Status |
Description |
On/off of the frequency offset |
Data type |
Boolean type (Boolean) |
Range |
Select from either of the following:
|
Preset value |
False or OFF |
Dim State As Boolean
SCPI.SENSe(1).OFFSet.STATe = False
State = SCPI.SENSe(1).OFFSet.STATe
Sweep Setup > Frequency Offset > Frequency Offset
:SENSe{[1]-160}:OFFSet[:STATe] {ON|OFF|1|0}
:SENSe{[1]-160}:OFFSet[:STATe]?
{1|0}<newline><^END>
10 OUTPUT 717;":SENS1:OFFS ON"
20 OUTPUT 717;":SENS1:OFFS?"
30 ENTER 717;A