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


keyIndex
The key index specifies a particular Summary Table data result. This is the index of the keys array returned by SummaryNames.

Glossary Item Box

Gets the value as string array of a data result for the Summary Table using key index.

Syntax

Visual Basic (Declaration) 
Public Overloads Overridable Function SummaryToStringArray( _
   ByVal keyIndex As Integer _
) As String()
C# 
public virtual string[] SummaryToStringArray( 
   int keyIndex
)
C++/CLI 
public:
virtual array<String^>^ SummaryToStringArray( 
   int keyIndex
) 

Parameters

keyIndex
The key index specifies a particular Summary Table data result. This is the index of the keys array returned by SummaryNames.

Return Value

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

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 26.00

See Also