Skip to content
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

Configure wire plane selection and ranges #168

Closed
kabanaty opened this issue Jun 11, 2024 · 0 comments · Fixed by #183
Closed

Configure wire plane selection and ranges #168

kabanaty opened this issue Jun 11, 2024 · 0 comments · Fixed by #183
Assignees

Comments

@kabanaty
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Wire Scanners have three planes that can be scanned independently or in combination with each other. There needs to be a method to select a set of planes to scan. Additionally, the scan range needs to be configured for each wire.

Describe the solution you'd like

  • Independent methods to set and unset planes
    • wire.selectPlane('X'), wire.selectPlane('XYU')
    • wire.unselectPlane('Y')
  • Methods to set wire range
    • wire.setRange('Y', 26000, 31000)
    • wire.setInnerRange('X', 37000)
    • wire.setOuterRange('U', 14000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants