All

SCPI Command :

FETCh:WLAN: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 PEND: transition to MainState ongoing ADJ: MainState reached

  • Res_State: enums.ResourceState: No parameter help available

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

Queries the main measurement state and the measurement substates. Without query parameters, the states are returned immediately. With query parameters, the states are returned when the <TargetMainState> and the <TargetSyncState> are reached or when the <Timeout> expires.

return:

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