Configures the number of GSM adjacent channels of the subblock, when you set the ACP Configurable Number of Offset Enabled method to true.
Use "subblock(n)" as the selector string to configure this method.

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int ConfigureNumberOfGsmOffsets(string selectorString, int numberOfGsmOffsets)

Parameters

NameTypeDescription
selectorStringstring

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

numberOfGsmOffsetsint

Specifies the number of GSM adjacent channel offsets to be configured when you set the SetBandwidth(string, double) to 200.0k and when you set the ACP Configurable Number of Offset Enabled method to true.
The frequency offset from the center of NB-IOT carrier to the center of the first offset is 300 kHz as defined in the 3GPP specification. The center of every other offset is placed at 200 kHz from the previous offset's center.

Returns

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