State

SCPI Command :

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

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

get() bool[source]
# SCPI: 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.K17_Mcgd.Configure.Generator.Mcgd.Level.set is applied. Note that the reference level on the FSW is also affected by the signal level.

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: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.K17_Mcgd.Configure.Generator.Mcgd.Level.set is applied. Note that the reference level on the FSW is also affected by the signal level.

param state

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