State
SCPI Command :
CONFigure:MDPD[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() MdpdType[source]
# CONFigure:MDPD[:STATe] value: enums.MdpdType = driver.applications.k18AmplifierEt.configure.mdpd.state.get()
Select the GMP Type for memory polynomial.
- Returns:
type_py: OFF | FILE | MEAS | DDPD OFF Deactivates the GMP. FILE Activates the file mode. MEAS Enables the model generation based on a measurement. DDPD Enables the model generation based on direct DPD.
- set(type_py: MdpdType) None[source]
# CONFigure:MDPD[:STATe] driver.applications.k18AmplifierEt.configure.mdpd.state.set(type_py = enums.MdpdType.DDPD)
Select the GMP Type for memory polynomial.
- Parameters:
type_py – OFF | FILE | MEAS | DDPD OFF Deactivates the GMP. FILE Activates the file mode. MEAS Enables the model generation based on a measurement. DDPD Enables the model generation based on direct DPD.