Fpath
SCPI Command :
CONFigure:REFSignal:CWF:FPATh
- class FpathCls[source]
Fpath commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() str [source]
# SCPI: CONFigure:REFSignal:CWF:FPATh value: str = driver.applications.k18AmplifierEt.configure.refSignal.cwf.fpath.get()
This command selects a waveform file containing a reference signal.
- return
filename: String containing the name and path to the waveform file.
- set(filename: str) None [source]
# SCPI: CONFigure:REFSignal:CWF:FPATh driver.applications.k18AmplifierEt.configure.refSignal.cwf.fpath.set(filename = 'abc')
This command selects a waveform file containing a reference signal.
- param filename
String containing the name and path to the waveform file.