Caggregation

SCPI Command :

CONFigure:NRMMw:MEASurement<Instance>:MEValuation:LIMit:SEMask:AREA<area>: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: disables the check of these requirements ON: enables the check of these requirements

  • Frequency_Start: float: Start frequency of the area = FrequencyStart * aggregated channel bandwidth, relative to the edges of the aggregated channel bandwidth.

  • Frequency_End: float: Stop frequency of the area = FrequencyEnd * aggregated channel bandwidth, relative to the edges of the aggregated channel bandwidth.

  • Level: float: Upper limit for the area.

  • Rbw: enums.RbwA: Resolution bandwidth to be used for the area, 120 kHz or 1 MHz.

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

Defines general requirements for the emission mask area number <area>. The activation state, the area borders, an upper limit and the resolution bandwidth must be specified. The emission mask applies to carrier aggregation (aggregated bandwidth) .

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: RbwA, area=Area.Default) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:LIMit:SEMask:AREA<area>:CAGGregation
driver.configure.nrMmwMeas.multiEval.limit.seMask.area.caggregation.set(enable = False, frequency_start = 1.0, frequency_end = 1.0, level = 1.0, rbw = enums.RbwA.K120, area = repcap.Area.Default)

Defines general requirements for the emission mask area number <area>. The activation state, the area borders, an upper limit and the resolution bandwidth must be specified. The emission mask applies to carrier aggregation (aggregated bandwidth) .

param enable:

OFF: disables the check of these requirements ON: enables the check of these requirements

param frequency_start:

Start frequency of the area = FrequencyStart * aggregated channel bandwidth, relative to the edges of the aggregated channel bandwidth.

param frequency_end:

Stop frequency of the area = FrequencyEnd * aggregated channel bandwidth, relative to the edges of the aggregated channel bandwidth.

param level:

Upper limit for the area.

param rbw:

Resolution bandwidth to be used for the area, 120 kHz or 1 MHz.

param area:

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