State

SCPI Commands

FETCh:EVDO:SIGNaling<Instance>:RXQuality:STATe
class State[source]

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

fetch()RsCmwEvdoSig.enums.ResourceState[source]
# SCPI: FETCh:EVDO:SIGNaling<instance>:RXQuality:STATe
value: enums.ResourceState = driver.rxQuality.state.fetch()

No command help available

return

state: No help available

Cloning the Group

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

Subgroups