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


Glossary Item Box

Gets the value associated with a specified key.

Overload List

OverloadDescription
Value<T>(String,T)Gets the value associated with a specified key.  
Value(String,Int16)Gets a short type value associated with a specified key.  
Value(String,Int32)Gets an integer type value associated with a specified key.  
Value(String,Boolean)Gets a boolean type value associated with a specified key.  
Value(String,Single)Gets a float type value associated with a specified key.  
Value(String,Double)Gets a double type value associated with a specified key.  
Value(String,String)Gets a string type value associated with a specified key.  
Value(String,Object)Gets an object type value associated with a specified key.  
Value(String)Gets an array type value associated with a specified key.  

Requirements

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

See Also