Enable

SCPI Commands :

DIAGnostic:KREMote:TMONitor:ENABle:STATistic
DIAGnostic:KREMote:TMONitor:ENABle:TIMing
DIAGnostic:KREMote:TMONitor:ENABle:TRACe
DIAGnostic:KREMote:TMONitor:ENABle:RPC
DIAGnostic:KREMote:TMONitor:ENABle
class EnableCls[source]

Enable commands group definition. 5 total commands, 0 Subgroups, 5 group commands

get_rpc() bool[source]
# SCPI: DIAGnostic:KREMote:TMONitor:ENABle:RPC
value: bool = driver.diagnostic.kremote.tmonitor.enable.get_rpc()

No command help available

return:

rpc_enable: No help available

get_statistic() bool[source]
# SCPI: DIAGnostic:KREMote:TMONitor:ENABle:STATistic
value: bool = driver.diagnostic.kremote.tmonitor.enable.get_statistic()

No command help available

return:

performance_mode: No help available

get_timing() bool[source]
# SCPI: DIAGnostic:KREMote:TMONitor:ENABle:TIMing
value: bool = driver.diagnostic.kremote.tmonitor.enable.get_timing()

No command help available

return:

timing_enable: No help available

get_trace() bool[source]
# SCPI: DIAGnostic:KREMote:TMONitor:ENABle:TRACe
value: bool = driver.diagnostic.kremote.tmonitor.enable.get_trace()

No command help available

return:

trace_mode: No help available

get_value() bool[source]
# SCPI: DIAGnostic:KREMote:TMONitor:ENABle
value: bool = driver.diagnostic.kremote.tmonitor.enable.get_value()

No command help available

return:

remote_diagnose: No help available

set_rpc(rpc_enable: bool) None[source]
# SCPI: DIAGnostic:KREMote:TMONitor:ENABle:RPC
driver.diagnostic.kremote.tmonitor.enable.set_rpc(rpc_enable = False)

No command help available

param rpc_enable:

No help available

set_statistic(performance_mode: bool) None[source]
# SCPI: DIAGnostic:KREMote:TMONitor:ENABle:STATistic
driver.diagnostic.kremote.tmonitor.enable.set_statistic(performance_mode = False)

No command help available

param performance_mode:

No help available

set_timing(timing_enable: bool) None[source]
# SCPI: DIAGnostic:KREMote:TMONitor:ENABle:TIMing
driver.diagnostic.kremote.tmonitor.enable.set_timing(timing_enable = False)

No command help available

param timing_enable:

No help available

set_trace(trace_mode: bool) None[source]
# SCPI: DIAGnostic:KREMote:TMONitor:ENABle:TRACe
driver.diagnostic.kremote.tmonitor.enable.set_trace(trace_mode = False)

No command help available

param trace_mode:

No help available

set_value(remote_diagnose: bool) None[source]
# SCPI: DIAGnostic:KREMote:TMONitor:ENABle
driver.diagnostic.kremote.tmonitor.enable.set_value(remote_diagnose = False)

No command help available

param remote_diagnose:

No help available