History

SCPI Commands :

DIAGnostic:HUMS:DEVice:HISTory:DELete:ALL
DIAGnostic:HUMS:DEVice:HISTory
Commands in total: 3
Subgroups: 1
Direct child commands: 2
delete_all() None[source]
# DIAGnostic:HUMS:DEVice:HISTory:DELete:ALL
driver.diagnostic.hums.device.history.delete_all()

No help available

delete_all_and_wait(opc_timeout_ms: int = -1) None[source]
# DIAGnostic:HUMS:DEVice:HISTory:DELete:ALL
driver.diagnostic.hums.device.history.delete_all_and_wait()

No help available

Same as delete_all, but waits for the operation to complete before continuing further. Use the RsRtx.utilities.opc_timeout_set() to set the timeout value.

Parameters:

opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.

get_value() bytes[source]
# DIAGnostic:HUMS:DEVice:HISTory
value: bytes = driver.diagnostic.hums.device.history.get_value()

No help available

Cloning the Group

# Create a copy of the original group, that exists independently
history_copy = driver.diagnostic.hums.device.history.clone()

Subgroups