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


Glossary Item Box

Gets or sets the number of points per symbol displayed in traces (IQ Meas, IQ Ref, Error Vector, etc.).

Syntax

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

Requirements

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

See Also