Average

SCPI Command :

FETCh:WCDMa:MEASurement<instance>:MEValuation:LIST:SPECtrum:AVERage
class AverageCls[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’ In list mode, a zero reliability indicator indicates that the results in all measured segments are valid. A non-zero value indicates that an error occurred in at least one of the measured segments.

  • Return_Code: List[int]: Reliability indicator for the segment. The meaning of the returned values is the same as for the common reliability indicator, see previous parameter.

  • Carrier_Power: List[float]: Power at the nominal carrier frequency in uplink

  • Aclr_Minus_2: List[float]: Power of the adjacent channels (±1st adjacent channels at ±5 MHz from the UL frequency, ±2nd adjacent channels at ±10 MHz from the UL frequency)

  • Aclr_Minus_1: List[float]: Power of the adjacent channels (±1st adjacent channels at ±5 MHz from the UL frequency, ±2nd adjacent channels at ±10 MHz from the UL frequency)

  • Aclr_Plus_1: List[float]: Power of the adjacent channels (±1st adjacent channels at ±5 MHz from the UL frequency, ±2nd adjacent channels at ±10 MHz from the UL frequency)

  • Aclr_Plus_2: List[float]: Power of the adjacent channels (±1st adjacent channels at ±5 MHz from the UL frequency, ±2nd adjacent channels at ±10 MHz from the UL frequency)

  • Obw: List[float]: Occupied bandwidth

  • Emask_Margin_Ab: List[float]: No parameter help available

  • Emask_Margin_Bc: List[float]: No parameter help available

  • Emask_Margin_Cd: List[float]: No parameter help available

  • Emask_Margin_Ef: List[float]: No parameter help available

  • Emask_Margin_Fe: List[float]: No parameter help available

  • Emask_Margin_Dc: List[float]: No parameter help available

  • Emask_Margin_Cb: List[float]: No parameter help available

  • Emask_Margin_Ba: List[float]: No parameter help available

  • Ue_Power: List[float]: User equipment power

  • Emask_Margin_Had: List[float]: No parameter help available

  • Emask_Margin_Hda: List[float]: No parameter help available

fetch(aclr_mode: AclrMode = None) FetchStruct[source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:MEValuation:LIST:SPECtrum:AVERage
value: FetchStruct = driver.wcdmaMeas.multiEval.listPy.spectrum.average.fetch(aclr_mode = enums.AclrMode.ABSolute)

Returns the ACLR power and spectrum emission single value results in list mode. The values listed below in curly brackets {} are returned for the segments {…}seg 1, {…}seg 2, …, {…}seg n, with n determined by method RsCMPX_WcdmaMeas. Configure.WcdmaMeas.MultiEval.ListPy.count.

param aclr_mode:

ABSolute: ACLR power is displayed in dBm as an absolute value. RELative: ACLR power is displayed in dB relative to carrier power.

return:

structure: for return value, see the help for FetchStruct structure arguments.