imaqIOPulseStart
Format
rval = imaqIOPulseStart(IMAQIO_SESSION id, IMAQIO_PULSE_ID PulseID);
Purpose
Starts a pulse generator session for the NI-IMAQ I/O device.
Parameters
Name | Type | Direction |
id | IMAQIO_SESSION | input |
PulseID | IMAQIO_PULSE_ID | input |
Parameter Discussion
id is the ID of the session to start a pulse on.
PulseID is the pulse to start.
Return Value
This function returns 0 on success. On failure, this function returns an error code. For information about the error code, call imaqIOGetErrorText.