AlazarGalvoUpdateParkFlags¶
Function Syntax¶
-
RETURN_CODE AlazarGalvoUpdateParkFlags(HANDLE handle, int32_t *modified_flags_count, int32_t *total_flags_count)¶
Updates the
starts_in_park
andends_in_park
flags of a device’s sequence memory.This function checks the pattern memory element that corresponds to the first and last points of each sequence, and sets the
starts_in_park
andends_in_park
flag if these points equals the park device’s park position.- Parameters:
handle – Handle to board
modified_flags_count – Outputs the number of flags that have been modified by this function
total_flags_count – Outputs the total number of flags that are set across the entire sequence memory.
- Returns:
A RETURN_CODE return code indicating success or failure