State

SCPI Command:

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

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

fetch() ResourceState[source]
# SCPI: FETCh:GPRF:MEASurement<Instance>:EPSensor:STATe
value: enums.ResourceState = driver.gprfMeasurement.extPwrSensor.state.fetch()

Queries the main EPS 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.gprfMeasurement.extPwrSensor.state.clone()

Subgroups