This VI creates a new connection handle that can be used for subsequent calls to the Opal API. This lets an application handle multiple connections, switching from one to the other without disconnecting.
Note: a new connection is also created when you call Opal_New_Project or Opal_Open_Project without providing an existing handle.
This handle DOES NOT support concurrent RT-Lab API calls. If several simultaneous calls are necessary, other handles must first be acquired either with Opal_New_Connection_Handle, Opal_Open_Project or other connection functions.
See also