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


count
Number of logical input channels to use.

Glossary Item Box

Changes the input channel configuration for the current measurement by specifying the number of logical input channels.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Sub ChangeLogicalChannelsByCount( _
   ByVal count As Integer _
) 
C# 
public abstract void ChangeLogicalChannelsByCount( 
   int count
)
C++/CLI 
public:
abstract void ChangeLogicalChannelsByCount( 
   int count
) 

Parameters

count
Number of logical input channels to use.

Exceptions

ExceptionDescription
System.ArgumentOutOfRangeExceptioncount is not possible with the currently selected hardware.

Remarks

This method assumes that all logical channels will be of the same type. It tries to use logical channel types in the following priority: RF, Baseband, Digital, User, and IQ. It uses the first type that succeeds for the specified count.

Hardware Interchangeability: This method allows for interchangeability when the number of channels is more important than the type of channel. If the type of channel is important then use the ChangeLogicalChannels method instead.

Affect on Traces: Undefined. The Measurement.PresetTraces, RemoveExtra, and TraceCollection.ArrangeWindows methods may be useful in presetting traces to a default number, result assignment, and layout after changing the channel configuration.

Requirements

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

See Also