Keysight 89600 VSA .NET API
OversampleRatio Property
See Also 
Keysight.SA.Vsa.FlexFrame.Interfaces Assembly > Keysight.SA.Vsa.FlexFrame Namespace > WaveformGeneration Class : OversampleRatio Property


Glossary Item Box

Gets or sets the oversample ratio of the waveform.

Syntax

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

Remarks

This value indicates the ratio between the sample rate of the waveform and FrameDefinition.SymbolRate.

Requirements

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

Minimum Software Version Requirement: Keysight 89600 VSA Ver 30.00

See Also