State

SCPI Command :

FETCh:BLUetooth:MEASurement<Instance>:MEValuation:STATe
class StateCls[source]

State commands group definition. 2 total commands, 1 Subgroups, 1 group commands

fetch(timeout: float = None, target_main_state: ResourceState = None, target_sync_state: SyncState = None) ResourceState[source]
# SCPI: FETCh:BLUetooth:MEASurement<Instance>:MEValuation:STATe
value: enums.ResourceState = driver.multiEval.state.fetch(timeout = 1.0, target_main_state = enums.ResourceState.ACTive, target_sync_state = enums.SyncState.ADJusted)

Queries the main measurement state. Use FETCh:…:STATe:ALL? to query the measurement state including the substates. 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:

meas_state: OFF | RUN | RDY OFF: Measurement switched off, no resources allocated, no results available (when entered after ABORt…) . RUN: Measurement running (after INITiate…, READ…) , synchronization pending or adjusted, resources active or queued RDY: Measurement has been terminated, valid results are available.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.multiEval.state.clone()

Subgroups