State
SCPI Command :
CONFigure:MODeling[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# CONFigure:MODeling[:STATe] value: bool = driver.applications.k18AmplifierEt.configure.modeling.state.get()
This command turns system modeling on and off.
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool) None[source]
# CONFigure:MODeling[:STATe] driver.applications.k18AmplifierEt.configure.modeling.state.set(state = False)
This command turns system modeling on and off.
- Parameters:
state – ON | OFF | 1 | 0