Ergch

SCPI Commands

STOP:WCDMa:SIGNaling<Instance>:ERGCh
ABORt:WCDMa:SIGNaling<Instance>:ERGCh
INITiate:WCDMa:SIGNaling<Instance>:ERGCh
FETCh:WCDMa:SIGNaling<Instance>:ERGCh
READ:WCDMa:SIGNaling<Instance>:ERGCh
class Ergch[source]

Ergch commands group definition. 7 total commands, 1 Sub-groups, 5 group commands

class ResultData[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability Indicator’

  • Meas_Frames: int: Number of already measured HSUPA subframes

  • Happy_Happy_Bits: int: Number of detected happy happy bits

  • Missed_Up: int: Number of relative grant values that the UE received in error during ‘Missed Up’ test

  • Missed_Down: int: Number of relative grant values that the UE received in error during ‘Missed Down’ test

  • Correct_Up: int: Number of relative grant values that the UE received correctly during ‘Missed Up’ test

  • Correct_Down: int: Number of relative grant values that the UE received correctly during ‘Missed Down’ test

  • All_Valid_Up: int: Sum of the missed and the correct events during ‘Missed Up’ test

  • All_Valid_Down: int: Sum of the missed and the correct events during ‘Missed Down’ test

  • Missed_Up_Ratio: float: 4_MissedUp events / 8_AllValidUp events

  • Missed_Down_Ratio: float: 5_MissedDown events / 9_AllValidDown events

  • Missed_Hold: int: Number of relative grant values that the UE received in error during ‘Missed Hold’ test

  • Correct_Hold: int: Number of relative grant values that the UE received correctly during ‘Missed Hold’ test

  • All_Valid_Hold: int: Sum of the missed and the correct events during ‘Missed Hold’ test

  • Missed_Hold_Ratio: float: 12_MissedHold events / 14_AllValidHold events

abort()None[source]
# SCPI: ABORt:WCDMa:SIGNaling<instance>:ERGCh
driver.ergch.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>:ERGCh
driver.ergch.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>:ERGCh
value: ResultData = driver.ergch.fetch()

Return all single value results of the E-RGCH measurement. ‘Missed Up’, ‘Missed Down’ and ‘Missed Hold’ test refers to wizard settings, see ‘Using the WCDMA Wizards’. 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>:ERGCh
driver.ergch.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>:ERGCh
driver.ergch.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>:ERGCh
value: ResultData = driver.ergch.read()

Return all single value results of the E-RGCH measurement. ‘Missed Up’, ‘Missed Down’ and ‘Missed Hold’ test refers to wizard settings, see ‘Using the WCDMA Wizards’. 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>:ERGCh
driver.ergch.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>:ERGCh
driver.ergch.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.ergch.clone()

Subgroups