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


Glossary Item Box

Definition for an input extension channel Represents input settings that can be set per channel within a logical instrument(group of hardware instruments).

Object Model

InputExtensionChannel ClassChannelId Structure

Syntax

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

Remarks

This class provides base functionality and will be subclassed to provide functionality specific to certain channels within a specific model of hardware.

There will be one instance of an input extension channel per active physical channel within a HardwareGroup in the currently selected analyzer (Measurement.SelectedAnalyzer). This is optional though and determined by the specific hardware extension plugin as to whether it provides support for per channel input extension parameters.

Requirements

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

Minimum Software Version Requirement: Keysight 89600 VSA Ver 30.00

See Also