niDigital_init
- Updated2023-11-24
- 2 minute(s) read
niDigital_init
Init and Close Group
Creates and returns a new session to the specified digital pattern instrument to use in all subsequent function calls. To place the instrument in a known startup state when creating a new session, set the reset parameter to VI_TRUE, which is equivalent to calling the niDigital_reset function immediately after initializing the session.
C Function Prototype: ViStatus niDigital_init (ViRsrc resourceName, ViBoolean IDQuery, ViBoolean resetDevice, ViSession* newVi)
Return value: Reports the status of the operation.
Parent topic: NI-Digital Pattern Driver C Function Reference
