niHSDIO_CommitStatic
Specific Function
C Function Prototype
ViStatus niHSDIO_CommitStatic (ViSession vi);
Purpose
Programs the hardware for the static data operation using the attributes you select. Before entering the committed state, most attribute values are stored in software only; these values have not yet been programmed to the hardware. Once the session is committed, the hardware is configured.
For most static operations it is not necessary to explicitly call niHSDIO_CommitStatic because the following functions implicitly commit:
Committing only programs attributes changed since previous commits.
Note Committing some attributes may have immediate effects seen on external instrument connectors. Voltage levels are an example of an attribute with an immediate effect when committed. |
Parameters
Name | Type | Description |
---|---|---|
vi | ViSession | This handle identifies your instrument session. vi was obtained from the function used to initialize the session. |