State
SCPI Command :
DIAGnostic:HUMS[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# DIAGnostic:HUMS[:STATe] value: bool = driver.diagnostic.hums.state.get()
Turns the HUMS service and data collection on and off.
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool) None[source]
# DIAGnostic:HUMS[:STATe] driver.diagnostic.hums.state.set(state = False)
Turns the HUMS service and data collection on and off.
- Parameters:
state – ON | OFF | 1 | 0