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


Glossary Item Box

Returns the enumeration value associated with the specified key.

Overload List

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

Requirements

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

See Also