Hums ---------------------------------------- .. rubric:: SCPI Commands : .. index:: single: DIAGnostic:HUMS[:ALL] single: DIAGnostic:HUMS:DELete:ALL single: DIAGnostic:HUMS:SAVE single: DIAGnostic:HUMS:STATe single: DIAGnostic:HUMS:BIOS single: DIAGnostic:HUMS:EQUipment single: DIAGnostic:HUMS:SW single: DIAGnostic:HUMS:STORage single: DIAGnostic:HUMS:SECurity single: DIAGnostic:HUMS:SERVice single: DIAGnostic:HUMS:FORMat .. code-block:: python DIAGnostic:HUMS[:ALL] DIAGnostic:HUMS:DELete:ALL DIAGnostic:HUMS:SAVE DIAGnostic:HUMS:STATe DIAGnostic:HUMS:BIOS DIAGnostic:HUMS:EQUipment DIAGnostic:HUMS:SW DIAGnostic:HUMS:STORage DIAGnostic:HUMS:SECurity DIAGnostic:HUMS:SERVice DIAGnostic:HUMS:FORMat .. autoclass:: rsrtx.Implementations.Diagnostic.Hums.HumsCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a copy of the original group, that exists independently hums_copy = driver.diagnostic.hums.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Diagnostic_Hums_Device.rst Diagnostic_Hums_System.rst Diagnostic_Hums_Tags.rst Diagnostic_Hums_Utilization.rst