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


Glossary Item Box

Gets or sets the points per symbol generated in the demodulation measurement data.

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

Determine the number of output points per symbol generated by the digital demodulation measurement for the IQ measured time and IQ reference time results. The allowable Values are: 1, 2, 4, 5, 10, and 20 points/symbol.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 18.00

See Also