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


Glossary Item Box

Specifies the way segmented time data is drawn.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
CondensedSegments are drawn with the time gap between segments removed. There is not a fixed amount of time between points on the time axis.
FullSegments are drawn with time gaps between the segments.25.40
OverlappedSegments are drawn overlapped on each other. The time axis represents the offset from each segment's start time.
‡ 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 19.00

See Also