Fpath

SCPI Command :

CONFigure:REFSignal:GOS:FPATh
class FpathCls[source]

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

get() str[source]
# SCPI: CONFigure:REFSignal:GOS:FPATh
value: str = driver.applications.k18AmplifierEt.configure.refSignal.gos.fpath.get()

Defines the name and path of the user-defined reference waveform file when loaded to the analyzer.

return

file_path: String containing the path and name of the file.

set(file_path: str) None[source]
# SCPI: CONFigure:REFSignal:GOS:FPATh
driver.applications.k18AmplifierEt.configure.refSignal.gos.fpath.set(file_path = 'abc')

Defines the name and path of the user-defined reference waveform file when loaded to the analyzer.

param file_path

String containing the path and name of the file.