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


Glossary Item Box

Gets or sets how the overall segmented capture length is specified

Syntax

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

Remarks

This value is when IsSegmentedCapture is false.

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