You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: