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


Glossary Item Box

Traces may be drawn with lines, points, or both.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
LinesTraces are drawn with lines.
LinesAndPointsTraces are drawn with points, and lines connecting the points.
PointsTrace points are drawn with no lines connect them.
‡ 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 20.00

See Also