Logging

SCPI Commands :

DIAGnostic[:CONFigure]:SYSTem:SCPI:LOGGing:FILE
DIAGnostic[:CONFigure]:SYSTem:SCPI:LOGGing:MARS
class LoggingCls[source]

Logging commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_file() bool[source]
# SCPI: DIAGnostic[:CONFigure]:SYSTem:SCPI:LOGGing:FILE
value: bool = driver.diagnostic.configure.system.scpi.logging.get_file()

No command help available

return:

enable: No help available

get_mars() bool[source]
# SCPI: DIAGnostic[:CONFigure]:SYSTem:SCPI:LOGGing:MARS
value: bool = driver.diagnostic.configure.system.scpi.logging.get_mars()

No command help available

return:

enable: No help available

set_file(enable: bool) None[source]
# SCPI: DIAGnostic[:CONFigure]:SYSTem:SCPI:LOGGing:FILE
driver.diagnostic.configure.system.scpi.logging.set_file(enable = False)

No command help available

param enable:

No help available

set_mars(enable: bool) None[source]
# SCPI: DIAGnostic[:CONFigure]:SYSTem:SCPI:LOGGing:MARS
driver.diagnostic.configure.system.scpi.logging.set_mars(enable = False)

No command help available

param enable:

No help available