All

SCPI Command :

FETCh:NRSub:MEASurement<Instance>:SRS:STATe:ALL
Commands in total: 1
Subgroups: 0
Direct child commands: 1
fetch(timeout: float = None, target_main_state: TargetStateA = None, target_sync_state: TargetSyncState = None) List[ResourceState][source]
# FETCh:NRSub:MEASurement<Instance>:SRS:STATe:ALL
value: List[enums.ResourceState] = driver.nrSubMeas.srs.state.all.fetch(timeout = 1.0, target_main_state = enums.TargetStateA.OFF, target_sync_state = enums.TargetSyncState.ADJusted)

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.

Parameters:
  • timeout – numeric

  • target_main_state – Target MainState for the query Default is RUN.

  • target_sync_state – Target SyncState for the query Default is ADJ.