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


Glossary Item Box

Gets the type of logical channel.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property ChannelType As LogicalChannelType
C# 
public abstract LogicalChannelType ChannelType {get;}
C++/CLI 
public:
abstract property LogicalChannelType ChannelType {
   LogicalChannelType get();
}

Remarks

The LogicalChannelType is used in the Input.ChangeLogicalChannels method to change the channel configuration.

Requirements

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

See Also