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


index
The specified enumeration index to the value

Glossary Item Box

Get the selected error/information.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function IndexedValueAsDouble( _
   ByVal index As Enum _
) As Double
C# 
public abstract double IndexedValueAsDouble( 
   Enum index
)
C++/CLI 
public:
abstract double IndexedValueAsDouble( 
   Enum^ index
) 

Parameters

index
The specified enumeration index to the value

Return Value

The error/information as a double

Remarks

Enumerations used for indexers must have the DataKey attribute. Value enumerations include TraceDataDemodInformation, TraceDataOfdmInformation, TraceData3GChanInformation, and TraceData3GCompInformation.

This is only Valid for a symbol / error table measurement result (Trace.DataName set to "Syms/Errs1").

Requirements

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

See Also