Average

SCPI Commands :

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

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

fetch() List[float][source]

FETCh:LTE:MEASurement<Instance>:SRS:TRACe:PDYNamics:AVERage

Snippet: value: List[float] = driver.srs.trace.pdynamics.average.fetch()

Return the values of the power dynamics traces. Each value is sampled with 48 Ts, corresponding to 1.5625 us. The results of the current, average and maximum traces can be retrieved. Note that the GUI shows only the beginning of the trace returned via a remote command. The last 800 us cannot be displayed at the GUI. See also ‘Measurement results’.

Use RsCmwLteMeas.reliability.last_value to read the updated reliability indicator.

return:

power: float 2048 power values, from -1100 us to +2098.4375 us relative to the start of the SRS symbol. The values have a spacing of 1.5625 us. The 705th value is at the start of the SRS symbol (0 us) . Unit: dBm

read() List[float][source]

READ:LTE:MEASurement<Instance>:SRS:TRACe:PDYNamics:AVERage

Snippet: value: List[float] = driver.srs.trace.pdynamics.average.read()

Return the values of the power dynamics traces. Each value is sampled with 48 Ts, corresponding to 1.5625 us. The results of the current, average and maximum traces can be retrieved. Note that the GUI shows only the beginning of the trace returned via a remote command. The last 800 us cannot be displayed at the GUI. See also ‘Measurement results’.

Use RsCmwLteMeas.reliability.last_value to read the updated reliability indicator.

return:

power: float 2048 power values, from -1100 us to +2098.4375 us relative to the start of the SRS symbol. The values have a spacing of 1.5625 us. The 705th value is at the start of the SRS symbol (0 us) . Unit: dBm