Hums
SCPI Commands :
DIAGnostic:HUMS:DELete:ALL
DIAGnostic:HUMS:SAVE
- class HumsCls[source]
Hums commands group definition. 25 total commands, 13 Subgroups, 2 group commands
- delete_all() None [source]
# SCPI: DIAGnostic:HUMS:DELete:ALL driver.diagnostic.hums.delete_all()
Deletes the complete HUMS data. This includes device history, device tags, SCPI connections, utilization history and utilizations.
- delete_all_with_opc(opc_timeout_ms: int = - 1) None [source]
# SCPI: DIAGnostic:HUMS:DELete:ALL driver.diagnostic.hums.delete_all_with_opc()
Deletes the complete HUMS data. This includes device history, device tags, SCPI connections, utilization history and utilizations.
Same as delete_all, but waits for the operation to complete before continuing further. Use the RsFsw.utilities.opc_timeout_set() to set the timeout value.
- param opc_timeout_ms
Maximum time to wait in milliseconds, valid only for this call.
- save(path: str) None [source]
# SCPI: DIAGnostic:HUMS:SAVE driver.diagnostic.hums.save(path = 'abc')
No command help available
- param path
No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.diagnostic.hums.clone()
Subgroups