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


Glossary Item Box

Gets or sets the number of channels provided by the data source application in UserInput.

Syntax

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

Exceptions

ExceptionDescription
System.ArgumentOutOfRangeExceptionIndicates value is 0 or greater than ChannelCountMaximum. The channel count is limited to the closest valid value prior to throw of the exception.

Remarks

This property determines the size of UserInputSetupChannelCollection and UserInputDataChannelCollection collections. Changes to this property will cause any attached measurement to be preset to a default state.

Requirements

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

See Also