AlazarGalvoPatternSlotRead

Function Syntax

RETURN_CODE AlazarGalvoPatternSlotRead(HANDLE handle, GALVO_PATTERN_SLOT slot, uint32_t *data, int32_t size_words)

Reads data from a slot in pattern memory.

Parameters:
  • handle – Handle to board

  • slot – Slot to read data from

  • data – Pointer to an array that the function will write data to

  • size_words – Number of 32-bit words to read from the memory slot

Returns:

A RETURN_CODE return code indicating success or failure.