State

SCPI Command :

CONFigure:GENerator:POWer:LEVel:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# CONFigure:GENerator:POWer:LEVel:STATe
value: bool = driver.applications.k14Xnr5G.configure.generator.power.level.state.get()

Turns level synchronization between analyzer and 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:POWer:LEVel:STATe
driver.applications.k14Xnr5G.configure.generator.power.level.state.set(state = False)

Turns level synchronization between analyzer and 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