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


Glossary Item Box

Gets or sets which subcarrier to analyze (meaningful only if looking at a single subcarrier).

Syntax

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

Property Value

The default value is 1. The maximum value is 100 and the minimum is -100.

Remarks

This property is used only if SubcarrierSelection is set to SubcarrierSelection.Single. A value of 0 is invalid, because the DC subcarrier is not used in IEEE 802.16 OFDM modulation.

Requirements

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

See Also