Average
SCPI Commands :
READ:NIOT:MEASurement<Instance>:MEValuation:TRACe:PDYNamics:POST:AVERage
FETCh:NIOT:MEASurement<Instance>:MEValuation:TRACe:PDYNamics:POST:AVERage
- class AverageCls[source]
Average commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- fetch() List[float][source]
# SCPI: FETCh:NIOT:MEASurement<Instance>:MEValuation:TRACe:PDYNamics:POST:AVERage value: List[float] = driver.niotMeas.multiEval.trace.pdynamics.post.average.fetch()
Return the values of the right power dynamics trace (end of last allocated RU) . The results of the current, average and maximum traces can be retrieved. See also ‘Square Power Dynamics’.
Suppressed linked return values: reliability
- return:
power: Comma-separated list of 1408 power values The 705th value refers to the time 0 µs, the end of the last allocated RU. The other details depend on the subcarrier spacing, see table.
- read() List[float][source]
# SCPI: READ:NIOT:MEASurement<Instance>:MEValuation:TRACe:PDYNamics:POST:AVERage value: List[float] = driver.niotMeas.multiEval.trace.pdynamics.post.average.read()
Return the values of the right power dynamics trace (end of last allocated RU) . The results of the current, average and maximum traces can be retrieved. See also ‘Square Power Dynamics’.
Suppressed linked return values: reliability
- return:
power: Comma-separated list of 1408 power values The 705th value refers to the time 0 µs, the end of the last allocated RU. The other details depend on the subcarrier spacing, see table.