© 2013 Thorlabs GmbH
4 Programming (SDK)
351
4.3.97 is_SetTriggerCounter
Syntax
INT is_SetTriggerCounter (HIDS hCam, INT nValue)
Description
is_SetTriggerCounter() returns the number of images captured in hardware or software trigger mode.
Note
In freerun mode, the counter always returns 0 even when images were captured.
Input parameters
Returns the current count for triggered image captures
Resets the counter for triggered image captures
Return values
IS_CANT_COMMUNICATE_WITH_DRIVER
Communication with the driver failed because no driver
has been loaded.
An attempt to initialize or select the camera failed (no
camera connected or initialization error).
One of the submitted parameters is outside the valid
range or is not supported for this sensor or is not
available in this mode.
An IO request from the uc480 driver failed. Possibly the
versions of the uc480_api.dll (API) and the driver file
(uc480_usb.sys) do not match.
Function executed successfully
Related functions
is_SetExternalTrigger()
is_CameraStatus()
327
172