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

Glossary Item Box

The following tables list the members exposed by IPropertyInfo.

Public Methods

 NameDescriptionMinimum SW Version
 MethodIsEnabledIndicates whether the specified property is currently enabled (i.e. valid to use).  
 MethodStepValueGets a reference to an IStepValue interface for the specified property on the current object.  
 MethodValidValues<T>Gets a list of valid values (currently settable values) for the specified property on the current object.  
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

Public Events

 NameDescriptionMinimum SW Version
 EventPropertyInfoChangedThis event is invoked each time property info (such as ValidValues, IsEnabled, etc.) changes for a property.  
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

See Also