-
Notifications
You must be signed in to change notification settings - Fork 1
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
USB description and serial_number for ihr320 #2
Comments
The serial is probably the best way to determine the proper spectrometer is associated with that daemon, as cables can be crossed, and we can have multiple spectrometers hooked to the same instrument. I am in favor of retaining that one. Description is just a label related to it, so it isn't so necessary |
https://gitlab.com/yaq/yaqd-horiba/-/issues/8 This was migrated from over here, but missing my replies:
|
At present, we do not actually have a way to specify which horiba mono you wish to talk to if there are multiple monos in a single system... That is not to say it can't be made to, just wasn't a requirement at initial implementation time. The serial is there as info because we make it available as a standard. I am personally all for implementing mechanisms of looking up hardware by serial number as an alternative to providing more transient identifiers like com ports. I would not want to do it at the expense of reading via com port/other identifiers but as an option to better specify a particular piece of hardware in a more stable system, I think it is a fine addition. See https://github.com/yaq-project/yaqd-seabreeze/blob/9536b432012837d1c05ba11b94fd1a126d73b1ba/yaqd_seabreeze/_seabreeze.py#L14 for one such example of lookup by serial number if given |
pg4code
The text was updated successfully, but these errors were encountered: