DAQmxSendSoftwareTrigger
From NI-DAQmx C Functions
DAQmxSendSoftwareTrigger
int32 DAQmxSendSoftwareTrigger (TaskHandle taskHandle, int32 triggerID);
Purpose
Generates the specified software trigger.
Parameters
| Input | ||||||||
| Name | Type | Description | ||||||
|---|---|---|---|---|---|---|---|---|
| taskHandle | TaskHandle | The task used in this function. | ||||||
| triggerID | int32 | Specifies which software trigger to generate.
|
Return Value
| Name | Type | Description |
|---|---|---|
| status | int32 | The error code returned by the function in the event of an error or warning. A value of 0 indicates success. A positive value indicates a warning. A negative value indicates an error. |