Wname
SCPI Command :
CONFigure:REFSignal:GOS:WNAMe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() str[source]
# CONFigure:REFSignal:GOS:WNAMe value: str = driver.applications.k18AmplifierEt.configure.refSignal.gos.wname.get()
This command defines a file name for the waveform of the reference signal.
- Returns:
filename: String containing the name of the waveform file. The file extension (.wv) is added automatically.
- set(filename: str) None[source]
# CONFigure:REFSignal:GOS:WNAMe driver.applications.k18AmplifierEt.configure.refSignal.gos.wname.set(filename = 'abc')
This command defines a file name for the waveform of the reference signal.
- Parameters:
filename – String containing the name of the waveform file. The file extension (.wv) is added automatically.