Keysight Pathwave 89600 VSA .NET API
SegmentedCaptureLengthType Enumeration
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace : SegmentedCaptureLengthType Enumeration


Glossary Item Box

Specifies how the segmented capture length is specified

Syntax

Visual Basic (Declaration) 
Public Enum SegmentedCaptureLengthType 
   Inherits System.Enum
C# 
public enum SegmentedCaptureLengthType : System.Enum 
C++/CLI 
public enum class SegmentedCaptureLengthType : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
CountThe measurement capture length is specified by the number of segments.
CountAndDurationThe measurement capture length is specified by a segment count and an observation duration (whichever is met first ends the capture).29.00
CountAndTimeoutThe measurement capture length is specified by a segment count and a timeout duration (whichever is met first ends the capture).29.00
DurationThe measurement capture length is specified by an observation duration.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

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