AlazarCoprocessorRegisterWrite#

Function Syntax#

RETURN_CODE AlazarCoprocessorRegisterWrite(HANDLE handle, U32 offset, U32 value)#

Writes a value to a user-programmable coprocessor FPGA register.

Parameters:
  • handle[in] Handle to board

  • offset[in] Register offset

  • value[in] Value to write

Returns:

ApiSuccess upon success, or an error code. See RETURN_CODE for more detailed information.

LabVIEW Block Diagram#

../_images/AlazarCoprocessorRegisterWrite.vi.png