Maximum

SCPI Commands

FETCh:WCDMa:MEASurement<Instance>:MEValuation:LIST:SEGMent<Segment>:SPECtrum:MAXimum
class Maximum[source]

Maximum commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: decimal ‘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: int: decimal 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: float: float Power at the nominal carrier UL frequency Range: -100 dBm to 55 dBm, Unit: dBm

  • Aclr_Minus_2: float: 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) Range: -100 dBm to 55 dBm, Unit: dBm

  • Aclr_Minus_1: float: 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) Range: -100 dBm to 55 dBm, Unit: dBm

  • Aclr_Plus_1: float: 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) Range: -100 dBm to 55 dBm, Unit: dBm

  • Aclr_Plus_2: float: 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) Range: -100 dBm to 55 dBm, Unit: dBm

  • Obw: float: float Occupied bandwidth Range: 0 MHz to 10 MHz, Unit: Hz

  • Emask_Margin_Ab: float: No parameter help available

  • Emask_Margin_Bc: float: No parameter help available

  • Emask_Margin_Cd: float: No parameter help available

  • Emask_Margin_Ef: float: No parameter help available

  • Emask_Margin_Fe: float: No parameter help available

  • Emask_Margin_Dc: float: No parameter help available

  • Emask_Margin_Cb: float: No parameter help available

  • Emask_Margin_Ba: float: No parameter help available

  • Ue_Power: float: float User equipment power Range: -100 dBm to 55 dBm, Unit: dBm

  • Emask_Margin_Had: float: No parameter help available

  • Emask_Margin_Hda: float: No parameter help available

fetch(aclr_mode: Optional[RsCmwWcdmaMeas.enums.AclrMode] = None, segment=<Segment.Default: -1>)FetchStruct[source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:MEValuation:LIST:SEGMent<nr>:SPECtrum:MAXimum
value: FetchStruct = driver.multiEval.listPy.segment.spectrum.maximum.fetch(aclr_mode = enums.AclrMode.ABSolute, segment = repcap.Segment.Default)

Returns the ACLR power and spectrum emission single value results for segment <no> in list mode.

param aclr_mode

ABSolute | RELative ABSolute: ACLR power displayed in dBm as absolute value RELative: ACLR power displayed in dB relative to carrier power

param segment

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

return

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