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


Glossary Item Box

Gets a value indicating whether the current recording is a segmented capture.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property IsPlaySegmentedCapture As Boolean
C# 
public virtual bool IsPlaySegmentedCapture {get;}
C++/CLI 
public:
virtual property bool IsPlaySegmentedCapture {
   bool get();
}

Remarks

A segmented capture contains multiple segments of data, each disconnected from the others. All segments contain the same number of points.

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 19.00

See Also