State

SCPI Command:

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

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

fetch() MeasState[source]
# SCPI: FETCh:VSE:MEASurement<Instance>:STATe
value: enums.MeasState = driver.vse.measurement.state.fetch()

Queries the main measurement state.

return:

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

Cloning the Group

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

Subgroups