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


Glossary Item Box

Gets or sets the total desired segmented capture duration in seconds.

Syntax

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

Remarks

This value is ignored unless IsSegmentedCapture is true.

When SegmentType is set to SegmentType.VariableLength then this property specifies the desired capture duration, but the capture will finish before this value if the hardware acquisition memory fills up before the duration specified.

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 25.40

See Also