Sets the number of evolved universal terrestrial radio access (E-UTRA) adjacent channel offsets to be configured at offset positions. For uplink ACP measurement, and for downlink ACP measurement in frequency range 2, this method has to be 0.

Syntax

Namespace: NationalInstruments.RFmx.NRMX

public int SetNumberOfEutraOffsets(string selectorString, int value)

Remarks

This method sets the value of AcpNumberOfEutraOffsets attribute.The default value is dependent on 3GPP specification.

Parameters

NameTypeDescription
selectorStringstring

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

valueint

Specifies the number of evolved universal terrestrial radio access (E-UTRA) adjacent channel offsets to be configured at offset positions. For uplink ACP measurement, and for downlink ACP measurement in frequency range 2, this method has to be 0.

Returns

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