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
  • handle: Board handle
  • timeout_ticks: The trigger timeout value in ticks. A tick is 10μs. Pass 0 to make the board wait forever for a trigger event.

LabVIEW Block Diagram

../_images/AlazarSetTriggerTimeOut.vi.png