Relative

SCPI Command :

CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:ACLR:RELative
class RelativeCls[source]

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

class RelativeStruct[source]

Response structure. Fields:

  • Channel_First: float or bool: For single uplink carrier: ±5 MHz from the center frequency For dual uplink carrier: ±7.5 MHz from the center frequency of both carriers

  • Channel_Second: float or bool: For single uplink carrier: ±10 MHz from the center frequency For dual uplink carrier: ±12.5 MHz from the center frequency of both carriers

get() RelativeStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:ACLR:RELative
value: RelativeStruct = driver.configure.wcdmaMeas.multiEval.limit.aclr.relative.get()

Defines upper limits for the ACLR in channels one and two relative to the carrier power. Relative limits are only evaluated when the absolute limit is exceeded (method RsCMPX_WcdmaMeas.Configure.WcdmaMeas.MultiEval.Limit.Aclr.absolute) .

return:

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

set(channel_first: float, channel_second: float) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:ACLR:RELative
driver.configure.wcdmaMeas.multiEval.limit.aclr.relative.set(channel_first = 1.0, channel_second = 1.0)

Defines upper limits for the ACLR in channels one and two relative to the carrier power. Relative limits are only evaluated when the absolute limit is exceeded (method RsCMPX_WcdmaMeas.Configure.WcdmaMeas.MultiEval.Limit.Aclr.absolute) .

param channel_first:

(float or boolean) For single uplink carrier: ±5 MHz from the center frequency For dual uplink carrier: ±7.5 MHz from the center frequency of both carriers

param channel_second:

(float or boolean) For single uplink carrier: ±10 MHz from the center frequency For dual uplink carrier: ±12.5 MHz from the center frequency of both carriers