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


Glossary Item Box

Gets or sets a value indicating whether the measurement should use segmented capture.

Syntax

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

Property Value

The default value is false.

Remarks

Segmented capture is only possible if the underlying input hardware (or recording) supports segmented capture. When segmented capture is used, each measurement will acquire multiple blocks of time data ("segments") and concatenate all the segments together into one large vector for analysis. Each segment has a time length specified by the current measurement, so non-segmented-capture is kind of like a segmented capture with just one segment. Each segment is separately triggered using the measurement trigger.

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