AlazarGetStatus#

Function Syntax#

U32 AlazarGetStatus(HANDLE handle)#

Return a bitmask with board status information.

Note

This function is part of the single-port data acquisition API. It cannot be used with the dual-port AutoDMA APIs.

Parameters:
  • handle – [in] Board handle

Returns:

If the function fails, the return value is 0xFFFFFFFF. Upon success, the return value is a bit mask of the following values:

  • 1 : At least one trigger timeout occured.

  • 2 : At least one channel A sample was out of range during the last acquisition.

  • 4 : At least one channel B sample was out of range during the last acquisition.

  • 8 : PLL is locked (ATS660 only)

LabVIEW Block Diagram#

../_images/AlazarGetStatus.vi.png