Clogging
SCPI Command :
SYSTem:CLOGging
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# SYSTem:CLOGging value: bool = driver.system.clogging.get()
This command turns logging of remote commands on and off.
- Returns:
state: ON | OFF | 1 | 0 ON | 1 Writes all remote commands that have been sent to a file. The destination is C:/R_S/INSTR/ScpiLogging/ ScpiLog.no.. where no. is a sequential number A new log file is started each time logging was stopped and is restarted. OFF | 0
- set(state: bool) None[source]
# SYSTem:CLOGging driver.system.clogging.set(state = False)
This command turns logging of remote commands on and off.
- Parameters:
state – ON | OFF | 1 | 0 ON | 1 Writes all remote commands that have been sent to a file. The destination is C:/R_S/INSTR/ScpiLogging/ ScpiLog.no.. where no. is a sequential number A new log file is started each time logging was stopped and is restarted. OFF | 0