AlazarSetTriggerTimeOut

Function Syntax

RETURN_CODE AlazarSetTriggerTimeOut(HANDLE handle, U32 timeout_ticks)

Set the time to wait for a trigger event before automatically generating a trigger event.

Return

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

Parameters
  • [in] handle: Board handle

  • [in] timeout_ticks: The trigger timeout value in ticks. Tick are 10μs for all boards, except for ATS9416 where they are 5µs. Pass 0 to make the board wait forever for a trigger event.

LabVIEW Block Diagram

../_images/AlazarSetTriggerTimeOut.vi.png