State
SCPI Command :
CONFigure:GENerator:MCGD:LEVel:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# CONFigure:GENerator:MCGD:LEVel:STATe value: bool = driver.applications.k17Mcgd.configure.generator.mcgd.level.state.get()
If enabled, the FSW automatically controls the signal level provided by the signal generator as input to the FSW. Initially,the value defined by method
RsFsw.applications.k17Mcgd.configure.generator.mcgd.level.set()is applied. Note that the reference level on the FSW is also affected by the signal level.- 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:STATe driver.applications.k17Mcgd.configure.generator.mcgd.level.state.set(state = False)
If enabled, the FSW automatically controls the signal level provided by the signal generator as input to the FSW. Initially,the value defined by method
RsFsw.applications.k17Mcgd.configure.generator.mcgd.level.set()is applied. Note that the reference level on the FSW is also affected by the signal level.- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on