State

SCPI Commands

SOURce:DATA:CONTrol:STATe
class State[source]

State commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get()RsCmwDau.enums.DauState[source]
# SCPI: SOURce:DATA:CONTrol:STATe
value: enums.DauState = driver.source.data.control.state.get()

Switches the DAU on or off. These actions are irrelevant for normal operation of the DAU. For troubleshooting, a reboot of the DAU can be initiated by switching if off and on again.

return

dau_state: OFF | PENDing | ON OFF: DAU switched off PEND: DAU has been switched on and is booting ON: DAU switched on and ready for operation

set(control: bool)None[source]
# SCPI: SOURce:DATA:CONTrol:STATe
driver.source.data.control.state.set(control = False)

Switches the DAU on or off. These actions are irrelevant for normal operation of the DAU. For troubleshooting, a reboot of the DAU can be initiated by switching if off and on again.

param control

ON | OFF Switch DAU ON or OFF