State
SCPI Command :
CONFigure:MDPD[:STATe]
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: CONFigure:MDPD[:STATe] value: bool = driver.applications.k18AmplifierEt.configure.mdpd.state.get()
Switches the memory polynomial state on and off.
- return
state: ON | 1 OFF | 0
- set(state: bool) None [source]
# SCPI: CONFigure:MDPD[:STATe] driver.applications.k18AmplifierEt.configure.mdpd.state.set(state = False)
Switches the memory polynomial state on and off.
- param state
ON | 1 OFF | 0