Average

SCPI Commands

FETCh:GSM:MEASurement<Instance>:MEValuation:TRACe:PVTime:AVERage
READ:GSM:MEASurement<Instance>:MEValuation:TRACe:PVTime:AVERage
class Average[source]

Average commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

fetch()List[float][source]
# SCPI: FETCh:GSM:MEASurement<Instance>:MEValuation:TRACe:PVTime:AVERage
value: List[float] = driver.multiEval.trace.powerVsTime.average.fetch()

Returns the values of the power vs. time traces. 16 results are available for each symbol period of the measured slots (method RsCmwGsmMeas.Configure.MultiEval.mslots) . The trace covers 18.25 symbol periods before the beginning of the first slot in the measured slot range, 10 symbol periods after the end of the last measured slot. The length of the trace is given as: The first sample of the ‘Measurement Slot’ is at position m in the trace, where: The results of the current, average minimum and maximum traces can be retrieved.

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

return

results: float Range: -100 dB to 100 dB, Unit: dBm

read()List[float][source]
# SCPI: READ:GSM:MEASurement<Instance>:MEValuation:TRACe:PVTime:AVERage
value: List[float] = driver.multiEval.trace.powerVsTime.average.read()

Returns the values of the power vs. time traces. 16 results are available for each symbol period of the measured slots (method RsCmwGsmMeas.Configure.MultiEval.mslots) . The trace covers 18.25 symbol periods before the beginning of the first slot in the measured slot range, 10 symbol periods after the end of the last measured slot. The length of the trace is given as: The first sample of the ‘Measurement Slot’ is at position m in the trace, where: The results of the current, average minimum and maximum traces can be retrieved.

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

return

results: float Range: -100 dB to 100 dB, Unit: dBm