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

Glossary Item Box

The following tables list the members exposed by EventRule.

Public Properties

 NameDescriptionMinimum SW Version
Public PropertyActionsGets the list of EventActions associated with this EventRule.  
Public PropertyConditionGets a handle to the current Condition object. The caller must cast it to the appropriate type (indicated by the ExtensionType property) to access members of the object.  
Public PropertyConditionTypeGets the type of the EventCondition for this EventRule. When the condition is satisfied, the enabled Actions will be performed. Obsolete. Use ExtensionType instead.  
Public PropertyDataSourcesGets the list of EventDataSources associated with this EventRule.  
Public PropertyEnabledGets or sets a value indicating whether this EventRule should be evaluated and its Actions performed.  
Public PropertyExtensionGets the current EventCondition.  28.00
Public PropertyExtensionTypeGets the type of the EventCondition for this EventRule. When the condition is satisfied, the enabled Actions will be performed.  28.00
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 PropertyNameGets or sets a unique name for this EventRule.  
Public PropertyStatusGets the overall status.  
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

Public Methods

 NameDescriptionMinimum SW Version
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 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 MethodGetAvailableConditionTypesGets the list of available EventCondition types that can be used. Use the Keysight.SA.Vsa.EventRule.SetExtension``1 method to select which EventCondition is used. Obsolete. Use GetAvailableExtensionTypes instead.  
Public MethodGetAvailableExtensionTypesGets the list of available EventCondition types that can be used. Use the Keysight.SA.Vsa.EventRule.SetExtension``1 method to select which EventCondition is used.  
Public MethodGetCondition<T>Gets the current Condition cast to the requested type. Obsolete. Use Keysight.SA.Vsa.EventRule.GetExtension``1 instead.  
Public MethodGetExtension<T>Returns the current Condition cast to the requested type.  28.00
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetStatusMessagesGets an array of messages from the last validation that was performed.  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from Agilent.SA.Vsa.RemotableObject)
Public MethodSetConditionOverloaded. Changes the current Condition to the indicated type (if necessary) and returns an appropriately typed handle to the EventCondition object. Obsolete. Use Keysight.SA.Vsa.EventRule.SetExtension``1 instead.  
Public MethodSetExtensionOverloaded. Changes the current Condition to the indicated type (if necessary) and returns an appropriately typed handle to the EventCondition object.  
‡ 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