StandardDev
SCPI Commands :
READ:LTE:MEASurement<Instance>:SRS:PDYNamics:SDEViation
FETCh:LTE:MEASurement<Instance>:SRS:PDYNamics:SDEViation
CALCulate:LTE:MEASurement<Instance>:SRS:PDYNamics: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 Off_Power_Before: float or bool: No parameter help available
4 On_Power_Rms_1: float or bool: No parameter help available
5 On_Power_Peak_1: float or bool: No parameter help available
6 On_Power_Rms_2: float or bool: No parameter help available
7 On_Power_Peak_2: float or bool: No parameter help available
8 Off_Power_After: 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 power dynamics measurements exceeding the specified power dynamics limits.
3 Off_Power_Before: float: OFF power average value for the time period before the SRS symbol.
4 On_Power_Rms_1: float: ON power average value over the first SRS symbol.
5 On_Power_Peak_1: float: ON power peak value for the first SRS symbol.
6 On_Power_Rms_2: float: ON power average value over the second SRS symbol (NCAP returned for FDD) .
7 On_Power_Peak_2: float: ON power peak value for the second SRS symbol (NCAP returned for FDD) .
8 Off_Power_After: float: OFF power average value for the subframe after the SRS symbol.
- calculate() CalculateStruct[source]
CALCulate:LTE:MEASurement<Instance>:SRS:PDYNamics:SDEViation
Snippet: value: CalculateStruct = driver.lteMeas.srs.pdynamics.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>:SRS:PDYNamics:SDEViation
Snippet: value: ResultData = driver.lteMeas.srs.pdynamics.standardDev.fetch()
Return the current, average, minimum, maximum and standard deviation single-value results of the power dynamics 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>:SRS:PDYNamics:SDEViation
Snippet: value: ResultData = driver.lteMeas.srs.pdynamics.standardDev.read()
Return the current, average, minimum, maximum and standard deviation single-value results of the power dynamics 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.