UniNE-CHYN / thorpy

Python library implementing Thorlabs APT communication protocol
43 stars 22 forks source link

Discover controllers by serial number #19

Open FilipDominec opened 3 years ago

FilipDominec commented 3 years ago

As most of motor controllers will be used in groups controlling more than one axis, it is important to bind to the right one so that X and Y axes are not swapped.

This pull request adds one positional parameter to the discover_stages function that ensures this.