Fname

SCPI Command :

CONFigure:DDPD:FNAMe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# 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. Prerequisites for this command

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

Returns:

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

set(filename: str) None[source]
# 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. Prerequisites for this command

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

Parameters:

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