State

SCPI Command :

CONFigure:REFSignal:CGW:AMODe[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# CONFigure:REFSignal:CGW:AMODe[:STATe]
value: bool = driver.applications.k18AmplifierEt.configure.refSignal.cgw.amode.state.get()

Sets and queries the ‘Force ARB Mode’ setting.

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# CONFigure:REFSignal:CGW:AMODe[:STATe]
driver.applications.k18AmplifierEt.configure.refSignal.cgw.amode.state.set(state = False)

Sets and queries the ‘Force ARB Mode’ setting.

Parameters:

state – ON | OFF | 1 | 0