Visual Basic (Declaration) | |
---|---|
Public MustOverride Property SubchannelIndex As Integer |
C# | |
---|---|
public abstract int SubchannelIndex {get; set;} |
Property Value
The default value is 16. The maximum value is 31, and the minimum is 1.This property is used only for uplink signals, and only if the signal uses sub-channelization. In this case, it specifies which subchannel to demodulate. This allows demodulation of one subchannel when there may potentially be several subchannels present. The value corresponds to the subchannel index shown in table 211 of IEEE 802.16-2004. A value of 16 corresponds to all subcarriers being used - this is not supposed to be a valid signal, but is allowed anyway for test purposes.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)