Caggregation

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:SEMask:STANdard:AREA<nr>:CAGGregation
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(areaReduced=AreaReduced.Default) bool[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:SEMask:STANdard:AREA<nr>:CAGGregation
value: bool = driver.configure.nrSubMeas.multiEval.limit.seMask.standard.area.caggregation.get(areaReduced = repcap.AreaReduced.Default)

Configures the activation state of area number <no> of the standard emission mask for NR SA with carrier aggregation.

Parameters:

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

Returns:

enable: OFF: disables the limit check for this area ON: enables the limit check for this area

set(enable: bool, areaReduced=AreaReduced.Default) None[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:SEMask:STANdard:AREA<nr>:CAGGregation
driver.configure.nrSubMeas.multiEval.limit.seMask.standard.area.caggregation.set(enable = False, areaReduced = repcap.AreaReduced.Default)

Configures the activation state of area number <no> of the standard emission mask for NR SA with carrier aggregation.

Parameters:
  • enable – OFF: disables the limit check for this area ON: enables the limit check for this area

  • areaReduced – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Area’)