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.

Parameters
  • handle[in] Board handle

  • timeout_ticks[in] 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.

Returns

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

LabVIEW Block Diagram#

../_images/AlazarSetTriggerTimeOut.vi.png