DAQTriggerAnalogWindow Class
- Updated2023-02-21
- 2 minute(s) read
Represents an analog window trigger that can configure a DAQTaskAI to start acquiring under certain conditions.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Syntax
Visual Basic (Declaration) |
---|
Public Class DAQTriggerAnalogWindow _ Inherits DAQTrigger |
C# |
---|
public class DAQTriggerAnalogWindow : DAQTrigger |
Visual C++ |
---|
public ref class DAQTriggerAnalogWindow : public DAQTrigger |
Remarks
Use the members of this class to create and configure an analog window trigger you can set as the StartTrigger or ReferenceTrigger for the DAQTriggers section of a DAQTaskAI.
An analog window trigger starts acquisitions when an analog signal either passes into (enters) or passes out of (leaves) a window defined by two voltage levels, WindowBottom and WindowTop.
Accessing this Class
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.SystemDefinitionAPI.DAQTrigger
NationalInstruments.VeriStand.SystemDefinitionAPI.DAQTriggerAnalogWindow
NationalInstruments.VeriStand.SystemDefinitionAPI.DAQTrigger
NationalInstruments.VeriStand.SystemDefinitionAPI.DAQTriggerAnalogWindow
Thread Safety
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.