Thorlabs/Motion_Control_Examples

time.sleep(25) --> time.sleep(0.25)

cyamahat opened this issue · 2 comments

Motion_Control_Examples/Python/KCube/KPZ101
/kpz101_pythonnet.py

Script successfully tested.

However, the initialisation takes quite a long time.
I figured out why: There is a time.sleep(25) [line 44] and I assume that it could be decreased to 0.25 (i.e., like at line 46).

Thank you for your comment. You are right that this is a typo. I will fix this and update this.