Save
SCPI Command :
DIAGnostic:SERVice:SFUNction:RESults:SAVE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() str[source]
# DIAGnostic:SERVice:SFUNction:RESults:SAVE value: str = driver.diagnostic.service.sfunction.results.save.get()
This command saves the results in the output buffer for service functions you have used to a file. If no <FileName> parameter is provided, the results are stored to C:/R_S/INSTR/results/Servicelog.txt. Note that if the buffer is empty, the function returns an error.
- Returns:
filename: String containing the path and file name.
- set(filename: str = None) None[source]
# DIAGnostic:SERVice:SFUNction:RESults:SAVE driver.diagnostic.service.sfunction.results.save.set(filename = 'abc')
This command saves the results in the output buffer for service functions you have used to a file. If no <FileName> parameter is provided, the results are stored to C:/R_S/INSTR/results/Servicelog.txt. Note that if the buffer is empty, the function returns an error.
- Parameters:
filename – String containing the path and file name.