Fname

SCPI Command :

CONFigure:DPD:FNAMe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# CONFigure:DPD:FNAMe
value: str = driver.applications.k18AmplifierEt.configure.dpd.fname.get()

This command defines a name for the DPD correction table. Prerequisites for this command

  • Turn on polynomial DPD (method RsFsw.applications.k18AmplifierEt.configure.ddpd.state.set() ) .

Returns:

filename: String containing the DPD table file name.

set(filename: str) None[source]
# CONFigure:DPD:FNAMe
driver.applications.k18AmplifierEt.configure.dpd.fname.set(filename = 'abc')

This command defines a name for the DPD correction table. Prerequisites for this command

  • Turn on polynomial DPD (method RsFsw.applications.k18AmplifierEt.configure.ddpd.state.set() ) .

Parameters:

filename – String containing the DPD table file name.