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


Glossary Item Box

How markers can be positioned and offset.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
DeltaA delta marker is positioned on a data point showing relative X- and Y-values.
FixedA fixed marker is positioned anywhere on the trace showing absolute X- and Y-values.
NormalA normal marker is positioned on a data point showing absolute X- and Y-values.
‡ 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)

See Also