State
SCPI Command :
CONFigure:DDPD[:STATe]
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: CONFigure:DDPD[:STATe] value: bool = driver.applications.k18AmplifierEt.configure.ddpd.state.get()
This command selects the type of DPD.
- return
state: ON | 1 Selects direct DPD. OFF | 0 Selects polynomial DPD.
- set(state: bool) None [source]
# SCPI: CONFigure:DDPD[:STATe] driver.applications.k18AmplifierEt.configure.ddpd.state.set(state = False)
This command selects the type of DPD.
- param state
ON | 1 Selects direct DPD. OFF | 0 Selects polynomial DPD.