State

SCPI Command :

FETCh:SIGNaling:MEASurement:BLER:STATe
class StateCls[source]

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

class FetchStruct[source]

Response structure. Fields:

  • State: enums.State: OFF: Measurement off, no results. RDY: Measurement finished, valid results can be available. RUN: Measurement running.

  • Cell_Name: str: No parameter help available

  • Cell_Type: enums.CellType: No parameter help available

fetch(info: Info = None) FetchStruct[source]
# SCPI: FETCh:SIGNaling:MEASurement:BLER:STATe
value: FetchStruct = driver.signaling.measurement.bler.state.fetch(info = enums.Info.ALL)

Queries the measurement state.

param info:

No help available

return:

structure: for return value, see the help for FetchStruct structure arguments.