-
Notifications
You must be signed in to change notification settings - Fork 120
STAR iswap & channel 0 collision checks #687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STAR iswap & channel 0 collision checks #687
Conversation
4a957a2 to
d09962d
Compare
|
STARBackend.move_iswap_y_relative channel 0 collision check| mm_per_increment = 0.046302083 | ||
| return round(y_inc * mm_per_increment, 2) | ||
|
|
||
| async def iswap_request_module_y(self) -> float: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a duplication and already exists in PyLabRobot since #666
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, I forgot this exists
| ) | ||
|
|
||
| @staticmethod | ||
| def _iswap_y_inc_to_mm(y_inc: int) -> float: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a duplication as well, and has existed in PyLabRobot as y_drive_increment_to_mm for a while
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought this is for pip channels, but the conversion is actually the same
This reverts commit 0bd219f.
No description provided.