State

SCPI Command :

CONFigure:GENerator:MCGD:LEVel:DUTLimit:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# 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.k17Mcgd.configure.generator.mcgd.level.dutLimit.set() .

Returns:

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

set(state: bool) None[source]
# 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.k17Mcgd.configure.generator.mcgd.level.dutLimit.set() .

Parameters:

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