Extreme

SCPI Commands :

READ:LTE:MEASurement<Instance>:MEValuation:SEMask:EXTReme
FETCh:LTE:MEASurement<Instance>:MEValuation:SEMask:EXTReme
CALCulate:LTE:MEASurement<Instance>:MEValuation:SEMask:EXTReme
class ExtremeCls[source]

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

class CalculateStruct[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability indicator’

  • Out_Of_Tolerance: int: decimal Out of tolerance result, i.e. percentage of measurement intervals of the statistic count for spectrum emission measurements exceeding the specified spectrum emission mask limits. Unit: %

  • Obw: float or bool: float Occupied bandwidth Unit: Hz

  • Tx_Power_Min: float or bool: float Minimum total TX power in the slot Unit: dBm

  • Tx_Power_Max: float or bool: float Maximum total TX power in the slot Unit: dBm

class ResultData[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability indicator’

  • Out_Of_Tolerance: int: decimal Out of tolerance result, i.e. percentage of measurement intervals of the statistic count for spectrum emission measurements exceeding the specified spectrum emission mask limits. Unit: %

  • Obw: float: float Occupied bandwidth Unit: Hz

  • Tx_Power_Min: float: float Minimum total TX power in the slot Unit: dBm

  • Tx_Power_Max: float: float Maximum total TX power in the slot Unit: dBm

calculate() CalculateStruct[source]
# SCPI: CALCulate:LTE:MEASurement<Instance>:MEValuation:SEMask:EXTReme
value: CalculateStruct = driver.multiEval.seMask.extreme.calculate()

Return the extreme single-value results of the spectrum emission 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:LTE:MEASurement<Instance>:MEValuation:SEMask:EXTReme
value: ResultData = driver.multiEval.seMask.extreme.fetch()

Return the extreme single-value results of the spectrum emission 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.

read() ResultData[source]
# SCPI: READ:LTE:MEASurement<Instance>:MEValuation:SEMask:EXTReme
value: ResultData = driver.multiEval.seMask.extreme.read()

Return the extreme single-value results of the spectrum emission 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.