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

Glossary Item Box

The following tables list the members exposed by IStateDictionary.

Public Properties

 NameDescriptionMinimum SW Version
 PropertyItemGets or sets the value associated with a specified key.  
 PropertyKeysGets a list of keys that are in state.  
 PropertyParentStateGets or sets a parent state dictionary so that dictionaries can be chained together in a hierarchical way.  
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

Public Methods

 NameDescriptionMinimum SW Version
 MethodCopyToCopy the current dictionary contents to the specified dictionary.  
 MethodExistsGets a value indicating whether the specified key exists in state.  
 MethodRemoveRemoves the specified key/value pair from state.  
 MethodRemoveAllRemoves all key/value pairs from state.  
 MethodValueOverloaded. Gets the value associated with a specified key.  
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

See Also