State

SCPI Command :

FETCh:BLUetooth:MEASurement<Instance>:RXQuality: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>:RXQuality:STATe
value: enums.ResourceState = driver.rxQuality.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 | RDY | RUN OFF: measurement switched off, no resources allocated, no results available (when entered after ABORt…) RDY: measurement has been terminated, valid results are available RUN: measurement running (after INITiate…, READ…) , synchronization pending or adjusted, resources active or queued

Cloning the Group

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

Subgroups