RFmxLteMXComponentCarrier.Configure Method
- Updated2024-07-17
- 1 minute(s) read
RFmxLteMXComponentCarrierConfigure Method
Configures the componentCarrierBandwidth, componentCarrierFrequency, and cellID of the component carrier.
Use "carrier(k)" or "subblock(n)/carrier(k)" as the selector string to configure this method.
Use "carrier(k)" or "subblock(n)/carrier(k)" 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 Configure( string selectorString, double componentCarrierBandwidth, double componentCarrierFrequency, int cellId )
Public Function Configure ( 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 signal name, subblock number and carrier number. Example:
"subblock0/carrier0"
You can use the BuildCarrierString(String, Int32) method to build the selector string. - componentCarrierBandwidth
- Type: SystemDouble
Specifies the channel bandwidths of the signal being measured. - componentCarrierFrequency
- Type: SystemDouble
Specifies the 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 physical layer cell identities.
Return Value
Type: Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.