RFmxLteMXComponentCarrierSpacingType Enumeration
- Updated2025-04-08
- 1 minute(s) read
Specifies the spacing between two adjacent component carriers within a subblock.
Syntax
Namespace: NationalInstruments.RFmx.LteMX
public enum RFmxLteMXComponentCarrierSpacingType
Members
Name | Value | Description |
---|---|---|
Nominal | 0 | Calculates the frequency spacing between component carriers, as defined in section 5.4.1A in the 3GPP TS 36.521 specification, and sets the SetFrequency(string, double) method. |
Minimum | 1 | Calculates the frequency spacing between component carriers, as defined in section 5.4.1A of the 3GPP TS 36.521 specification, and sets the CC Freq method. |
User | 2 | The CC frequency that you configure in the CC Freq method is used. |