Skip to content

multiple devices on a Thorlabs BSC203 won't home correctly #115

Description

@MikeC4096

The code in kinesis.py for _home is wrong for multiple channel ("rack") controllers. self.send_comm(0x0443,self._make_channel(channel),dest=("channel",channel)) should be self.send_comm(0x0443,1,dest=("channel",channel))

and the channel argument needs to be passed to _is_homed or devices > 1 will never home if device 1 is already homed.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions