AlazarGalvoGetCurrentAnalogOutput

Function Syntax

RETURN_CODE AlazarGalvoGetCurrentAnalogOutput(HANDLE handle, uint32_t *x, uint32_t *y)

Reads the current analog ADC output values.

This function is useful durring application development and for testing purposes to query the state that the analog DACs are currently at.

Parameters:
  • handle – Handle to board

  • x – Outputs the X analog DAC value

  • y – Outputs the Y analog DAC value

Returns:

A RETURN_CODE return code indicating success or failure