254 DCx camera
© 2010 Thorlabs
Return Values
Function executed successfully
Current setting when used together with
IS_GET_EXTERNALTRIGGER
When used with
IS_GET_TRIGGER_STATUS
Returns the current signal level at the trigger input
When used with
IS_GET_SUPPORTED_TRIGGER_MODE
Returns the supported modes linked by logical ORs
Related Functions
is_CaptureVideo()
is_FreezeVideo()
is_ForceTrigger()
is_SetTriggerCounter()
is_SetTriggerDelay()
is_SetFlashStrobe()
Code Sample
//Enable trigger mode and set high-active flash mode.
is_SetExternalTrigger (hCam, IS_SET_TRIGGER_SOFTWARE);
is_SetFlashStrobe (hCam, IS_SET_FLASH_HI_ACTIVE, 0);
is_FreezeVideo (hCam, IS_WAIT);
124
148
145
288
289
257