State
SCPI Command :
CONFigure:GENerator:RFOutput[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# CONFigure:GENerator:RFOutput[:STATe] value: bool = driver.applications.k14Xnr5G.configure.generator.rfOutput.state.get()
Turns the RF output of the generator on and off. Prerequisites for this command
IP connection to a signal generator.
Generator control state is on (method
RsFsw.applications.k18AmplifierEt.configure.generator.control.state.set()) .
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool) None[source]
# CONFigure:GENerator:RFOutput[:STATe] driver.applications.k14Xnr5G.configure.generator.rfOutput.state.set(state = False)
Turns the RF output of the generator on and off. Prerequisites for this command
IP connection to a signal generator.
Generator control state is on (method
RsFsw.applications.k18AmplifierEt.configure.generator.control.state.set()) .
- Parameters:
state – ON | OFF | 1 | 0