Minimum

SCPI Commands :

READ:LTE:MEASurement<Instance>:PRACh:PDYNamics:MINimum
FETCh:LTE:MEASurement<Instance>:PRACh:PDYNamics:MINimum
CALCulate:LTE:MEASurement<Instance>:PRACh:PDYNamics:MINimum
class MinimumCls[source]

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

class CalculateStruct[source]

Response structure. Fields:

  • 1 Reliability: int: decimal ‘Reliability indicator’

  • 2 Out_Of_Tolerance: int: decimal 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. Unit: %

  • 3 Off_Power_Before: float | bool: float OFF power mean value for subframe before preamble without transient period. Unit: dBm

  • 4 On_Power_Rms: float | bool: float ON power mean value over preamble. Unit: dBm

  • 5 On_Power_Peak: float | bool: float ON power peak value within preamble. Unit: dBm

  • 6 Off_Power_After: float | bool: float OFF power mean value for subframe after preamble without transient period. Unit: dBm

class ResultData[source]

Response structure. Fields:

  • 1 Reliability: int: decimal ‘Reliability indicator’

  • 2 Out_Of_Tolerance: int: decimal 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. Unit: %

  • 3 Off_Power_Before: float: float OFF power mean value for subframe before preamble without transient period. Unit: dBm

  • 4 On_Power_Rms: float: float ON power mean value over preamble. Unit: dBm

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

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

calculate() CalculateStruct[source]

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

Snippet: value: CalculateStruct = driver.prach.pdynamics.minimum.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. 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]

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

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

READ:LTE:MEASurement<Instance>:PRACh:PDYNamics:MINimum

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