Keysight Pathwave 89600 VSA .NET API
MoveTo Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Marker Class : MoveTo Method


markerMove
Where to move the marker.

Glossary Item Box

Move the marker to the specified peak/min value.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub MoveTo( _
   ByVal markerMove As MarkerMoveType _
) 
C# 
public abstract void MoveTo( 
   MarkerMoveType markerMove
)
C++/CLI 
public:
abstract void MoveTo( 
   MarkerMoveType markerMove
) 

Parameters

markerMove
Where to move the marker.

Remarks

MarkerMoveType describes how the marker is moved.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also