Caggregation

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:ACLR:CAGGregation
class CaggregationCls[source]

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

class CaggregationStruct[source]

Response structure. Fields:

  • Relative_Level: float or bool: Relative lower ACLR limit without test tolerance

  • Absolute_Level: float or bool: No parameter help available

get() CaggregationStruct[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:ACLR:CAGGregation
value: CaggregationStruct = driver.configure.nrSubMeas.multiEval.limit.aclr.caggregation.get()

Defines relative and absolute limits for the ACLR measured in an adjacent aggregated channel bandwidth, for NR SA with carrier aggregation.

return:

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

set(relative_level: float, absolute_level: float) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:ACLR:CAGGregation
driver.configure.nrSubMeas.multiEval.limit.aclr.caggregation.set(relative_level = 1.0, absolute_level = 1.0)

Defines relative and absolute limits for the ACLR measured in an adjacent aggregated channel bandwidth, for NR SA with carrier aggregation.

param relative_level:

(float or boolean) Relative lower ACLR limit without test tolerance

param absolute_level:

(float or boolean) No help available