Minimum
SCPI Commands :
READ:NIOT:MEASurement<Instance>:PRACh:PDYNamics:MINimum
FETCh:NIOT:MEASurement<Instance>:PRACh:PDYNamics:MINimum
CALCulate:NIOT: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:
Reliability: int: ‘Reliability indicator’
Out_Of_Tolerance: int: Out of tolerance result, i.e. percentage of measurement intervals of the statistic count for power dynamics measurements exceeding the specified power dynamics limits.
Off_Power_Before: float or bool: OFF power before the preamble
On_Power_Rms: float or bool: ON power mean value
On_Power_Peak: float or bool: ON power peak value
Off_Power_After: float or bool: OFF power after the preamble
- class ResultData[source]
Response structure. Fields:
Reliability: int: ‘Reliability indicator’
Out_Of_Tolerance: int: Out of tolerance result, i.e. percentage of measurement intervals of the statistic count for power dynamics measurements exceeding the specified power dynamics limits.
Off_Power_Before: float: OFF power before the preamble
On_Power_Rms: float: ON power mean value
On_Power_Peak: float: ON power peak value
Off_Power_After: float: OFF power after the preamble
- calculate() CalculateStruct[source]
# SCPI: CALCulate:NIOT:MEASurement<Instance>:PRACh:PDYNamics:MINimum value: CalculateStruct = driver.niotMeas.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]
# SCPI: FETCh:NIOT:MEASurement<Instance>:PRACh:PDYNamics:MINimum value: ResultData = driver.niotMeas.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]
# SCPI: READ:NIOT:MEASurement<Instance>:PRACh:PDYNamics:MINimum value: ResultData = driver.niotMeas.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.