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


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

Glossary Item Box

Gets the measurement unit (secs, dbm, etc.) of a data result for the Summary Table using key name.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Function SummaryUnit( _
   ByVal keyName As String _
) As String
C# 
public abstract string SummaryUnit( 
   string keyName
)
C++/CLI 
public:
abstract String^ SummaryUnit( 
   String^ keyName
) 

Parameters

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

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