Hi,
I am new to this. I tried to follow the docs. But getting this error when i run this code :
from pylablib.devices import Thorlabs
stage = Thorlabs.KinesisMotor("74000948")
stage.get_position()
Error: ThorlabsBackendError: backend exception: 'read returned less data than expected' ('read returned less data than expected')
There is a solution mentioned in the docs: "is_rack_system=True". But i am still getting this error. Can someone please help? And give more detailed instructions?
Thanks,
Atharv