Fpath

SCPI Command :

CONFigure:REFSignal:CWF:FPATh
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# CONFigure:REFSignal:CWF:FPATh
value: str = driver.applications.k18AmplifierEt.configure.refSignal.cwf.fpath.get()

This command selects a waveform file containing a reference signal.

Returns:

filename: String containing the name and path to the waveform file.

set(filename: str) None[source]
# CONFigure:REFSignal:CWF:FPATh
driver.applications.k18AmplifierEt.configure.refSignal.cwf.fpath.set(filename = 'abc')

This command selects a waveform file containing a reference signal.

Parameters:

filename – String containing the name and path to the waveform file.