Average

SCPI Commands :

READ:LTE:MEASurement<Instance>:MEValuation:TRACe:PDYNamics:AVERage
FETCh:LTE:MEASurement<Instance>:MEValuation:TRACe:PDYNamics:AVERage
class AverageCls[source]

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

fetch() List[float][source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:TRACe:PDYNamics:AVERage
value: List[float] = driver.lteMeas.multiEval.trace.pdynamics.average.fetch()

Return the values of the power dynamics traces. Each value is sampled with 48 Ts, corresponding to 1.5625 µs. The results of the current, average and maximum traces can be retrieved. See also ‘Square Power Dynamics’.

Suppressed linked return values: reliability

return:

power: 2048 power values, from -1100 µs to +2098.4375 µs relative to the start of the measure subframe. The values have a spacing of 1.5625 µs. The 705th value is at the start of the Measure Subframe (0 µs) . The diagram in the GUI shows only a subsection of this trace.

read() List[float][source]
# SCPI: READ:LTE:MEASurement<Instance>:MEValuation:TRACe:PDYNamics:AVERage
value: List[float] = driver.lteMeas.multiEval.trace.pdynamics.average.read()

Return the values of the power dynamics traces. Each value is sampled with 48 Ts, corresponding to 1.5625 µs. The results of the current, average and maximum traces can be retrieved. See also ‘Square Power Dynamics’.

Suppressed linked return values: reliability

return:

power: 2048 power values, from -1100 µs to +2098.4375 µs relative to the start of the measure subframe. The values have a spacing of 1.5625 µs. The 705th value is at the start of the Measure Subframe (0 µs) . The diagram in the GUI shows only a subsection of this trace.