Keysight Pathwave 89600 VSA .NET API
CapabilityReadOnlyDictionary Class Members
See Also  Properties  Methods 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace : CapabilityReadOnlyDictionary Class

Glossary Item Box

The following tables list the members exposed by CapabilityReadOnlyDictionary.

Public Constructors

 NameDescriptionMinimum SW Version
Public ConstructorCapabilityReadOnlyDictionary ConstructorInitializes a new instance of the CapabilityReadOnlyDictionary class.  
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

Public Properties

 NameDescriptionMinimum SW Version
Public PropertyCountGets the number of items in the dictionary. (Inherited from System.Collections.ObjectModel.ReadOnlyDictionary<string,string>)
Public PropertyItemGets the element that has the specified key. (Inherited from System.Collections.ObjectModel.ReadOnlyDictionary<string,string>)
Public PropertyKeysGets a key collection that contains the keys of the dictionary. (Inherited from System.Collections.ObjectModel.ReadOnlyDictionary<string,string>)
Public PropertyValuesGets a collection that contains the values in the dictionary. (Inherited from System.Collections.ObjectModel.ReadOnlyDictionary<string,string>)
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

Public Methods

 NameDescriptionMinimum SW Version
Public MethodContainsKeyDetermines whether the dictionary contains an element that has the specified key. (Inherited from System.Collections.ObjectModel.ReadOnlyDictionary<string,string>)
Public MethodGetEnumeratorReturns an enumerator that iterates through the ReadOnlyDictionary. (Inherited from System.Collections.ObjectModel.ReadOnlyDictionary<string,string>)
Public MethodGetParsedArrayValueOrDefaultOverloaded. Gets the value associated with the specified key or a default value if the key is not found.  
Public MethodGetParsedValueOrDefault<T>Gets the value associated with the specified key or a default value if the key is not found or if the value found for that key cannot be parsed into the specified type.  
Public MethodGetValueOrDefaultGets the value associated with the specified key or a default value if the key is not found.  
Public MethodTryGetValueRetrieves the value that is associated with the specified key. (Inherited from System.Collections.ObjectModel.ReadOnlyDictionary<string,string>)
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

See Also