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


Glossary Item Box

Gets a value indicating whether the data consuming Measurement is operating in continuous (overlapped) mode.

Syntax

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

Remarks

True if the data consuming Measurement is operating in continuous (overlapped) mode. False if the data consuming Measurement is operating in block mode. If UserInputSetup.IsContinuousCapable has been set false, this will return false. This will also return false if IsTriggered is True (The triggered mode is always block mode.). Changes to this read-only property may be detected through UserInputChangeRegister.

Requirements

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

See Also