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


Glossary Item Box

Gets the maximum number of concurrent 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();
}

Remarks

This is not the active channel count. The Input.LogicalChannels.Count property returns the count of currently active logical channels. This property returns the maximum possible count for this collection with the current hardware.

Note: Use the Input.ChangeLogicalChannelsByCount or Input.ChangeLogicalChannels methods to change this collection.

Requirements

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

See Also