© 2016 Thorlabs Scientific Imaging
4 Programming (SDK)
143
4.3.9 is_ClearSequence
Syntax
INT is_ClearSequence (HIDS hCam)
Description
is_ClearSequence() removes all image memories from the sequence list that were added using
is_AddToSequence(). After a call of is_ClearSequence(), there is no more active image memory.
To make an image memory the active memory, call is_SetImageMem().
Input parameters
Return values
The sequence list is empty and cannot be
deleted.
Function executed successfully
Related functions
is_AddToSequence()
is_FreeImageMem()
is_SetImageMem()