Keysight Pathwave 89600 VSA .NET API
ChannelIds Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > LogicalChannelId Structure : ChannelIds Property


Glossary Item Box

Gets the identifiers of the individual input channels used in this logical channel.

Syntax

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

Requirements

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

See Also