All

SCPI Command :

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

All commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class FetchStruct[source]

Response structure. Fields:

  • Main_State: enums.ResourceState: OFF | RUN | RDY Current state or target state of ongoing state transition OFF: measurement off RUN: measurement running RDY: measurement completed

  • Sync_State: enums.ResourceState: PEND | ADJ | INV PEND: transition to MainState ongoing ADJ: MainState reached INV: no information available (for MainState OFF or RDY)

  • Resource_State: enums.ResourceState: QUE | ACT | INV QUE: waiting for resource allocation ACT: resources allocated INV: no information available (for MainState OFF or RDY)

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

Queries the main measurement state and the measurement substates. A really running measurement returns RUN, ADJ, ACT.

return:

structure: for return value, see the help for FetchStruct structure arguments.