Fname

SCPI Command :

CONFigure:DDPD:FNAMe
class FnameCls[source]

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

get() str[source]
# SCPI: CONFigure:DDPD:FNAMe
value: str = driver.applications.k18AmplifierEt.configure.ddpd.fname.get()

This command defines a file name for the I/Q file that contains the predistorted I/Q data that was generated by the direct DPD.

INTRO_CMD_HELP: Prerequisites for this command

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

return

filename: String containing the file name (including file type .wv) .

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

This command defines a file name for the I/Q file that contains the predistorted I/Q data that was generated by the direct DPD.

INTRO_CMD_HELP: Prerequisites for this command

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

param filename

String containing the file name (including file type .wv) .