Go to file
2024-10-30 12:50:26 +01:00
__pycache__ initialise git repository 2024-10-30 12:50:26 +01:00
Dasha_LCRCode.py initialise git repository 2024-10-30 12:50:26 +01:00
KLC101_basic_example.py initialise git repository 2024-10-30 12:50:26 +01:00
KLCCommandLib64.py initialise git repository 2024-10-30 12:50:26 +01:00
KLCCommandLib_x64.dll initialise git repository 2024-10-30 12:50:26 +01:00
KLCCommandLib_x64.lib initialise git repository 2024-10-30 12:50:26 +01:00
KLCCommandLibTest.py initialise git repository 2024-10-30 12:50:26 +01:00
readme.txt initialise git repository 2024-10-30 12:50:26 +01:00

For the code to work, change the directory to load the KLCCommandLib_x64.dll file in 'KLCCommandLib64.py', line 5.
The line of code is as follows:

klcLib=cdll.LoadLibrary(r"C:\Users\rtan\Documents\RyanWork2024\Dasha-LCR_Code\Thorlabs_KLC_PythonSDK\"KLCCommandLib_x64.dll")