AlazarGalvoPlaybackJumpToSequence¶
Function Syntax¶
-
RETURN_CODE AlazarGalvoPlaybackJumpToSequence(HANDLE handle, int32_t seq_idx)¶
“Jumps” playback to the specified sequence. Can be called only when playback is currently running.
Note
This function should only be called when playback is running on an infinite repetition sequence, otherwise results may be unpredictable.
- Parameters:
handle – Handle to board
seq_idx – Sequence to jump to
- Returns:
A RETURN_CODE return code indicating success or failure.