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


Glossary Item Box

Gets a reference to a collection of channel objects (one per physical channel) for custom input parameters that are per channel. This collection may be empty if no per channel custom input parameters are supported for the current hardware being used.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property Channels As InputExtensionChannelCollection
C# 
public virtual InputExtensionChannelCollection Channels {get;}
C++/CLI 
public:
virtual property InputExtensionChannelCollection^ Channels {
   InputExtensionChannelCollection^ get();
}

Requirements

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

Minimum Software Version Requirement: Keysight 89600 VSA Ver 30.00

See Also