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


Glossary Item Box

Gets a collection of the logical channel types that are supported by the currently selected hardware for this measurement.

Syntax

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

Requirements

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

See Also