Cperformance

SCPI Commands

STOP:GSM:SIGNaling<Instance>:CPERformance
ABORt:GSM:SIGNaling<Instance>:CPERformance
INITiate:GSM:SIGNaling<Instance>:CPERformance
READ:GSM:SIGNaling<Instance>:CPERformance
FETCh:GSM:SIGNaling<Instance>:CPERformance
class Cperformance[source]

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

abort()None[source]
# SCPI: ABORt:GSM:SIGNaling<instance>:CPERformance
driver.cperformance.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:GSM:SIGNaling<instance>:CPERformance
driver.cperformance.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 RsCmwGsmSig.utilities.opc_timeout_set() to set the timeout value.

fetch()List[int][source]
# SCPI: FETCh:GSM:SIGNaling<instance>:CPERformance
value: List[int] = driver.cperformance.fetch()

Returns all results of the signaling CMR performance measurement.

Use RsCmwGsmSig.reliability.last_value to read the updated reliability indicator.

return

result: Used codec mode number 9 values: initial value and one value per 40 ms Range: 1 to 4

initiate()None[source]
# SCPI: INITiate:GSM:SIGNaling<instance>:CPERformance
driver.cperformance.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:GSM:SIGNaling<instance>:CPERformance
driver.cperformance.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 RsCmwGsmSig.utilities.opc_timeout_set() to set the timeout value.

read()List[int][source]
# SCPI: READ:GSM:SIGNaling<instance>:CPERformance
value: List[int] = driver.cperformance.read()

Returns all results of the signaling CMR performance measurement.

Use RsCmwGsmSig.reliability.last_value to read the updated reliability indicator.

return

result: Used codec mode number 9 values: initial value and one value per 40 ms Range: 1 to 4

stop()None[source]
# SCPI: STOP:GSM:SIGNaling<instance>:CPERformance
driver.cperformance.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:GSM:SIGNaling<instance>:CPERformance
driver.cperformance.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 RsCmwGsmSig.utilities.opc_timeout_set() to set the timeout value.

Cloning the Group

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

Subgroups