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


keyName
The key name specifies a particular Summary Table data result.

Glossary Item Box

Gets the string value of a data result for the Summary Table using key name.

Syntax

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

Parameters

keyName
The key name specifies a particular Summary Table data result.

Return Value

The Summary 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. This method will return the enum name for enum type 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 26.00

See Also