ConfigureUtraAndEutraOffsets(string, int, int)
- Updated2025-04-08
- 1 minute(s) read
Configures the number of universal terrestrial radio access (UTRA) and evolved universal terrestrial radio access (E-UTRA) adjacent channels of the subblock. This method is valid only for uplink single carrier, and contiguous carrier aggregation. In case of uplink non-contiguous multi-carrier and downlink, the number of UTRA/EUTRA offsets are determined from the 3GPP specification.
Use "subblock(n)" as the selector string to configure this method.
Syntax
Namespace: NationalInstruments.RFmx.LteMX
public int ConfigureUtraAndEutraOffsets(string selectorString, int numberOfUtraOffsets, int numberOfEutraOffsets)
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Specifies a selector string comprising of the subblock number. |
numberOfUtraOffsets | int | Specifies the number of UTRA adjacent channel offsets to be configured at offset positions as defined in the 3GPP specification. |
numberOfEutraOffsets | int | Specifies the number of E-UTRA adjacent channel offsets to be configured at offset positions as defined in the 3GPP specification. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.