I am using PyLabLib to control my Thorlabs controller which has 3 channels, each channel is connected to 3 different motors.
I want to set different scales for different motors.
However, I can only create one KinesisMotor instance for each controller, and the constructor takes one scale. How can I set different scale for different motors connected to same controller.