Status
SCPI Command :
DIAGnostic:HUMS:SYSTem:STATus
- class StatusCls[source]
Status commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get() bytes [source]
# SCPI: DIAGnostic:HUMS:SYSTem:STATus value: bytes = driver.diagnostic.hums.system.status.get()
No command help available
- return
system_status: No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.diagnostic.hums.system.status.clone()
Subgroups