DAQTriggerSoftware Class
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Represents a software 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)
| Visual Basic (Declaration) |
|---|
Public Class DAQTriggerSoftware _ Inherits DAQTrigger |
| C# |
|---|
public class DAQTriggerSoftware : DAQTrigger |
| Visual C++ |
|---|
public ref class DAQTriggerSoftware : public DAQTrigger |
Remarks
Use the members of this class to create and configure a software trigger you can set as the StartTrigger for the DAQTriggers section of a DAQTaskAI.
A software trigger starts acquisitions when the Start Trigger DAQTaskCommand channel is true (True in Visual Basic). Access the Start Trigger channel with the DAQTriggers.GetStartTriggerChannel method.
Accessing this Class
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.SystemDefinitionAPI.DAQTrigger
NationalInstruments.VeriStand.SystemDefinitionAPI.DAQTriggerSoftware
NationalInstruments.VeriStand.SystemDefinitionAPI.DAQTrigger
NationalInstruments.VeriStand.SystemDefinitionAPI.DAQTriggerSoftware
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.