Sets the number of GSM adjacent channel offsets to be configured when you set the SetBandwidth(string, double) to 200.0 k and the ACP Configurable Number of Offset Enabled method to True.

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int SetNumberOfGsmOffsets(string selectorString, int value)

Remarks

This method sets the value of AcpNumberOfGsmOffsets attribute. The default value is 1, when you set the CC Bandwidth property to is 200.0 k. The default value is 0, otherwise.

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 GSM adjacent channel offsets to be configured when you set the SetBandwidth(string, double) to 200.0 k and 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.