StandardDev

SCPI Commands :

READ:LTE:MEASurement<Instance>:MEValuation:SEMask:SDEViation
FETCh:LTE:MEASurement<Instance>:MEValuation:SEMask:SDEViation
class StandardDevCls[source]

StandardDev commands group definition. 2 total commands, 0 Subgroups, 2 group commands

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: float: float Total TX power in the slot over all component carriers Unit: dBm

fetch() ResultData[source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:SEMask:SDEViation
value: ResultData = driver.multiEval.seMask.standardDev.fetch()

Return the current, average and standard deviation 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:SDEViation
value: ResultData = driver.multiEval.seMask.standardDev.read()

Return the current, average and standard deviation 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.