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


Glossary Item Box

Gets the maximum number of source logical channels that are possible with the currently selected hardware.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property MaxCount As Integer
C# 
public abstract int MaxCount {get;}
C++/CLI 
public:
abstract property int MaxCount {
   int get();
}

Requirements

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

See Also