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


key
The key name.

Glossary Item Box

Gets an array type value associated with a specified key.

Syntax

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

Parameters

key
The key name.

Return Value

The value in state.

Requirements

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

See Also