RFmxLteMXAcpConfiguration.ConfigureNumberOfGsmOffsets Method
- Updated2024-07-17
- 1 minute(s) read
RFmxLteMXAcpConfigurationConfigureNumberOfGsmOffsets Method
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.
Use "subblock(n)" as the selector string to configure this method.
Namespace: NationalInstruments.RFmx.LteMX
Assembly: NationalInstruments.RFmx.LteMX.Fx40 (in NationalInstruments.RFmx.LteMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)
Syntax
public int ConfigureNumberOfGsmOffsets( string selectorString, int numberOfGsmOffsets )
Public Function ConfigureNumberOfGsmOffsets ( selectorString As String, numberOfGsmOffsets As Integer ) As Integer
Parameters
- selectorString
- Type: SystemString
Specifies a selector string comprising of the subblock number.
Example:
"subblock0"
You can use the BuildSubblockString(String, Int32) method to build the selector string. - numberOfGsmOffsets
- Type: SystemInt32
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.
Return Value
Type: Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.