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


Glossary Item Box

Gets a collection of the input channels that form this logical channel.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property InputChannels As ReadOnlyCollection(Of InputChannel)
C# 
public abstract ReadOnlyCollection<InputChannel> InputChannels {get;}
C++/CLI 
public:
abstract property ReadOnlyCollection<InputChannel^>^ InputChannels {
   ReadOnlyCollection<InputChannel^>^ get();
}

Requirements

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

See Also