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


Glossary Item Box

Gets or sets the number of points per symbol.

Syntax

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

Remarks

This property represents the number of points per symbol for Meas Time and Ref Time traces. Available settings are 1, 2, 4, 5, 10 and 20. In the case of ASK, numbers of points smaller than 10 are not allowed since this parameter affects modulation quality results such as Ripple Overshoot and Undershoot

Requirements

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

See Also