State

SCPI Command :

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

Turns a limitation of the DUT peak input power on and off. Define the peak input power with method RsFsw.applications.k18AmplifierEt.configure.generator.level.dutLimit.set() . Prerequisites for this command

  • IP connection to a signal generator.

  • Generator control state is on (method RsFsw.applications.k18AmplifierEt.configure.generator.control.state.set() ) .

  • Level control is on (method RsFsw.applications.k14Xnr5G.configure.generator.power.level.state.set() ) .

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# CONFigure:GENerator:LEVel:DUTLimit:STATe
driver.applications.k14Xnr5G.configure.generator.level.dutLimit.state.set(state = False)

Turns a limitation of the DUT peak input power on and off. Define the peak input power with method RsFsw.applications.k18AmplifierEt.configure.generator.level.dutLimit.set() . Prerequisites for this command

  • IP connection to a signal generator.

  • Generator control state is on (method RsFsw.applications.k18AmplifierEt.configure.generator.control.state.set() ) .

  • Level control is on (method RsFsw.applications.k14Xnr5G.configure.generator.power.level.state.set() ) .

Parameters:

state – ON | OFF | 1 | 0