Average

SCPI Commands :

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

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

fetch(layer=Layer.Default) List[float][source]
# SCPI: FETCh:NRSub:MEASurement<Instance>:MEValuation:TRACe[:LAYer<layer>]:PDYNamics:AVERage
value: List[float] = driver.nrSubMeas.multiEval.trace.layer.pdynamics.average.fetch(layer = repcap.Layer.Default)

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. The OFF power sections refer to antenna <l>. The ON power section refers to the sum of both antenna signals. See also ‘Square Power Dynamics’.

Suppressed linked return values: reliability

param layer:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Layer’)

return:

power: 2048 power values, from -1100 µs to +2098.4375 µs relative to the start of the measured active slot. The values have a spacing of 1.5625 µs. The 705th value is at the start of the slot (0 µs) .

read(layer=Layer.Default) List[float][source]
# SCPI: READ:NRSub:MEASurement<Instance>:MEValuation:TRACe[:LAYer<layer>]:PDYNamics:AVERage
value: List[float] = driver.nrSubMeas.multiEval.trace.layer.pdynamics.average.read(layer = repcap.Layer.Default)

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. The OFF power sections refer to antenna <l>. The ON power section refers to the sum of both antenna signals. See also ‘Square Power Dynamics’.

Suppressed linked return values: reliability

param layer:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Layer’)

return:

power: 2048 power values, from -1100 µs to +2098.4375 µs relative to the start of the measured active slot. The values have a spacing of 1.5625 µs. The 705th value is at the start of the slot (0 µs) .