RFmxLteMXSemUplinkMaskType Enumeration
- Updated2024-07-17
- 2 minute(s) read
RFmxLteMXSemUplinkMaskType Enumeration
Specifies the spectrum emission mask used in the measurement for uplink. Each mask type refers to a different Network Signalled (NS) value. General_CAClassB, CANS04, CANCNS01, CANS09, and CANS10 refers to the carrier aggregation case. You must set the mask type to Custom to configure the custom offset masks. Refer to section 6.6.2.1 of the 3GPP 36.521 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 RFmxLteMXSemUplinkMaskType
Public Enumeration RFmxLteMXSemUplinkMaskType
Members
Member name | Value | Description | |
---|---|---|---|
General_NS01 | 0 | The measurement selects the offset frequencies and limits for the SEM as defined in Table 6.6.2.1.5-1, 6.6.2.1.5-2, 6.6.2.1A.5-1, 6.6.2.1A.1.5-2, 6.6.2.1A.1.5-3, and 6.6.2.1A.5-4 in section 6.6.2 of the 3GPP TS 36.521-1 specification. | |
NS03_Or_NS11_Or_NS20_Or_NS21 | 1 | The measurement selects the offset frequencies and limits for the SEM as defined in Table 6.6.2.2.5.1-1 and 6.6.2.2.5.1-2 in section 6.6.2 of the 3GPP TS 36.521-1 specification. | |
NS04 | 2 | The measurement selects the offset frequencies and limits for the SEM as defined in Table 6.6.2.2.3.2-3 in section 6.6.2 of the 3GPP TS 36.521-1 specification. | |
NS06_Or_NS07 | 3 | The measurement selects the offset frequencies and limits for the SEM as defined in Table 6.6.2.2.5.3-1 and 6.6.2.2.5.3-2 in section 6.6.2 of the 3GPP TS 36.521-1 specification. | |
CANS04 | 4 | The measurement selects the offset frequencies and limits for the SEM as defined in Table 6.6.2.2A.1.5.1-1 in section 6.6.2 of the 3GPP TS 36.521-1 specification. This mask applies only for aggregated carriers. | |
Custom | 5 | You need to configure the SetNumberOfOffsets(String, Int32), SetOffsetStartFrequency(String, Double), SetOffsetStopFrequency(String, Double), SetOffsetAbsoluteLimitStart(String, Double), SetOffsetAbsoluteLimitStop(String, Double), SetOffsetSideband(String, RFmxLteMXSemOffsetSideband), SetOffsetRbwFilterBandwidth(String, Double), SetOffsetRbwFilterType(String, RFmxLteMXSemOffsetRbwFilterType), and SetOffsetBandwidthIntegral(String, Int32) properties for each offset. | |
General_CAClassB | 6 | The measurement selects offset frequencies and limits for the SEM as defined in Table 6.6.2.1A.1.5-3 and 6.6.2.1A.1.5-4 in section 6.6.2 of the 3GPP TS 36.521-1 specification. | |
CANCNS01 | 7 | The measurement selects offset frequencies and limits for the SEM as defined in Table 6.6.2.2A.3.5-1 and 6.6.2.2A.3.5-2 in section 6.6.2 of the 3GPP TS 36.521-1 specification. | |
NS27_Or_NS43 | 8 | The measurement selects offset frequencies and limits for the SEM as defined in Table 6.6.2.2.5-1 in section 6.6.2.2.5 of the 3GPP TS 36.101-1 specification. | |
NS35 | 9 | The measurement selects offset frequencies and limits for the SEM as defined in Table 6.6.2.2.5.5-1 in section 6.6.2.2.5.5 of the 3GPP TS 36.521-1 specification. | |
NS28 | 10 | The measurement selects offset frequencies and limits for the SEM as defined in Table 6.6.2.2.6-1 in section 6.6.2.2.6 of the 3GPP TS 36.101-1 specification. | |
CANS09 | 11 | The measurement selects offset frequencies and limits for the SEM as defined in Table 6.6.2.2A.2-1 in section 6.6.2.2A.2, and Table 6.6.2.2A.3-1 in section 6.6.2.2A.3 of the 3GPP TS 36.101-1 specification. | |
CANS10 | 12 | The measurement selects offset frequencies and limits for the SEM as defined in Table 6.6.2.2A.4-1 in section 6.6.2.2A.4 of the 3GPP TS 36.101-1 specification. |