State

SCPI Commands

FETCh:DATA:MEASurement<MeasInstance>:IPERf:STATe
class State[source]

State commands group definition. 2 total commands, 1 Sub-groups, 1 group commands

fetch()RsCmwDau.enums.ResourceState[source]
# SCPI: FETCh:DATA:MEASurement<Instance>:IPERf:STATe
value: enums.ResourceState = driver.data.measurement.iperf.state.fetch()

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.

return

meas_state: OFF | RUN | RDY OFF: measurement off, no resources allocated, no results RUN: measurement running, synchronization pending or adjusted, resources active or queued RDY: measurement terminated, valid results can be available

Cloning the Group

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

Subgroups