RFmxLteMXSemSidelinkMaskType Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmxLteMXSemSidelinkMaskType Enumeration
Specifies the spectrum emission mask used in the measurement for sidelink. Each mask type refers to a different Network Signalled (NS) value. You must set the mask type to Custom to configure the custom offset masks. Refer to section 6.6.2 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 RFmxLteMXSemSidelinkMaskType
Public Enumeration RFmxLteMXSemSidelinkMaskType
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.1G.1.5-1 and Table 6.6.2.1G.3.5-1 in section 6.6.2 of the 3GPP TS 36.521-1 specification. | |
| NS33_Or_NS34 | 1 | The measurement selects the offset frequencies and limits for the SEM as defined in Table 6.6.2.2G.1.5-1 in section 6.6.2 of the 3GPP TS 36.521-1 specification. | |
| 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. |