RFmxLteMXComponentCarrierSpacingType Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmxLteMXComponentCarrierSpacingType Enumeration
Specifies the spacing between two adjacent component carriers within a subblock.
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 RFmxLteMXComponentCarrierSpacingType
Public Enumeration RFmxLteMXComponentCarrierSpacingType
Members
| Member 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. |