Caggregation

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:SEMask:UDEFined:AREA<nr>:CAGGregation
class CaggregationCls[source]

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

class CaggregationStruct[source]

Response structure. Fields:

  • Enable: bool: OFF | ON OFF: Disables the check of these requirements. ON: Enables the check of these requirements.

  • Frequency_Start: float: numeric Start frequency of the area, relative to the edges of the aggregated channel bandwidth. Range: 0 MHz to 200 MHz, Unit: Hz

  • Frequency_End: float: numeric Stop frequency of the area, relative to the edges of the aggregated channel bandwidth. Range: 0 MHz to 205 MHz, Unit: Hz

  • Level: float: numeric Upper limit for the area Range: -256 dBm to 256 dBm, Unit: dBm

  • Rbw: enums.RbwC: K030 | K400 | M1 Resolution bandwidth to be used for the area K030: 30 kHz K400: 400 kHz M1: 1 MHz

get(area=Area.Default) CaggregationStruct[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:SEMask:UDEFined:AREA<nr>:CAGGregation
value: CaggregationStruct = driver.configure.nrSubMeas.multiEval.limit.seMask.userDefined.area.caggregation.get(area = repcap.Area.Default)

Defines general requirements for area number <no> of the user-defined emission mask for NR SA with carrier aggregation. The activation state, the area borders, an upper limit and the resolution bandwidth must be specified.

param area:

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

return:

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

set(enable: bool, frequency_start: float, frequency_end: float, level: float, rbw: RbwC, area=Area.Default) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:SEMask:UDEFined:AREA<nr>:CAGGregation
driver.configure.nrSubMeas.multiEval.limit.seMask.userDefined.area.caggregation.set(enable = False, frequency_start = 1.0, frequency_end = 1.0, level = 1.0, rbw = enums.RbwC.K030, area = repcap.Area.Default)

Defines general requirements for area number <no> of the user-defined emission mask for NR SA with carrier aggregation. The activation state, the area borders, an upper limit and the resolution bandwidth must be specified.

param enable:

OFF | ON OFF: Disables the check of these requirements. ON: Enables the check of these requirements.

param frequency_start:

numeric Start frequency of the area, relative to the edges of the aggregated channel bandwidth. Range: 0 MHz to 200 MHz, Unit: Hz

param frequency_end:

numeric Stop frequency of the area, relative to the edges of the aggregated channel bandwidth. Range: 0 MHz to 205 MHz, Unit: Hz

param level:

numeric Upper limit for the area Range: -256 dBm to 256 dBm, Unit: dBm

param rbw:

K030 | K400 | M1 Resolution bandwidth to be used for the area K030: 30 kHz K400: 400 kHz M1: 1 MHz

param area:

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