State

SCPI Command :

CONFigure:GENerator:LEVel:DUTLimit:STATe
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: 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. K18_AmplifierEt.Configure.Generator.Level.DutLimit.set.

INTRO_CMD_HELP: Prerequisites for this command

  • IP connection to a signal generator.

  • Generator control state is on (method RsFsw.Applications.K18_AmplifierEt.Configure.Generator.Control.State.set) .

  • Level control is on (method RsFsw.Applications.K14x_Nr5G.Configure.Generator.Power.Level.State.set) .

return

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# SCPI: 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. K18_AmplifierEt.Configure.Generator.Level.DutLimit.set.

INTRO_CMD_HELP: Prerequisites for this command

  • IP connection to a signal generator.

  • Generator control state is on (method RsFsw.Applications.K18_AmplifierEt.Configure.Generator.Control.State.set) .

  • Level control is on (method RsFsw.Applications.K14x_Nr5G.Configure.Generator.Power.Level.State.set) .

param state

ON | OFF | 1 | 0