All

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:SROutines:STATe:ALL
class AllCls[source]

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

fetch() List[ResourceState][source]
# SCPI: FETCh:AFRF:MEASurement<Instance>:SROutines:STATe:ALL
value: List[enums.ResourceState] = driver.afRf.measurement.searchRoutines.state.all.fetch()

Queries the main search routine state and all substates. The substates provide additional information for the main state RUN.

return:

meas_state: OFF | RDY | RUN OFF Measurement is off RDY Measurement has been paused or is finished RUN Measurement is running