263SDK (Software development Kit)
© 2010 Thorlabs
7.3.91
is_SetGlobalShutter
Syntax
INT is_SetGlobalShutter (HIDS hCam, INT mode)
Description
is_SetGlobalShutter() enables the Global Start shutter function on some sensors.
For further information on the Global Start shutter mode, please refer to the Camera Basics: Shutter
Methods chapter.
The Global Start shutter function is only supported in trigger mode (see also
is_SetExternalTrigger() ).
Input Parameters
Returns the current mode or IS_NOT_SUPPORTED if the camera
does not support this function.
Enables Global Start shutter mode.
IS_SET_GLOBAL_SHUTTER_OFF
Disables Global Start shutter mode.
IS_GET_SUPPORTED_GLOBAL_SHUTTER
Indicates whether the connected camera supports the Global
Start shutter or not.
Return Values
Function executed successfully
Current setting when used together
with
IS_GET_GLOBAL_SHUTTER
When used together with
IS_GET_SUPPORTED_GLOBAL_SHUTT
ER
Returns IS_SET_GLOBAL_SHUTTER_ON if this function is
supported. Otherwise, it returns
IS_SET_GLOBAL_SHUTTER_OFF.
Related Functions
is_GetGlobalFlashDelays()
is_SetExternalTrigger()
is_SetFlashStrobe()
378
253
171
253
257