Average

SCPI Commands :

READ:LTE:MEASurement<Instance>:PRACh:PDYNamics:AVERage
FETCh:LTE:MEASurement<Instance>:PRACh:PDYNamics:AVERage
CALCulate:LTE:MEASurement<Instance>:PRACh:PDYNamics:AVERage
class AverageCls[source]

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

class CalculateStruct[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 or bool: OFF power average value for subframe before preamble without transient period.

  • 4 On_Power_Rms: float or bool: ON power average value over preamble.

  • 5 On_Power_Peak: float or bool: ON power peak value within preamble.

  • 6 Off_Power_After: float or bool: OFF power average value for subframe after preamble without transient period.

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 subframe before preamble without transient period.

  • 4 On_Power_Rms: float: ON power average value over preamble.

  • 5 On_Power_Peak: float: ON power peak value within preamble.

  • 6 Off_Power_After: float: OFF power average value for subframe after preamble without transient period.

calculate() CalculateStruct[source]

CALCulate:LTE:MEASurement<Instance>:PRACh:PDYNamics:AVERage

Snippet: value: CalculateStruct = driver.lteMeas.prach.pdynamics.average.calculate()

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 CalculateStruct structure arguments.

fetch() ResultData[source]

FETCh:LTE:MEASurement<Instance>:PRACh:PDYNamics:AVERage

Snippet: value: ResultData = driver.lteMeas.prach.pdynamics.average.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>:PRACh:PDYNamics:AVERage

Snippet: value: ResultData = driver.lteMeas.prach.pdynamics.average.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.