Caggregation
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:SEMask:UDEFined:AREA<nr>:CAGGregation
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class CaggregationStruct[source]
Response structure. Fields:
1 Enable: bool: OFF: Disables the check of these requirements. ON: Enables the check of these requirements.
2 Frequency_Start: float: Start frequency of the area, relative to the edges of the aggregated channel bandwidth.
3 Frequency_End: float: Stop frequency of the area, relative to the edges of the aggregated channel bandwidth.
4 Level: float: Upper limit for the area.
5 Rbw: enums.RbwC: Resolution bandwidth to be used for the area. K030: 30 kHz K400: 400 kHz M1: 1 MHz
- get(area=Area.Default) CaggregationStruct[source]
# 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.
- Parameters:
area – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Area’)
- Returns:
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]
# 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.
- Parameters:
enable – OFF: Disables the check of these requirements. ON: Enables the check of these requirements.
frequency_start – Start frequency of the area, relative to the edges of the aggregated channel bandwidth.
frequency_end – Stop frequency of the area, relative to the edges of the aggregated channel bandwidth.
level – Upper limit for the area.
rbw – Resolution bandwidth to be used for the area. K030: 30 kHz K400: 400 kHz M1: 1 MHz
area – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Area’)