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: decimal ‘Reliability indicator’

  • Out_Of_Tol: float or bool: float | ON | OFF Out of tolerance result, i.e. percentage of measurement intervals of the statistic count ([CMDLINKRESOLVED Configure.MultiEval.Scount#Frange CMDLINKRESOLVED]) exceeding the specified limit. (see [CMDLINKRESOLVED Configure.MultiEval.Limit.Frange#set CMDLINKRESOLVED]) Additional ON/OFF enables/disables the out of tolerance evaluation. Range: 0 % to 100 %

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

  • Fl: float or bool: float Lowest frequency at which spectral power density drops below specified threshold Range: -1 MHz to +1 MHz

  • Fh: float or bool: float Highest frequency at which spectral power density drops below specified threshold Range: -1 MHz to +1 MHz

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability indicator’

  • Out_Of_Tol: float: float | ON | OFF Out of tolerance result, i.e. percentage of measurement intervals of the statistic count ([CMDLINKRESOLVED Configure.MultiEval.Scount#Frange CMDLINKRESOLVED]) exceeding the specified limit. (see [CMDLINKRESOLVED Configure.MultiEval.Limit.Frange#set CMDLINKRESOLVED]) Additional ON/OFF enables/disables the out of tolerance evaluation. Range: 0 % to 100 %

  • Nominal_Power: float: float Average power during the carrier-on state Range: -128 dBm to 30 dBm

  • Fl: float: float Lowest frequency at which spectral power density drops below specified threshold Range: -1 MHz to +1 MHz

  • Fh: float: float Highest frequency at which spectral power density drops below specified threshold Range: -1 MHz to +1 MHz

class ReadStruct[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability indicator’

  • Out_Of_Tol: float or bool: float | ON | OFF Out of tolerance result, i.e. percentage of measurement intervals of the statistic count ([CMDLINKRESOLVED Configure.MultiEval.Scount#Frange CMDLINKRESOLVED]) exceeding the specified limit. (see [CMDLINKRESOLVED Configure.MultiEval.Limit.Frange#set CMDLINKRESOLVED]) Additional ON/OFF enables/disables the out of tolerance evaluation. Range: 0 % to 100 %

  • Nominal_Power: float: float Average power during the carrier-on state Range: -128 dBm to 30 dBm

  • Fl: float: float Lowest frequency at which spectral power density drops below specified threshold Range: -1 MHz to +1 MHz

  • Fh: float: float Highest frequency at which spectral power density drops below specified threshold Range: -1 MHz to +1 MHz

calculate() CalculateStruct[source]
# SCPI: CALCulate:BLUetooth:MEASurement<Instance>:MEValuation:FRANge:BRATe:CURRent
value: CalculateStruct = driver.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.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.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.