DAQTriggers Properties
- Aktualisiert2023-02-21
- 3 Minute(n) Lesezeit
The DAQTriggers type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseNodeType | Gets a reference to the internal representation of this node. (Inherited from BaseNode.) | |
| Description | Gets or sets the description of this node. (Inherited from BaseNode.) | |
| Name | Gets the name of this node. To rename a node, use the RenameNode method. (Inherited from BaseNode.) | |
| NodeID | Gets the ID of this node. (Inherited from BaseNode.) | |
| NodePath | Gets the path to the node within the system definition file. (Inherited from BaseNode.) | |
| PretriggerSamples | Gets or sets the number of samples per channel prior to the ReferenceTrigger to include in the acquisition that begins when the trigger occurs. | |
| PretriggerTime | Gets or sets the length of time, in seconds, prior to the ReferenceTrigger to include in the acquisition that begins when the trigger occurs. | |
| PretriggerUnits | Gets or sets whether the task uses samples or seconds of time as the size of the pre-trigger acquisition it performs. This property is valid for instances of DAQTrigger that serve as the ReferenceTrigger for the task. | |
| ReferenceTrigger | Gets or sets the DAQTrigger that serves as the reference trigger for current instance of DAQTaskAI. | |
| StartTrigger | Gets or sets the DAQTrigger that serves as the start trigger for current instance of DAQTaskAI. | |
| TypeGUID | Gets the GUID associated with the node. Attempts to set the GUID of a BaseNode will generate an exception. (Inherited from BaseNode.) |