niTClk_Initiate
Specific Function
C Function Prototype
ViStatus niTClk_Initiate (ViUInt32 sessionCount, ViSession sessions []);
Purpose
Initiates the acquisition or generation sessions specified, taking into consideration any special requirements needed for synchronization.
For example, the session exporting the TClk-synchronized start trigger is not initiated until after niTClk_Initiate initiates all the sessions that import the TClk-synchronized start trigger.
Parameters
Name | Type | Description |
---|---|---|
sessionCount | ViUInt32 | Number of elements in the sessions array. |
sessions | ViSession [] | sessions is an array of sessions that are being synchronized. |