AlazarGetStatus

Function Syntax

U32 AlazarGetStatus(HANDLE handle)

Return a bitmask with board status information.

Return
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)
Note
This function is part of the single-port data acquisition API. It cannot be used with the dual-port AutoDMA APIs.
Parameters
  • handle: Board handle

LabVIEW Block Diagram

../_images/AlazarGetStatus.vi.png