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


Glossary Item Box

Gets the fundamental OFDM sampling frequency.

Syntax

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

Property Value

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

Remarks

The OFDM subcarrier spacing is equal to SystemSampleFrequency / FftLength.

Requirements

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

See Also