sandialabs / pyscan

Scientific Measurement Toolbox
https://pyscan.readthedocs.io/en/latest/
MIT License
4 stars 3 forks source link

Develop automatic instrument identification for capturing and accessing local devices based on their queried id codes. #107

Closed rsbrost closed 1 month ago

rsbrost commented 2 months ago

This is sort of being accomplished, but is not built into drivers init. Do we want to do this to make drivers easier to set up with built in resource manager? Is the naming convention for returned resources standardized to where we could always capture target instruments using the demo nb methodology?

rsbrost commented 1 month ago

Developed a solution "get_resources" that can list all resources as well as return target resources easily to improve user experience and augment usability. This is what it looks like:

Image