Gets the number of evolved universal terrestrial radio access (E-UTRA) adjacent channel offsets to be configured at offset positions, when you set the ACP Configurable Number of Offset Enabled method to True.

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int GetNumberOfEutraOffsets(string selectorString, out int value)

Remarks

This method gets the value of AcpNumberOfEutraOffsets attribute. The default value is 0, when carrier bandwidth is 200 kHz. The default value is 2 for downlink and 1 for uplink, otherwise. In case of non-contiguous carrier aggregation, the configured value will be used only for the outer offsets and the offset channels in the gap region are defined as per the 3GPP specification. Offset integration bandwidth and offset power reference for the outer E-UTRA offsets are set according to the value of ACP EUTRA Offset Definition property.

Parameters

NameTypeDescription
selectorStringstring

Specifies the subblock number.
Example: "subblock0".
You can use the BuildSubblockString(string, int) method to build the selector string.

valueout int

Upon return, contains the number of evolved universal terrestrial radio access (E-UTRA) adjacent channel offsets to be configured at offset positions, when you set the ACP Configurable Number of Offset Enabled method to True.

Returns

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