All

SCPI Command :

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

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

fetch(timeout: float = None, target_main_state: TargetMainState = None, target_sync_state: TargetSyncState = None) List[ResourceState][source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:STATe:ALL
value: List[enums.ResourceState] = driver.multiEval.state.all.fetch(timeout = 1.0, target_main_state = enums.TargetMainState.OFF, target_sync_state = enums.TargetSyncState.ADJusted)

Queries the main measurement state and the measurement substates. Both measurement substates are relevant for running measurements only. Use FETCh:…:STATe? to query the main measurement state only. Use INITiate…, STOP…, ABORt… to change the measurement state.

param timeout:

No help available

param target_main_state:

No help available

param target_sync_state:

No help available

return:

state: No help available