State

SCPI Command :

FETCh:NRSub:MEASurement<Instance>:MEValuation:STATe
class StateCls[source]

State commands group definition. 2 total commands, 1 Subgroups, 1 group commands

fetch() ResourceState[source]
# SCPI: FETCh:NRSub:MEASurement<Instance>:MEValuation:STATe
value: enums.ResourceState = driver.nrSubMeas.multiEval.state.fetch()

Queries the main measurement state. Use FETCh:…:STATe:ALL? to query the measurement state including the substates. The substates tell you, for example, whether a state transition is ongoing.

return:

meas_status: OFF | RUN | RDY Current state or target state of ongoing state transition OFF: measurement off RUN: measurement running RDY: measurement completed

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.nrSubMeas.multiEval.state.clone()

Subgroups