PyFixate / Fixate

Framework for hardware test fixtures and automatic test environments
MIT License
22 stars 16 forks source link

Update driver imports #152

Closed John2202W closed 2 years ago

John2202W commented 2 years ago

Update the driver imports to try opening all matching visa instruments until one is successfully connected.

Fixes current issue where it only attempts to open the first instrument of the desired type in the local_config.

NOTE: only applied to the dmm for now. Would end up removing find_instrument_by_id from the config/init.

John2202W commented 2 years ago

@clint-lawrence thoughts?

John2202W commented 2 years ago

Decision was to not implement this. Closing PR.