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.k17Mcgd.configure.generator.rfOutput.state.get()
Enables or disables RF output on the connected generator.
- Returns:
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool) None[source]
# CONFigure:GENerator:RFOutput[:STATe] driver.applications.k17Mcgd.configure.generator.rfOutput.state.set(state = False)
Enables or disables RF output on the connected generator.
- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on