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


Glossary Item Box

Gets or sets the starting point of the recording playback.

Syntax

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

Remarks

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