ConfigureSpacing(string, RFmxLteMXComponentCarrierSpacingType, int)
- Updated2025-10-13
- 1 minute(s) read
Configures the componentCarrierSpacingType and componentCarrieratCenterFrequency parameters, which help to set the spacing between adjacent component carriers within a subblock.
Use "subblock(n)" as the selector string to configure this method.
Refer to the Channel Spacing and Carrier Frequency Offset Definition and Reference Frequency topics for more information about carrier spacing.
Syntax
Namespace: NationalInstruments.RFmx.LteMX
public int ConfigureSpacing(string selectorString, RFmxLteMXComponentCarrierSpacingType componentCarrierSpacingType, int componentCarrierAtCenterFrequency)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies a selector string comprising of the subblock number. |
| componentCarrierSpacingType | RFmxLteMXComponentCarrierSpacingType | Specifies the spacing between the two adjacent component carriers within a subblock. |
| componentCarrierAtCenterFrequency | int | Specifies the index of the component carrier having its center at the user-configured center frequency. RFmxLTE uses this method along with the CC Spacing Type method to calculate the component carrier frequency. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.