State

SCPI Command :

FETCh:LTE:SIGNaling<instance>:THRoughput:STATe
class StateCls[source]

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

fetch() ResourceState[source]
# SCPI: FETCh:LTE:SIGNaling<instance>:THRoughput:STATe
value: enums.ResourceState = driver.throughput.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:

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.throughput.state.clone()

Subgroups