DAQTriggers Members
- Aktualisiert2023-02-21
- 5 Minute(n) Lesezeit
The DAQTriggers type exposes the following members.
| Name | Description | |
|---|---|---|
| DAQTriggers | Initializes a new instance of the DAQTriggers class with the specified name. |
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Class Destructor (Inherited from Section.) | |
| FindChildrenByGUID | Gets an array that contains the child BaseNode elements of the current node that match the specified TypeGUID. (Inherited from BaseNode.) | |
| FindFirstChildWithName | Gets the first child node with the specified name. (Inherited from BaseNode.) | |
| FindNodeByPath | Gets a node using the specified path. (Inherited from BaseNode.) | |
| GetChildren | Gets an array that contains the child BaseNode elements of the current node. (Inherited from BaseNode.) | |
| GetDocumentPath | Gets the path to the system definition file that owns this node. (Inherited from BaseNode.) | |
| GetDocumentRoot | Gets the Root node of the system definition file. (Inherited from BaseNode.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetParent | Gets the parent node of this node. (Inherited from BaseNode.) | |
| GetRetriggerableChannel | Gets the Retriggerable channel under the current DAQTriggers section. This reference is valid only if the section contains a StartTrigger or ReferenceTrigger whose TriggerType is a value other than None. | |
| GetStartTriggerChannel | Gets the Start Trigger channel under the current DAQTriggers section. This reference is valid only if the section contains a StartTrigger whose TriggerType is Software. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RemoveNode | Removes this node from the hierarchy, if the node can be removed. (Inherited from BaseNode.) | |
| RenameNode | Renames this node to the name you specify, if the node can be renamed and if the name you specify is not already in use by a sibling of this node. (Inherited from BaseNode.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| 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.) |