RFmxLteMXSemDownlinkMaskType Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmxLteMXSemDownlinkMaskType Enumeration
Specifies the limits to be used in the measurement for downlink. Refer to section 6.6.3 of the 3GPP 36.141 specification for more information about standard-defined mask types.
Namespace: NationalInstruments.RFmx.LteMX
Assembly: NationalInstruments.RFmx.LteMX.Fx40 (in NationalInstruments.RFmx.LteMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)
Syntax
public enum RFmxLteMXSemDownlinkMaskType
Public Enumeration RFmxLteMXSemDownlinkMaskType
Members
| Member name | Value | Description | |
|---|---|---|---|
| ENodeBCategoryBased | 0 | The limits are applied based on eNodeBCategory method. | |
| Band46 | 1 | The limits are applied based on Band 46 test requirements. | |
| Custom | 5 | You need to configure the SetNumberOfOffsets(String, Int32), SetOffsetStartFrequency(String, Double), SetOffsetStopFrequency(String, Double), SetOffsetAbsoluteLimitStart(String, Double), SetOffsetAbsoluteLimitStop(String, Double), SetOffsetRelativeLimitStart(String, Double), SetOffsetRelativeLimitStop(String, Double), SetOffsetSideband(String, RFmxLteMXSemOffsetSideband), SetOffsetRbwFilterBandwidth(String, Double), SetOffsetRbwFilterType(String, RFmxLteMXSemOffsetRbwFilterType), and SetOffsetBandwidthIntegral(String, Int32) properties for each offset. |