Fpath

SCPI Command :

CONFigure:REFSignal:GOS:FPATh
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# 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.

Returns:

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

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

Parameters:

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