Keysight 89600 VSA .NET API
PhysicalChannels Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > SourceLogicalChannel Class : PhysicalChannels Property


Glossary Item Box

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

Syntax

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

Requirements

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

See Also