|
grabAbort
|
|
|
|
| None
|
|
|
|
|
| ERR_TIMEOUT
|
|
|
| The flag set if successful.
|
|
|
| ERR_FAILED
|
|
|
| The flag set if failed.
|
|
|
| This function is typically used in combination with a trigger-driven acquisition in order to abort waiting for a trigger signal and release the script.
|
|
|
| This set of statements will abort an acquisition cycle in 60 seconds:
|
|
|
| thread("wait(60000)\n grabAbort()")
|
| do
|
| grabIm(1)
|
| Loop
|
|
|