State
SCPI Command :
DIAGnostic:HUMS[:STATe]
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: DIAGnostic:HUMS[:STATe] value: bool = driver.diagnostic.hums.state.get()
Turns the HUMS service and data collection on and off.
- return
state: ON | OFF | 1 | 0
- set(state: bool) None [source]
# SCPI: DIAGnostic:HUMS[:STATe] driver.diagnostic.hums.state.set(state = False)
Turns the HUMS service and data collection on and off.
- param state
ON | OFF | 1 | 0