State
SCPI Command :
CONFigure:DPD:AMAM[:STATe]
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: CONFigure:DPD:AMAM[:STATe] value: bool = driver.applications.k18AmplifierEt.configure.dpd.amam.state.get()
- This command turns ‘AM/AM’ predistortion on and off.
INTRO_CMD_HELP: Prerequisites for this command
Turn on polynomial DPD (method RsFsw.Applications.K18_AmplifierEt.Configure.Ddpd.State.set) .
- return
state: ON | OFF | 1 | 0
- set(state: bool) None [source]
# SCPI: CONFigure:DPD:AMAM[:STATe] driver.applications.k18AmplifierEt.configure.dpd.amam.state.set(state = False)
- This command turns ‘AM/AM’ predistortion on and off.
INTRO_CMD_HELP: Prerequisites for this command
Turn on polynomial DPD (method RsFsw.Applications.K18_AmplifierEt.Configure.Ddpd.State.set) .
- param state
ON | OFF | 1 | 0