RfOff
SCPI Command :
[SOURce]:ROSCillator:EXTernal:RFOFf:[STATe]
- class RfOffCls[source]
RfOff commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [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.
- return
state: 1| ON| 0| OFF
- set_state(state: bool) None [source]
# SCPI: [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.
- param state
1| ON| 0| OFF