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


Glossary Item Box

Gets or sets the current point of the recording playback.

Syntax

Visual Basic (Declaration) 
Public Overridable Property PlayPositionHuge As Long
C# 
public virtual long PlayPositionHuge {get; set;}
C++/CLI 
public:
virtual property int64 PlayPositionHuge {
   int64 get();
   void set (    int64 value);
}

Remarks

Similar behavior to PlayPosition but for recording files that are over 2G samples.

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 23.00

See Also