Keysight Pathwave 89600 VSA .NET API
SelectedIndex Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > MeasurementCollection Class : SelectedIndex Property


Glossary Item Box

Gets or sets the index of the currently selected measurement.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property SelectedIndex As Integer
C# 
public abstract int SelectedIndex {get; set;}
C++/CLI 
public:
abstract property int SelectedIndex {
   int get();
   void set (    int value);
}

Remarks

The selected measurement is the one that is currently being manipulated by the user interface.

Multiple measurements are not supported prior to release 15.0 of the Keysight 89600 VSA software.

Requirements

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

See Also