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


Glossary Item Box

Gets or sets the fundamental OFDM sampling frequency.

Syntax

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

Property Value

The default value is 5 MHz. The maximum and minimum values are limited only by the capabilities of the measurement input hardware.

Remarks

The OFDM subcarrier spacing is equal to OfdmSystemSampleFrequency / FftLength.

Requirements

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

See Also