Wname

SCPI Command :

CONFigure:REFSignal:GOS:WNAMe
class WnameCls[source]

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

get() str[source]
# SCPI: 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.

return

filename: String containing the name of the waveform file. The file extension (.wv) is added automatically.

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

param filename

String containing the name of the waveform file. The file extension (.wv) is added automatically.