State

SCPI Command :

FETCh:SELFtest:STATe
class StateCls[source]

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

fetch() ResourceState[source]
# SCPI: FETCh:SELFtest:STATe
value: enums.ResourceState = driver.selftest.state.fetch()

No command help available

return:

meas_status: No help available

Cloning the Group

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

Subgroups