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


indexFrom
Current or "old" index of the constellation state.
indexTo
Index (position) the constellation state is to be moved to.

Glossary Item Box

Move the specified constellation state to another position in the list.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub MoveTo( _
   ByVal indexFrom As Integer, _
   ByVal indexTo As Integer _
) 
C# 
public abstract void MoveTo( 
   int indexFrom,
   int indexTo
)
C++/CLI 
public:
abstract void MoveTo( 
   int indexFrom,
   int indexTo
) 

Parameters

indexFrom
Current or "old" index of the constellation state.
indexTo
Index (position) the constellation state is to be moved to.

Remarks

The indexes indexFrom and indexTo represent positions as they exist before moving the ConstellationState. They must be in the range of 0 to Count-1.

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 18.00

See Also