Current

SCPI Commands :

CALCulate:BLUetooth:MEASurement<Instance>:MEValuation:FRANge:BRATe:CURRent
READ:BLUetooth:MEASurement<Instance>:MEValuation:FRANge:BRATe:CURRent
FETCh:BLUetooth:MEASurement<Instance>:MEValuation:FRANge:BRATe:CURRent
class CurrentCls[source]

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

class CalculateStruct[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Out_Of_Tol: float or bool: Out of tolerance result, i.e. the percentage of measurement intervals of the statistic count ([CMDLINKRESOLVED Configure.Bluetooth.Measurement.MultiEval.Scount#Frange CMDLINKRESOLVED]) exceeding the specified limit. Additional ON/OFF enables/disables the out of tolerance evaluation.

  • Nominal_Power: float or bool: Average power during the carrier-on state

  • Fl: float or bool: Lowest frequency at which the spectral power density drops below the specified threshold.

  • Fh: float or bool: Highest frequency at which the spectral power density drops below the specified threshold.

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Out_Of_Tol: float: Out of tolerance result, i.e. the percentage of measurement intervals of the statistic count ([CMDLINKRESOLVED Configure.Bluetooth.Measurement.MultiEval.Scount#Frange CMDLINKRESOLVED]) exceeding the specified limit. Additional ON/OFF enables/disables the out of tolerance evaluation.

  • Nominal_Power: float: Average power during the carrier-on state

  • Fl: float: Lowest frequency at which the spectral power density drops below the specified threshold.

  • Fh: float: Highest frequency at which the spectral power density drops below the specified threshold.

class ReadStruct[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Out_Of_Tol: float or bool: Out of tolerance result, i.e. the percentage of measurement intervals of the statistic count ([CMDLINKRESOLVED Configure.Bluetooth.Measurement.MultiEval.Scount#Frange CMDLINKRESOLVED]) exceeding the specified limit. Additional ON/OFF enables/disables the out of tolerance evaluation.

  • Nominal_Power: float: Average power during the carrier-on state

  • Fl: float: Lowest frequency at which the spectral power density drops below the specified threshold.

  • Fh: float: Highest frequency at which the spectral power density drops below the specified threshold.

calculate() CalculateStruct[source]
# SCPI: CALCulate:BLUetooth:MEASurement<Instance>:MEValuation:FRANge:BRATe:CURRent
value: CalculateStruct = driver.bluetooth.measurement.multiEval.frange.brate.current.calculate()

Returns the Frequency Range results for BR. 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() FetchStruct[source]
# SCPI: FETCh:BLUetooth:MEASurement<Instance>:MEValuation:FRANge:BRATe:CURRent
value: FetchStruct = driver.bluetooth.measurement.multiEval.frange.brate.current.fetch()

Returns the Frequency Range results for BR. 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 FetchStruct structure arguments.

read() ReadStruct[source]
# SCPI: READ:BLUetooth:MEASurement<Instance>:MEValuation:FRANge:BRATe:CURRent
value: ReadStruct = driver.bluetooth.measurement.multiEval.frange.brate.current.read()

Returns the Frequency Range results for BR. 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 ReadStruct structure arguments.