pyAPT
pyAPT copied to clipboard
Add KDC101 controller
This basically fixes #14 for my special device. I only had to change a single value.
Hi @roflmaostc ,
Thank you for this PR. 2 comments:
- you will note that your previous PR, https://github.com/freespace/pyAPT/pull/13, has been merged, and this PR seem to include the same changes again. Can you please rebase your branch such that this PR only includes code to introduce the new KDC 101 controller
- the KDC 101 is a controller that be used to control many different stages, all of which have their own settings. As such the controllers are stage-specific. For example you will note that the existing controllers
mts50
andlts300
are both linear motion stages, not specific controllers. I suggest you rename the KDC101 class to be specific to the stage you are using instead.