State
SCPI Command :
CONFigure:REFSignal:CGW:AMODe[:STATe]
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: CONFigure:REFSignal:CGW:AMODe[:STATe] value: bool = driver.applications.k18AmplifierEt.configure.refSignal.cgw.amode.state.get()
Sets and queries the ‘Force ARB Mode’ setting.
- return
state: ON | OFF | 1 | 0
- set(state: bool) None [source]
# SCPI: CONFigure:REFSignal:CGW:AMODe[:STATe] driver.applications.k18AmplifierEt.configure.refSignal.cgw.amode.state.set(state = False)
Sets and queries the ‘Force ARB Mode’ setting.
- param state
ON | OFF | 1 | 0