State

SCPI Command :

CONFigure:GENerator:RFOutput[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# CONFigure:GENerator:RFOutput[:STATe]
value: bool = driver.applications.k18AmplifierEt.configure.generator.rfOutput.state.get()

This command turns the RF output on the connected signal generator on and off. Make sure to synchronize with *OPC? or *WAI to make sure that the command was successfully applied on the generator before sending the next command.

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# CONFigure:GENerator:RFOutput[:STATe]
driver.applications.k18AmplifierEt.configure.generator.rfOutput.state.set(state = False)

This command turns the RF output on the connected signal generator on and off. Make sure to synchronize with *OPC? or *WAI to make sure that the command was successfully applied on the generator before sending the next command.

Parameters:

state – ON | OFF | 1 | 0