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


Glossary Item Box

Gets or sets the number of samples per symbol to use when calculating impulse response and affects other metrics such as symbol clock error estimation.

Syntax

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

Requirements

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

See Also