Fname

SCPI Command :

CONFigure:DPD:FNAMe
class FnameCls[source]

Fname commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() str[source]
# SCPI: CONFigure:DPD:FNAMe
value: str = driver.applications.k18AmplifierEt.configure.dpd.fname.get()
This command defines a name for the DPD correction table.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on polynomial DPD (method RsFsw.Applications.K18_AmplifierEt.Configure.Ddpd.State.set) .

return

filename: String containing the DPD table file name.

set(filename: str) None[source]
# SCPI: CONFigure:DPD:FNAMe
driver.applications.k18AmplifierEt.configure.dpd.fname.set(filename = 'abc')
This command defines a name for the DPD correction table.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on polynomial DPD (method RsFsw.Applications.K18_AmplifierEt.Configure.Ddpd.State.set) .

param filename

String containing the DPD table file name.