State

SCPI Commands

SOURce:DATA:MEASurement<MeasInstance>:QOS: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:MEASurement<Instance>:QOS:STATe
value: enums.DauState = driver.source.data.measurement.qos.state.get()

Switches the QoS feature on or off. To enable QoS profiles, see method RsCmwDau.Configure.Data.Measurement.Qos.FilterPy. Enable.set.

return

ni_state: OFF | PENDing | ON OFF: QoS feature switched off PEND: switching on/off is ongoing ON: QoS feature switched on

set(control: bool)None[source]
# SCPI: SOURce:DATA:MEASurement<Instance>:QOS:STATe
driver.source.data.measurement.qos.state.set(control = False)

Switches the QoS feature on or off. To enable QoS profiles, see method RsCmwDau.Configure.Data.Measurement.Qos.FilterPy. Enable.set.

param control

ON | OFF Switch the QoS feature on or off