StandardDev
SCPI Commands :
READ:LTE:MEASurement<Instance>:MEValuation:SEMask:SDEViation
FETCh:LTE:MEASurement<Instance>:MEValuation:SEMask:SDEViation
CALCulate:LTE:MEASurement<Instance>:MEValuation:SEMask:SDEViation
- class StandardDevCls[source]
StandardDev commands group definition. 3 total commands, 0 Subgroups, 3 group commands
- class CalculateStruct[source]
Response structure. Fields:
1 Reliability: int: No parameter help available
2 Out_Of_Tolerance: int: No parameter help available
3 Obw: float or bool: No parameter help available
4 Tx_Power: float or bool: No parameter help available
- class ResultData[source]
Response structure. Fields:
1 Reliability: int: ‘Reliability indicator’
2 Out_Of_Tolerance: int: Out of tolerance result, i.e. the percentage of measurement intervals of the statistic count for spectrum emission measurements exceeding the specified spectrum emission mask limits.
3 Obw: float: Occupied bandwidth
4 Tx_Power: float: Total TX power in the slot over all component carriers
- calculate() CalculateStruct[source]
CALCulate:LTE:MEASurement<Instance>:MEValuation:SEMask:SDEViation
Snippet: value: CalculateStruct = driver.lteMeas.multiEval.seMask.standardDev.calculate()
No command help available
- return:
structure: for return value, see the help for CalculateStruct structure arguments.
- fetch() ResultData[source]
FETCh:LTE:MEASurement<Instance>:MEValuation:SEMask:SDEViation
Snippet: value: ResultData = driver.lteMeas.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. A CALCulate command returns 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]
READ:LTE:MEASurement<Instance>:MEValuation:SEMask:SDEViation
Snippet: value: ResultData = driver.lteMeas.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. A CALCulate command returns limit check results instead, one value for each result listed below.
- return:
structure: for return value, see the help for ResultData structure arguments.