History
SCPI Commands :
DIAGnostic:HUMS:UTILization:HISTory
DIAGnostic:HUMS:UTILization:HISTory:DELete:ALL
- Commands in total: 3Subgroups: 1Direct child commands: 2
- delete_all() None[source]
# DIAGnostic:HUMS:UTILization:HISTory:DELete:ALL driver.diagnostic.hums.utilization.history.delete_all()
No help available
- delete_all_and_wait(opc_timeout_ms: int = -1) None[source]
# DIAGnostic:HUMS:UTILization:HISTory:DELete:ALL driver.diagnostic.hums.utilization.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(start: str = None, end: str = None, resolution: int = None) bytes[source]
# DIAGnostic:HUMS:UTILization:HISTory value: bytes = driver.diagnostic.hums.utilization.history.get(start = 'abc', end = 'abc', resolution = 1)
No help available
Cloning the Group
# Create a copy of the original group, that exists independently
history_copy = driver.diagnostic.hums.utilization.history.clone()
Subgroups