Keysight Pathwave 89600 VSA .NET API
SummaryUnit(Int32) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > MeasurementData Class > SummaryUnit Method : SummaryUnit(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 measurement unit (secs, dbm, etc.) of a data result for the Summary Table using key index.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Function SummaryUnit( _
   ByVal keyIndex As Integer _
) As String
C# 
public abstract string SummaryUnit( 
   int keyIndex
)
C++/CLI 
public:
abstract String^ SummaryUnit( 
   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 unit or null if the 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)

See Also