Keysight Pathwave 89600 VSA .NET API
ChangeLogicalChannelsByCount(Int32,Int32) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Input Class > ChangeLogicalChannelsByCount Method : ChangeLogicalChannelsByCount(Int32,Int32) Method


count
The number of logical channels.
sequenceCount
The number of times to replicate the number of logical channels as sequential inputs. Total channel count will be count * sequenceCount.

Glossary Item Box

Change the input channel configuration for the current measurement by specifying the number of logical input channels and the sequence count (if using them as sequential input channels). The total number of logical channels will be the logical input channel count times the sequence count.

Syntax

Visual Basic (Declaration) 
Public Overloads Overridable Sub ChangeLogicalChannelsByCount( _
   ByVal count As Integer, _
   ByVal sequenceCount As Integer _
) 
C# 
public virtual void ChangeLogicalChannelsByCount( 
   int count,
   int sequenceCount
)
C++/CLI 
public:
virtual void ChangeLogicalChannelsByCount( 
   int count,
   int sequenceCount
) 

Parameters

count
The number of logical channels.
sequenceCount
The number of times to replicate the number of logical channels as sequential inputs. Total channel count will be count * sequenceCount.

Exceptions

ExceptionDescription
System.ArgumentOutOfRangeExceptioncount is not possible with the currently selected hardware or the sequenceCount is not possible with the current application version.
System.InvalidOperationExceptionIf any of the logical channel types are User, Digital, or ExternalMixer

Remarks

Sequential input channel configurations are not supported when using channel types for User, Digital, or ExternalMixer.

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 25.00

See Also