Bedr

SCPI Commands

INITiate:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:BER:BEDR
ABORt:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:BER:BEDR
STOP:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:BER:BEDR
READ:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:BER:BEDR
FETCh:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:BER:BEDR
CALCulate:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:BER:BEDR
class Bedr[source]

Bedr commands group definition. 6 total commands, 0 Sub-groups, 6 group commands

class CalculateStruct[source]

Response structure. Fields:

  • Ber: float: float Bit error rate Range: 0 % to 100 %, Unit: %

  • Per: float: float Packet error rate Unit: %

  • Bit_Errors: float: decimal Sum of received erroneous data bits Range: 0 to 18.4467440737096E+18

  • Missing_Packets: float: float Difference between the number of packets sent and the number of packets received in percentage Unit: %

  • Nak: float: float Percentage of packets not acknowledged by the EUT positively Unit: %

  • Hec_Errors: float: float Percentage of packets with the bit errors in the header Unit: %

  • Crc_Errors: float: float Percentage of packets with the bit errors in the payload Unit: %

  • Wrong_Packet_Rate: float: No parameter help available

  • Wrong_Payload_Rat: float: No parameter help available

  • Packets_Received: float: No parameter help available

  • Search_Result: float: float TX level of the R&S CMW resulting in the configured BER search limit Range: -100 dBm to 0 dBm

class ResultData[source]

Response structure. Fields:

  • Ber: float: float Bit error rate Range: 0 % to 100 %, Unit: %

  • Per: float: float Packet error rate Unit: %

  • Bit_Errors: int: decimal Sum of received erroneous data bits Range: 0 to 18.4467440737096E+18

  • Missing_Packets: float: float Difference between the number of packets sent and the number of packets received in percentage Unit: %

  • Nak: float: float Percentage of packets not acknowledged by the EUT positively Unit: %

  • Hec_Errors: float: float Percentage of packets with the bit errors in the header Unit: %

  • Crc_Errors: float: float Percentage of packets with the bit errors in the payload Unit: %

  • Wrong_Packet_Rate: float: No parameter help available

  • Wrong_Payload_Rat: float: No parameter help available

  • Packets_Received: int: No parameter help available

  • Search_Result: float: float TX level of the R&S CMW resulting in the configured BER search limit Range: -100 dBm to 0 dBm

abort()None[source]
# SCPI: ABORt:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:BER[:BEDR]
driver.rxQuality.search.ber.bedr.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:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:BER[:BEDR]
driver.rxQuality.search.ber.bedr.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 RsCmwBluetoothSig.utilities.opc_timeout_set() to set the timeout value.

calculate()CalculateStruct[source]
# SCPI: CALCulate:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:BER[:BEDR]
value: CalculateStruct = driver.rxQuality.search.ber.bedr.calculate()

Return all results of the BR/EDR BER search measurement. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

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

return

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

fetch()ResultData[source]
# SCPI: FETCh:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:BER[:BEDR]
value: ResultData = driver.rxQuality.search.ber.bedr.fetch()

Return all results of the BR/EDR BER search measurement. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

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

return

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

initiate()None[source]
# SCPI: INITiate:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:BER[:BEDR]
driver.rxQuality.search.ber.bedr.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:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:BER[:BEDR]
driver.rxQuality.search.ber.bedr.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 RsCmwBluetoothSig.utilities.opc_timeout_set() to set the timeout value.

read()ResultData[source]
# SCPI: READ:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:BER[:BEDR]
value: ResultData = driver.rxQuality.search.ber.bedr.read()

Return all results of the BR/EDR BER search measurement. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

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

return

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

stop()None[source]
# SCPI: STOP:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:BER[:BEDR]
driver.rxQuality.search.ber.bedr.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:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:BER[:BEDR]
driver.rxQuality.search.ber.bedr.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 RsCmwBluetoothSig.utilities.opc_timeout_set() to set the timeout value.