Visual Basic (Declaration) | |
---|---|
Public MustOverride ReadOnly Property IsContinuous As Boolean |
C# | |
---|---|
public abstract bool IsContinuous {get;} |
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.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)