RfOff
SCPI Command :
[SOURce]:ROSCillator:EXTernal:RFOFf:[STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [SOURce]:ROSCillator:EXTernal:RFOFf:[STATe] value: bool = driver.source.roscillator.external.rfOff.get_state()
Determines that the RF output is turned off when the external reference signal is selected, but missing.
- Returns:
state: 1 | ON | 0| OFF
- set_state(state: bool) None[source]
# [SOURce]:ROSCillator:EXTernal:RFOFf:[STATe] driver.source.roscillator.external.rfOff.set_state(state = False)
Determines that the RF output is turned off when the external reference signal is selected, but missing.
- Parameters:
state – 1 | ON | 0| OFF