Path
SCPI Command :
CONFigure:REFSignal:GOS:PATH
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() str[source]
# 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.
- Returns:
filename: String containing the path of the file.
- set(filename: str) None[source]
# 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.
- Parameters:
filename – String containing the path of the file.