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


Glossary Item Box

Gets the index of the measurement (MeasurementCollection) that generated this trace's data.

Syntax

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

Remarks

Returns -1 if this trace was not generated by any measurement.

Requirements

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

See Also