Gets the subcarrier bandwidth of an NB-IoT signal. This method specifies the spacing between adjacent subcarriers.

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int GetNBIoTUplinkSubcarrierSpacing(string selectorString, out RFmxLteMXNBIoTUplinkSubcarrierSpacing value)

Remarks

This method gets the value of NBIoTUplinkSubcarrierSpacing attribute. The default value is SubcarrierSpacing15kHz.

Parameters

NameTypeDescription
selectorStringstring

Specifies the carrier number and subblock number.
Example:
"subblock0" or
"subblock0/carrier0".
You can use the BuildCarrierString(string, int) method to build the selector string.

valueout RFmxLteMXNBIoTUplinkSubcarrierSpacing

Upon return, contains the subcarrier bandwidth of an NB-IoT signal. This method specifies the spacing between adjacent subcarriers.

Returns

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