Property (Read-Write)
SCPI.SENSe(Ch).OFFSet.LOCal.STATe = Status
Status = SCPI.SENSe(Ch).OFFSet.LOCal.STATe
This command turns ON/OFF the external signal source frequency mode for the selected channel (Ch).
Parameter |
Status |
Description |
On/off of external signal source frequency setting |
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.LOCal.STATe = False
State = SCPI.SENSe(1).OFFSet.LOCal.STATe
Setup > Frequency Offset > External Source > LO Frequency > ON|OFF
:SENSe{[1]-160}:OFFSet:LOCal:STATe {ON|OFF|1|0}
:SENSe{[1]-160}:OFFSet:LOCal:STATe?
{1|0}<newline><^END>
10 OUTPUT 717;":SENS1:OFFS:LOC:STAT ON"
20 OUTPUT 717;":SENS1:OFFS:LOC:STAT?"
30 ENTER 717;A