Keysight Pathwave 89600 VSA .NET API
SubchannelIndex Property
See Also 
Agilent.SA.Vsa.Ieee80216Ofdm.Interfaces Assembly > Agilent.SA.Vsa.Ieee80216Ofdm Namespace > MeasurementExtension Class : SubchannelIndex Property


Glossary Item Box

Gets or sets the subchannel index for uplink signals.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property SubchannelIndex As Integer
C# 
public abstract int SubchannelIndex {get; set;}
C++/CLI 
public:
abstract property int SubchannelIndex {
   int get();
   void set (    int value);
}

Property Value

The default value is 16. The maximum value is 31, and the minimum is 1.

Remarks

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.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also