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

Glossary Item Box

The following tables list the members exposed by IExtensible<TExtension>.

Public Properties

 NameDescriptionMinimum SW Version
 PropertyExtensionGets the current extension. (Inherited from Keysight.SA.VsaInternal.IExtensible)
 PropertyExtensionTypeGets the current System.Type of extension or null if no extension is currently set. (Inherited from Keysight.SA.VsaInternal.IExtensible)
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

Public Methods

 NameDescriptionMinimum SW Version
 MethodGetAvailableExtensionTypesGets the available extension types that can be used with SetExtension. (Inherited from Keysight.SA.VsaInternal.IExtensible)
 MethodGetExtension<T>Gets the current extension.  
 MethodSetExtension<T>Sets the extension to the desired type.  
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

See Also