Path
SCPI Command :
CONFigure:REFSignal:GOS:PATH
- class PathCls[source]
Path commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() str [source]
# SCPI: CONFigure:REFSignal:GOS:PATH value: str = driver.applications.k18AmplifierEt.configure.refSignal.gos.path.get()
Defines the path to load user-defined reference waveform files to. If you do not specify a path, the file is loaded to C:/R_S/INSTR/USER/K18/ReferenceFiles.
- return
filename: String containing the path of the file.
- set(filename: str) None [source]
# SCPI: CONFigure:REFSignal:GOS:PATH driver.applications.k18AmplifierEt.configure.refSignal.gos.path.set(filename = 'abc')
Defines the path to load user-defined reference waveform files to. If you do not specify a path, the file is loaded to C:/R_S/INSTR/USER/K18/ReferenceFiles.
- param filename
String containing the path of the file.