State
SCPI Command :
CONFigure:DDPD[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# CONFigure:DDPD[:STATe] value: bool = driver.applications.k18AmplifierEt.configure.ddpd.state.get()
This command selects the type of DPD.
- Returns:
state: ON | 1 Selects direct DPD. OFF | 0 Selects polynomial DPD.
- set(state: bool) None[source]
# CONFigure:DDPD[:STATe] driver.applications.k18AmplifierEt.configure.ddpd.state.set(state = False)
This command selects the type of DPD.
- Parameters:
state – ON | 1 Selects direct DPD. OFF | 0 Selects polynomial DPD.