AlazarGetTriggerTimestamp#
Function Syntax#
- 
RETURN_CODE AlazarGetTriggerTimestamp(HANDLE handle, U32 Record, U64 *Timestamp_samples)#
- Retrieve the timestamp, in sample clock periods, of a record acquired to on-board memory. - Remark
- This function is part of the single-port data acquisition API. It cannot be used to retrieve the timestamp of records acquired using dual-port AutoDMA APIs. 
 - Parameters
- handle – [in] Board handle 
- Record – [in] 1-indexed record in acquisition 
- Timestamp_samples – [in] Record timestamp, in sample clock periods 
 
- Returns
- ApiSuccess upon success, or an error code. See RETURN_CODE for more detailed information.