Current

SCPI Commands :

CALCulate:BLUetooth:MEASurement<Instance>:MEValuation:PENCoding:SSEQuence:EDRate:CURRent
READ:BLUetooth:MEASurement<Instance>:MEValuation:PENCoding:SSEQuence:EDRate:CURRent
FETCh:BLUetooth:MEASurement<Instance>:MEValuation:PENCoding:SSEQuence:EDRate:CURRent
class CurrentCls[source]

Current commands group definition. 3 total commands, 0 Subgroups, 3 group commands

class CalculateStruct[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability indicator’

  • Nominal_Power: float or bool: float Average burst power during the carrier-on state Range: -99.99 dBm to 99.99 dBm

  • Sync_Bit_Errors: float or bool: decimal Sync bit errors Range: 0 to 10E+3

  • Trailer_Bit_Errs: float or bool: decimal Trailer bit errors Range: 0 to 10E+3

class ResultData[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability indicator’

  • Nominal_Power: float: float Average burst power during the carrier-on state Range: -99.99 dBm to 99.99 dBm

  • Sync_Bit_Errors: int: decimal Sync bit errors Range: 0 to 10E+3

  • Trailer_Bit_Errs: int: decimal Trailer bit errors Range: 0 to 10E+3

calculate() CalculateStruct[source]
# SCPI: CALCulate:BLUetooth:MEASurement<Instance>:MEValuation:PENCoding:SSEQuence:EDRate:CURRent
value: CalculateStruct = driver.multiEval.pencoding.ssequence.edrate.current.calculate()

Returns the ‘Differential Phase Encoding’ results for EDR packets in combined signal path. 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:MEASurement<Instance>:MEValuation:PENCoding:SSEQuence:EDRate:CURRent
value: ResultData = driver.multiEval.pencoding.ssequence.edrate.current.fetch()

Returns the ‘Differential Phase Encoding’ results for EDR packets in combined signal path. 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.

read() ResultData[source]
# SCPI: READ:BLUetooth:MEASurement<Instance>:MEValuation:PENCoding:SSEQuence:EDRate:CURRent
value: ResultData = driver.multiEval.pencoding.ssequence.edrate.current.read()

Returns the ‘Differential Phase Encoding’ results for EDR packets in combined signal path. 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.