RFmxLteMXSemSidelinkMaskType Enumeration
- Updated2025-04-08
- 1 minute(s) read
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.
Syntax
Namespace: NationalInstruments.RFmx.LteMX
public enum RFmxLteMXSemSidelinkMaskType
Members
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, int), SetOffsetStartFrequency(string, double), SetOffsetStopFrequency(string, double), SetOffsetAbsoluteLimitStart(string, double), SetOffsetAbsoluteLimitStop(string, double), SetOffsetSideband(string, RFmxLteMXSemOffsetSideband), SetOffsetRbwFilterBandwidth(string, double), SetOffsetRbwFilterType(string, RFmxLteMXSemOffsetRbwFilterType), and SetOffsetBandwidthIntegral(string, int) properties for each offset. |