imgPulseStart
Usage
rval imgPulseStart(PULSE_ID pid, SESSION_ID sid);
Purpose
Arms a pulse.
Parameters
Name | Type | Direction |
pid | PULSE_ID | input |
sid | SESSION_ID | input |
rval | Int32 | output |
Parameter Discussion
pid: ID of the pulse to arm.
sid: valid SESSION_ID.
Return Value
This function returns 0 on success. On failure, this function returns an error code. For information about the error code, call imgShowError.