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


Glossary Item Box

Represents a logical input channel.

Object Model

InputLogicalChannel ClassLogicalChannelId Structure

Syntax

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

Remarks

A logical input channel may be composed of one or more input channels (physical channel). Some parts of the API (such as Frequency.Channels and Input.ChangeLogicalChannels) deal with settings on a per logical channel basis while other parts (like Analog.Channels, etc.) deal with settings on a per input channel (physical channel) basis.

Requirements

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

See Also