-
Notifications
You must be signed in to change notification settings - Fork 4
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
[BUG] LCs not recognized when using multiple Triggerscopes #312
Comments
Can the triggerscope used to control LCs be renamed as |
At least for the mantis application with two triggerscopes we named one |
I think from |
We shouldn't be hardcoding the device name in Instead, we use use the MM API to enumerate IO and DAC devices and then |
I'm removing this from 0.3.0 since it's not strictly necessary. We can release it whenever it's fixed. |
For most setups, the use of one triggerscope so the current method for detecting and setting the voltages through the DAC by parsing
TS_DAC
from device properties works well. However, in the case of the Mantis where we have the triggerscope device named asTS1_DAC
instead ofTS_DAC
our current string parsing fails.Check the following:
main_widget.py and Calibration.py will need to have some edits to recognize the triggerscope name.
The text was updated successfully, but these errors were encountered: