imaqIOPulseStop

NI-IMAQ I/O C Function

imaqIOPulseStop

Format

rval = imaqIOPulseStop(IMAQIO_SESSION id, IMAQIO_PULSE_ID PulseID);

Purpose

Stops 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 stop a pulse on.

PulseID is the pulse to stop.

Return Value

This function returns 0 on success. On failure, this function returns an error code. For information about the error code, call imaqIOGetErrorText.