SetNumberOfComponentCarriers(string, int)
- Updated2025-04-08
- 1 minute(s) read
Sets the number of component carriers configured within a subblock. Set this method to 1 for single carrier.
Syntax
Namespace: NationalInstruments.RFmx.NRMX
public int SetNumberOfComponentCarriers(string selectorString, int value)
Remarks
This method sets the value of NumberOfComponentCarriers attribute.The default value is 1.
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Specifies the subblock number. |
value | int | Specifies the number of component carriers configured within a subblock. Set this method to 1 for single carrier. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.