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


Glossary Item Box

Gets or sets the fundamental OFDM sampling frequency.

Syntax

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

Property Value

The default (DOCSISUpStream standard) value is 102.4 MHz.

Remarks

The OFDM subcarrier spacing is equal to SystemSampleFrequency / FFT Length.

Requirements

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

See Also