State
SCPI Command :
CONFigure:GENerator:MCGD:LEVel:ARLevel[:STATe]
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: CONFigure:GENerator:MCGD:LEVel:ARLevel[:STATe] value: bool = driver.applications.k17Mcgd.configure.generator.mcgd.level.arLevel.state.get()
Determines the behavior of the reference level.
- return
state: ON | OFF | 0 | 1 ON | 1 The FSW automatically adapts the reference level if ‘Level (RMS) ‘ or the ‘DUT Gain’ is changed. OFF | 0 The reference level is not automatically adapted.
- set(state: bool) None [source]
# SCPI: CONFigure:GENerator:MCGD:LEVel:ARLevel[:STATe] driver.applications.k17Mcgd.configure.generator.mcgd.level.arLevel.state.set(state = False)
Determines the behavior of the reference level.
- param state
ON | OFF | 0 | 1 ON | 1 The FSW automatically adapts the reference level if ‘Level (RMS) ‘ or the ‘DUT Gain’ is changed. OFF | 0 The reference level is not automatically adapted.