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


Glossary Item Box

Gets the number of acquisitions in a sequential input channel configuration. See the ChangeLogicalChannels methods to configure a sequential input channel configuration.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property AcquisitionSequenceCount As Integer
C# 
public virtual int AcquisitionSequenceCount {get;}
C++/CLI 
public:
virtual property int AcquisitionSequenceCount {
   int get();
}

Remarks

When this count is greater than 1 then a measurement will sequence the acquisition from the input channels such that different acquisitions can have different setup. Each channel in the Input.Channels collection will indicate which acquisition it belongs to in the sequence and will reuse the physical channel that may have been used in a previous acquisition, but with a potentially different setup for that channel.

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