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


Glossary Item Box

Gets the maximum number of channels supported by UserInput.

Syntax

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

Remarks

This property provides the largest value which can be set in ChannelCount without throwing an exception. The maximum channel count can vary based on licensing and HardwareConfiguration.IsSimulated. For a licensed non-simulated hardware configuration, the maximum channel count is 8.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 15.00

See Also