Keysight Pathwave 89600 VSA .NET API
Summary(Int32,Int32) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > MeasurementData Class > Summary Method : Summary(Int32,Int32) Method


keyIndex
The key index specifies a particular Summary Table data result, which is a vector. This is the index of the keys array returned by SummaryNames.
elementIndex
The element index specifies a specific element of the vector result

Glossary Item Box

Gets a specified element value of a vector data result for the Summary Table using indices for the key and for the value within the summary.

Syntax

Visual Basic (Declaration) 
Public Overloads Overridable Function Summary( _
   ByVal keyIndex As Integer, _
   ByVal elementIndex As Integer _
) As Object
C# 
public virtual object Summary( 
   int keyIndex,
   int elementIndex
)
C++/CLI 
public:
virtual Object^ Summary( 
   int keyIndex,
   int elementIndex
) 

Parameters

keyIndex
The key index specifies a particular Summary Table data result, which is a vector. This is the index of the keys array returned by SummaryNames.
elementIndex
The element index specifies a specific element of the vector result

Return Value

The Summary element value or null if key index is not in the table.

Remarks

See SummaryNames for a description of how to read the Summary Table data results.

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 19.00

See Also