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


keyName
The key name specifies a particular Summary Table data result, which is a vector.
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 a key name and an index for the value within the summary.

Syntax

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

Parameters

keyName
The key name specifies a particular Summary Table data result, which is a vector.
elementIndex
The element index specifies a specific element of the vector result

Return Value

The Summary element value or null if the key name 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