RFmx LTE DotNET

Table of Contents

RFmxLteMXComponentCarrier.ConfigureArray Method

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

RFmxLteMXComponentCarrierConfigureArray Method

Configures an array of bandwidths, carrier offset frequencies, and cell IDs of component carriers.
Use "subblock(n)" as the selector string to configure this method.

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 ConfigureArray(
	string selectorString,
	double[] componentCarrierBandwidth,
	double[] componentCarrierFrequency,
	int[] cellId
)
Public Function ConfigureArray ( 
	selectorString As String,
	componentCarrierBandwidth As Double(),
	componentCarrierFrequency As Double(),
	cellId 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.
componentCarrierBandwidth
Type: SystemDouble
Specifies the array of channel bandwidths of the signal being measured.
componentCarrierFrequency
Type: SystemDouble
Specifies the array of offsets of the component carrier from the subblock center frequency that you configure in the SetCenterFrequency(String, Double) method. This parameter is applicable only if you set the ComponentCarrierSpacingType method to User.
cellId
Type: SystemInt32
Specifies the array of the physical layer cell identities.

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