niHSDIO_Initiate
Specific Function
C Function Prototype
ViStatus niHSDIO_Initiate (ViSession vi);
Purpose
Commits any pending attributes to hardware and starts the dynamic operation (refer to the niHSDIO_CommitDynamic function for more information about committing).
For a generation operation with a Start trigger configured, calling niHSDIO_Initiate causes the channels to go to their Initial states.
This function is only valid for dynamic operations (acquisition or generation). It is not valid for static operations.
Parameters
Name | Type | Description |
---|---|---|
vi | ViSession | This handle identifies your instrument session. vi was obtained from the niHSDIO_InitAcquisitionSession or niHSDIO_InitGenerationSession function. |