AlazarSetTriggerDelay#
Function Syntax#
-
RETURN_CODE AlazarSetTriggerDelay(HANDLE handle, U32 Delay)#
Set the time, in sample clocks, to wait after receiving a trigger event before capturing a record for the trigger.
- Parameters
handle – [in] Board handle
Delay – [in] Trigger delay in sample clocks. Must be a value between 0 and 9 999 999. It must also be a multiple of a certain value that varies from one board to another. See board-specific information to know which multiplier must be respected.
- Returns
ApiSuccess upon success, or an error code. See RETURN_CODE for more detailed information.