You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding the thorlabs program directory tothe system's PATH variable is not sufficient anymore for loading the DLLs, see https://stackoverflow.com/a/59016932.
Use this instead:
importosos.add_dll_directory("path/to/dll")
The text was updated successfully, but these errors were encountered:
Adding the thorlabs program directory tothe system's
PATH
variable is not sufficient anymore for loading the DLLs, seehttps://stackoverflow.com/a/59016932.
Use this instead:
The text was updated successfully, but these errors were encountered: