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


Glossary Item Box

Gets or sets a value indicating whether continuous acquisitions are supported by data source application.

Syntax

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

Remarks

When true, overlapped processing is enabled. When false, block mode acquisition is implied, and the data consuming Measurement assumes no continuity between blocks of transferred data. Default is true.

Requirements

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

See Also