Keysight Pathwave 89600 VSA .NET API
PlayPoints Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Recording Class : PlayPoints Property


Glossary Item Box

Gets the number of points in the current recording.

Syntax

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

Remarks

Returns the number of input points contained in the current recording that are available to a measurement. This value defines the upper limit to the PlayStart and PlayStop properties.

Requirements

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

See Also