RFmx LTE DotNET

RFmxLteMXComponentCarrier.ConfigureSpacing Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxLteMXComponentCarrier.ConfigureSpacing Method

RFmxLteMXComponentCarrierConfigureSpacing Method

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.

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 int ConfigureSpacing(
	string selectorString,
	RFmxLteMXComponentCarrierSpacingType componentCarrierSpacingType,
	int componentCarrierAtCenterFrequency
)
Public Function ConfigureSpacing ( 
	selectorString As String,
	componentCarrierSpacingType As RFmxLteMXComponentCarrierSpacingType,
	componentCarrierAtCenterFrequency As Integer
) As Integer

Parameters

selectorString
Type: SystemString
Specifies a selector string comprising of the subblock number.
Example:
"subblock0"
You can use the BuildSubblockString(String, Int32) method to build the selector string.
componentCarrierSpacingType
Type: NationalInstruments.RFmx.LteMXRFmxLteMXComponentCarrierSpacingType
Specifies the spacing between the two adjacent component carriers within a subblock.
componentCarrierAtCenterFrequency
Type: SystemInt32
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.

Return Value

Type: Int32
Returns the status code of this method. The status code either indicates success or describes a warning condition.

See Also

Log in to get a better experience