Pswitched

SCPI Commands

INITiate:GSM:SIGNaling<Instance>:BER:PSWitched
STOP:GSM:SIGNaling<Instance>:BER:PSWitched
ABORt:GSM:SIGNaling<Instance>:BER:PSWitched
READ:GSM:SIGNaling<Instance>:BER:PSWitched
FETCh:GSM:SIGNaling<Instance>:BER:PSWitched
class Pswitched[source]

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

class ResultData[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability Indicator’

  • Frames: int: Number of already transmitted blocks Range: 0 to 500E+3

  • Ber: float: BER Range: 0 % to 100 %, Unit: %

  • Dbler: float: DBLER Range: 0 % to 100 %, Unit: %

  • Usf_Bler: float: USF BLER Range: 0 % to 100 %, Unit: %

  • False_Usf_Detect: float: False USF BLER Range: 0 % to 100 %, Unit: %

  • Crc_Errors: float: CRC errors Range: 0 to 500E+3

  • Non_Assigned_Usf: int: Number of USFs in data blocks not assigned to the MS Range: 0 to 500E+3

abort()None[source]
# SCPI: ABORt:GSM:SIGNaling<Instance>:BER:PSWitched
driver.ber.pswitched.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>:BER:PSWitched
driver.ber.pswitched.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()ResultData[source]
# SCPI: FETCh:GSM:SIGNaling<Instance>:BER:PSWitched
value: ResultData = driver.ber.pswitched.fetch()

Returns the results of the BER PS measurement over all carriers. For the details of the results, see ‘BER PS Measurement’.

return

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

initiate()None[source]
# SCPI: INITiate:GSM:SIGNaling<Instance>:BER:PSWitched
driver.ber.pswitched.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>:BER:PSWitched
driver.ber.pswitched.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()ResultData[source]
# SCPI: READ:GSM:SIGNaling<Instance>:BER:PSWitched
value: ResultData = driver.ber.pswitched.read()

Returns the results of the BER PS measurement over all carriers. For the details of the results, see ‘BER PS Measurement’.

return

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

stop()None[source]
# SCPI: STOP:GSM:SIGNaling<Instance>:BER:PSWitched
driver.ber.pswitched.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>:BER:PSWitched
driver.ber.pswitched.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.ber.pswitched.clone()

Subgroups