Caggregation

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:ACLR:CAGGregation
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class CaggregationStruct[source]

Response structure. Fields:

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

  • 2 Absolute_Level: float | bool: numeric | ON | OFF

get() CaggregationStruct[source]
# 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.

Returns:

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

set(relative_level: float | bool, absolute_level: float | bool) None[source]
# 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.

Parameters:
  • relative_level – (float or boolean) Relative lower ACLR limit without test tolerance

  • absolute_level – (float or boolean) numeric | ON | OFF