Documentation Home Page RT-LAB Home Page
Pour la documentation en FRANÇAIS, utilisez l'outil de traduction de votre navigateur Chrome, Edge ou Safari. Voir un exemple.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

Opal_Delete_Connection_Handle

Opal_New_Connection_Handle

  • No labels