Bedr

SCPI Commands

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

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

class CalculateStruct[source]

Response structure. Fields:

  • Reliability: int: decimal See ‘Reliability Indicator’

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

  • Per: float: float Packet error rate Range: 0 % to 100 %, 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 Range: 0 % to 100 %, Unit: %

  • Nak: float: float Percentage of packets not acknowledged by the EUT positively Range: 0 % to 100 %, Unit: %

  • Hec_Errors: float: float Percentage of packets with the bit errors in the header Range: 0 % to 100 %, Unit: %

  • Crc_Errors: float: float Percentage of packets with the bit errors in the payload Range: 0 % to 100 %, Unit: %

  • Wrong_Packet_Rate: float: No parameter help available

  • Wrong_Payload_Rat: float: No parameter help available

  • Packets_Received: float: No parameter help available

class ResultData[source]

Response structure. Fields:

  • Reliability: int: decimal See ‘Reliability Indicator’

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

  • Per: float: float Packet error rate Range: 0 % to 100 %, 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 Range: 0 % to 100 %, Unit: %

  • Nak: float: float Percentage of packets not acknowledged by the EUT positively Range: 0 % to 100 %, Unit: %

  • Hec_Errors: float: float Percentage of packets with the bit errors in the header Range: 0 % to 100 %, Unit: %

  • Crc_Errors: float: float Percentage of packets with the bit errors in the payload Range: 0 % to 100 %, Unit: %

  • Wrong_Packet_Rate: float: No parameter help available

  • Wrong_Payload_Rat: float: No parameter help available

  • Packets_Received: int: No parameter help available

abort()None[source]
# SCPI: ABORt:BLUetooth:SIGNaling<Instance>:RXQuality:BER[:BEDR]
driver.rxQuality.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:BER[:BEDR]
driver.rxQuality.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:BER[:BEDR]
value: CalculateStruct = driver.rxQuality.ber.bedr.calculate()

Return all results of the signaling BER 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.

return

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

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

Return all results of the signaling BER 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.

return

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

initiate()None[source]
# SCPI: INITiate:BLUetooth:SIGNaling<Instance>:RXQuality:BER[:BEDR]
driver.rxQuality.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:BER[:BEDR]
driver.rxQuality.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:BER[:BEDR]
value: ResultData = driver.rxQuality.ber.bedr.read()

Return all results of the signaling BER 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.

return

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

stop()None[source]
# SCPI: STOP:BLUetooth:SIGNaling<Instance>:RXQuality:BER[:BEDR]
driver.rxQuality.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:BER[:BEDR]
driver.rxQuality.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.