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


Glossary Item Box

Marker move target.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
MinimumSpecifies moving the marker to the lowest point on the trace.
NextLargerPeakSpecifies moving the marker to the lowest valid peak greater than the marker's current value.
NextLeftPeakSpecifies moving the marker left to the next valid peak on the trace.
NextRightPeakSpecifies moving the marker right to the next valid peak on the trace.
NextSmallerPeakSpecifies moving the marker to the highest valid peak less than the marker's current value.
PeakSpecifies moving the marker to the highest point on the trace.
‡ 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