State

SCPI Command :

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

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

get() bool[source]
# SCPI: CONFigure:GENerator:MCGD:LEVel:DUTLimit:STATe
value: bool = driver.applications.k17Mcgd.configure.generator.mcgd.level.dutLimit.state.get()

If activated, the generator does not exceed the maximum input power (peak envelope power, ‘PEP’) that is currently allowed by the DUT. To query or define the current PEP limit value, use method RsFsw.Applications.K17_Mcgd.Configure. Generator.Mcgd.Level.DutLimit.set.

return

state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

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

If activated, the generator does not exceed the maximum input power (peak envelope power, ‘PEP’) that is currently allowed by the DUT. To query or define the current PEP limit value, use method RsFsw.Applications.K17_Mcgd.Configure. Generator.Mcgd.Level.DutLimit.set.

param state

ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on