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

Glossary Item Box

The following tables list the members exposed by StateDictionary.

Public Properties

 NameDescriptionMinimum SW Version
Public PropertyIsDisposedGets a value indicating whether the object has been disposed. If an object has been disposed any attempt to use it will lead to an ObjectDisposedException being thrown. (Inherited from Agilent.SA.Vsa.RemotableObject)
Public PropertyIsReadOnlyGets a value indicating whether this StateDictionary cannot be changed.  
Public PropertyItemReturns the value associated with the specified key.  
Public PropertyKeysGets a list of all the string keys in the collection.  
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

Public Methods

 NameDescriptionMinimum SW Version
Public MethodCopyPersistentToCopy the persistent items in the StateDictionary to the specified StateDictionary/>.  
Public MethodCopyRemoveToCopy this StateDictionary to the specified StateDictionary, removing all keys in the destination that are not in this StateDictionary./>.  
Public MethodCopyToCopy this StateDictionary to the specified StateDictionary/>.  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodExistsGets a value indicating whether the specified key exists in the StateDictionary  
Public MethodForceRebuildKeyMapThis method is used to force a refresh of the key map. This is necessary in cases where the key mappings to the API objects change. This can happen when the index of an item within a collection is reflected in the key name, and an item is removed from the middle of a collection. (Inherited from Agilent.SA.Vsa.RemotableObject)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodIndexedValueAsDoubleGet the selected error/information.  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from Agilent.SA.Vsa.RemotableObject)
Public MethodIsPersistentGets a value for the specified key indicating whether the key is persistent  
Public MethodRemoveRemove the specified key/value pair from the collection.  
Public MethodRemoveAllRemove all key/value pairs from the collection.  
Public MethodSetPersistentSets a value indicating that the key value is persistent.  
Public MethodValueOverloaded. Returns the enumeration value associated with the specified key.  
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

Public Events

 NameDescriptionMinimum SW Version
Public EventPropertyChangedOccurs when a property value changes. (Inherited from Agilent.SA.Vsa.RemotableObject)
Public EventPropertyInfoChangedOccurs when secondary information about a property, such as limits, changes. (Inherited from Agilent.SA.Vsa.RemotableObject)
Public EventRemotePropertyChangedOccurs when a property value changes. (Inherited from Agilent.SA.Vsa.RemotableObject)
Public EventRemotePropertyInfoChangedOccurs when secondary information about a property, such as limits, changes. (Inherited from Agilent.SA.Vsa.RemotableObject)14.00
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

See Also