© 2016 Thorlabs Scientific Imaging
4 Programming (SDK)
381
4.3.100 is_SetTriggerDelay
Syntax
INT is_SetTriggerDelay (HIDS hCam, INT nTriggerDelay)
Description
Using is_SetTriggerDelay(), you can set the delay time between the arrival of a trigger signal
and the start of exposure. The trigger signal can be initiated by hardware or by software.
The delay time set here adds to the delay caused by the sensor. The delay times of each sensor
are listed in Camera and sensor data chapter.
Input parameters
Time by which the image capture is delayed
(in µs)
0 = deactivate trigger delay
Returns the currently set delay time.
Returns the minimum adjustable value.
Returns the maximum adjustable value.
IS_GET_TRIGGER_DELAY_GRANULARITY
Returns the resolution of the adjustable delay
time.
Return values
When used with
IS_GET_TRIGGER_DELAY
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.dll (API) and
the driver file (uc480_usb.sys) do not match.
Function executed successfully
Related functions
is_IO()
is_SetExternalTrigger()