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


count
The new sequential acquisition count.

Glossary Item Box

Change the sequential acquisition count for the current logical channel configuration while keeping the physical to logical channel mapping per acquisition as is. The logical to measurement channel mapping will be the default mapping if it was already a default mapping when this function is called. If it was not the default mapping then it will keep the mapping as is if it is a valid mapping with the new acquisition count, otherwise it will change it to the default mapping. The default mapping is for logical channels in increasing order to be mapped directly to measurement channels in the same order.

Syntax

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

Parameters

count
The new sequential acquisition count.

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