AlazarGalvoGetParkPosition¶
Function Syntax¶
-
RETURN_CODE AlazarGalvoGetParkPosition(HANDLE handle, uint16_t *x, uint16_t *y)¶
Queries the current park position.
- Parameters:
handle – Handle to board
x – Pass a pointer to an unsigned 16-bit integer. The function sets this value to the current position on the X axis.
y – Pass a pointer to an unsigned 16-bit integer. The function sets this value to the current position on the Y axis.
- Returns:
A RETURN_CODE return code indicating success or failure