Keysight Pathwave 89600 VSA .NET API
InputExtension Class
Members  See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace : InputExtension Class


Glossary Item Box

Definition for an input extension Represents input settings that are unique to a given group of hardware instruments.

Syntax

Visual Basic (Declaration) 
Public MustInherit Class InputExtension 
   Inherits RemotableObject
   Implements IPropertyInfoIPropertyInfo2IRemoteNotifyPropertyChangedIRemoteNotifyPropertyInfoChanged 
C++/CLI 
public ref class InputExtension abstract : public RemotableObject, IPropertyInfoIPropertyInfo2IRemoteNotifyPropertyChangedIRemoteNotifyPropertyInfoChanged  

Remarks

An input extension class may be provided for specific models of hardware in order to allow for unique settings on that hardware. This class provides base functionality and will be subclassed to provide functionality specific to certain models of hardware.

There will be one instance of an input extension for each HardwareGroup hardware group in the currently selected analyzer (Measurement.SelectedAnalyzer).

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also