Aclr

SCPI Commands

CONFigure:WCDMa:MEASurement<Instance>:MEValuation:LIMit:ACLR:RELative
CONFigure:WCDMa:MEASurement<Instance>:MEValuation:LIMit:ACLR:ABSolute
class Aclr[source]

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

class RelativeStruct[source]

Structure for reading output parameters. Fields:

  • Channel_First: float or bool: numeric | ON | OFF For single uplink carrier: ±5 MHz from the center frequency For dual uplink carrier: ±7.5 MHz from the center frequency of both carriers Range: -80 dB to 0 dB, Unit: dB Additional OFF | ON disables/enables the limit check using the previous/default limit values

  • Channel_Second: float or bool: numeric | ON | OFF For single uplink carrier: ±10 MHz from the center frequency For dual uplink carrier: ±12.5 MHz from the center frequency of both carriers Range: -80 dB to 0 dB, Unit: dB Additional OFF | ON disables/enables the limit check using the previous/default limit values

get_absolute()float[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:ACLR:ABSolute
value: float or bool = driver.configure.multiEval.limit.aclr.get_absolute()

Defines an absolute upper limit for the ACLR. If the absolute upper limit is exceeded, relative limits are evaluated (method RsCmwWcdmaMeas.Configure.MultiEval.Limit.Aclr.relative) .

return

limit_3_m_84: numeric | ON | OFF Range: -80 dBm to 33 dBm, Unit: dBm Additional OFF | ON disables/enables the limit check using the previous/default limit values

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

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 RsCmwWcdmaMeas.Configure.MultiEval.Limit.Aclr.absolute) .

return

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

set_absolute(limit_3_m_84: float)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:ACLR:ABSolute
driver.configure.multiEval.limit.aclr.set_absolute(limit_3_m_84 = 1.0)

Defines an absolute upper limit for the ACLR. If the absolute upper limit is exceeded, relative limits are evaluated (method RsCmwWcdmaMeas.Configure.MultiEval.Limit.Aclr.relative) .

param limit_3_m_84

numeric | ON | OFF Range: -80 dBm to 33 dBm, Unit: dBm Additional OFF | ON disables/enables the limit check using the previous/default limit values

set_relative(value: RsCmwWcdmaMeas.Implementations.Configure_.MultiEval_.Limit_.Aclr.Aclr.RelativeStruct)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:ACLR:RELative
driver.configure.multiEval.limit.aclr.set_relative(value = RelativeStruct())

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 RsCmwWcdmaMeas.Configure.MultiEval.Limit.Aclr.absolute) .

param value

see the help for RelativeStruct structure arguments.