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


Glossary Item Box

Gets or sets what kind of segment length to use

Syntax

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

Remarks

This value is ignored unless IsSegmentedCapture is true.

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