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


Glossary Item Box

Implements an input channel. Represents an input channel.

Object Model

InputChannel ClassChannelId Structure

Syntax

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

Remarks

All input channel objects derive from this InputChannel class. The AnalogChannel and DigitalChannel classes are used for properties specific to those types of channels.

Requirements

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

See Also