Clogging

SCPI Command :

SYSTem:CLOGging
class CloggingCls[source]

Clogging commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: SYSTem:CLOGging
value: bool = driver.system.clogging.get()

This command turns logging of remote commands on and off.

return

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]
# SCPI: SYSTem:CLOGging
driver.system.clogging.set(state = False)

This command turns logging of remote commands on and off.

param 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