AlazarGalvoPatternSlotWrite

Function Syntax

RETURN_CODE AlazarGalvoPatternSlotWrite(HANDLE handle, GALVO_PATTERN_SLOT slot, const uint32_t *data, int32_t size_words, int32_t offset_words)

Writes data into a slot in pattern memory.

Parameters:
  • handle – Handle to board

  • slot – Slot to write data to

  • data – Pointer to an array of 32-bit words to write to the slot

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

  • offset_words – Offset in 32-bit words from the start of the memory slot

Returns:

A RETURN_CODE return code indicating success or failure.