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


Glossary Item Box

Gets or sets the stopping point of the recording playback.

Syntax

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

Remarks

Similar behavior to PlayStop 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