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


key
The key.

Glossary Item Box

Returns the array value associated with the specified key.

Syntax

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

Parameters

key
The key.

Return Value

The array value.

Remarks

Returns a null if the key is not found or the value is not an array. See Item for more information about keys.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also