Eagch

SCPI Commands

STOP:WCDMa:SIGNaling<Instance>:EAGCh
ABORt:WCDMa:SIGNaling<Instance>:EAGCh
INITiate:WCDMa:SIGNaling<Instance>:EAGCh
READ:WCDMa:SIGNaling<Instance>:EAGCh
FETCh:WCDMa:SIGNaling<Instance>:EAGCh
class Eagch[source]

Eagch commands group definition. 9 total commands, 2 Sub-groups, 5 group commands

class ResultData[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability Indicator’

  • Measured_Frames: int: Number of already measured HSUPA subframes Range: 1 to 1E+6

  • Tot_Etfci_Events: int: Sum of all detected E-TFCI events Range: 1 to 1E+6

  • Missed_Det: float: Number of missed expected E-TFCI detections Range: 1 to 1E+6

  • Missed_Det_Prop: float: Missed detection probability (4_MissedDet / 3_TotETFCIEvents) Range: 0 % to 100 %

  • Happy_Bits: int: Number of happy happy bits Range: 1 to 1E+6

  • Etfci_Nr: List[int]: Expected E-TFCI value Range: 0 to 127

  • Etfci_Events: List[int]: Number of detections Range: 0 to 1E+6

abort()None[source]
# SCPI: ABORt:WCDMa:SIGNaling<instance>:EAGCh
driver.eagch.abort()


    INTRO_CMD_HELP: Starts, stops, or aborts the measurement:

    - INITiate... starts or restarts the measurement. The measurement enters the 'RUN' state.
    - STOP... halts the measurement immediately. The measurement enters the 'RDY' state. Measurement results are kept. The resources remain allocated to the measurement.
    - ABORt... halts the measurement immediately. The measurement enters the 'OFF' state. All measurement values are set to NAV. Allocated resources are released.

Use FETCh…STATe? to query the current measurement state.

abort_with_opc()None[source]
# SCPI: ABORt:WCDMa:SIGNaling<instance>:EAGCh
driver.eagch.abort_with_opc()


    INTRO_CMD_HELP: Starts, stops, or aborts the measurement:

    - INITiate... starts or restarts the measurement. The measurement enters the 'RUN' state.
    - STOP... halts the measurement immediately. The measurement enters the 'RDY' state. Measurement results are kept. The resources remain allocated to the measurement.
    - ABORt... halts the measurement immediately. The measurement enters the 'OFF' state. All measurement values are set to NAV. Allocated resources are released.

Use FETCh…STATe? to query the current measurement state.

Same as abort, but waits for the operation to complete before continuing further. Use the RsCmwWcdmaSig.utilities.opc_timeout_set() to set the timeout value.

fetch()ResultData[source]
# SCPI: FETCh:WCDMa:SIGNaling<instance>:EAGCh
value: ResultData = driver.eagch.fetch()

Return all single value results of the E-AGCH measurement. The results are returned as groups per most frequently detected E-TFCI values: <1_Reliability>, <2_MeasedFrames>, <3_TotETFCIEvents>, <4_MissedDet>, <5_MissedDetProb>, <6_HappyBits>, {<7_ETFCINr>, <8_ETFCIEvents>}1, {…}2, …, {…}8 The number to the left of each result parameter is provided for easy identification of the parameter position within the result array.

return

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

initiate()None[source]
# SCPI: INITiate:WCDMa:SIGNaling<instance>:EAGCh
driver.eagch.initiate()


    INTRO_CMD_HELP: Starts, stops, or aborts the measurement:

    - INITiate... starts or restarts the measurement. The measurement enters the 'RUN' state.
    - STOP... halts the measurement immediately. The measurement enters the 'RDY' state. Measurement results are kept. The resources remain allocated to the measurement.
    - ABORt... halts the measurement immediately. The measurement enters the 'OFF' state. All measurement values are set to NAV. Allocated resources are released.

Use FETCh…STATe? to query the current measurement state.

initiate_with_opc()None[source]
# SCPI: INITiate:WCDMa:SIGNaling<instance>:EAGCh
driver.eagch.initiate_with_opc()


    INTRO_CMD_HELP: Starts, stops, or aborts the measurement:

    - INITiate... starts or restarts the measurement. The measurement enters the 'RUN' state.
    - STOP... halts the measurement immediately. The measurement enters the 'RDY' state. Measurement results are kept. The resources remain allocated to the measurement.
    - ABORt... halts the measurement immediately. The measurement enters the 'OFF' state. All measurement values are set to NAV. Allocated resources are released.

Use FETCh…STATe? to query the current measurement state.

Same as initiate, but waits for the operation to complete before continuing further. Use the RsCmwWcdmaSig.utilities.opc_timeout_set() to set the timeout value.

read()ResultData[source]
# SCPI: READ:WCDMa:SIGNaling<instance>:EAGCh
value: ResultData = driver.eagch.read()

Return all single value results of the E-AGCH measurement. The results are returned as groups per most frequently detected E-TFCI values: <1_Reliability>, <2_MeasedFrames>, <3_TotETFCIEvents>, <4_MissedDet>, <5_MissedDetProb>, <6_HappyBits>, {<7_ETFCINr>, <8_ETFCIEvents>}1, {…}2, …, {…}8 The number to the left of each result parameter is provided for easy identification of the parameter position within the result array.

return

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

stop()None[source]
# SCPI: STOP:WCDMa:SIGNaling<instance>:EAGCh
driver.eagch.stop()


    INTRO_CMD_HELP: Starts, stops, or aborts the measurement:

    - INITiate... starts or restarts the measurement. The measurement enters the 'RUN' state.
    - STOP... halts the measurement immediately. The measurement enters the 'RDY' state. Measurement results are kept. The resources remain allocated to the measurement.
    - ABORt... halts the measurement immediately. The measurement enters the 'OFF' state. All measurement values are set to NAV. Allocated resources are released.

Use FETCh…STATe? to query the current measurement state.

stop_with_opc()None[source]
# SCPI: STOP:WCDMa:SIGNaling<instance>:EAGCh
driver.eagch.stop_with_opc()


    INTRO_CMD_HELP: Starts, stops, or aborts the measurement:

    - INITiate... starts or restarts the measurement. The measurement enters the 'RUN' state.
    - STOP... halts the measurement immediately. The measurement enters the 'RDY' state. Measurement results are kept. The resources remain allocated to the measurement.
    - ABORt... halts the measurement immediately. The measurement enters the 'OFF' state. All measurement values are set to NAV. Allocated resources are released.

Use FETCh…STATe? to query the current measurement state.

Same as stop, but waits for the operation to complete before continuing further. Use the RsCmwWcdmaSig.utilities.opc_timeout_set() to set the timeout value.

Cloning the Group

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

Subgroups