PyFixate / Fixate

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

discover.py - simplified control flow, added pubsub message for broad… #123

Closed daniel-montanari closed 4 years ago

daniel-montanari commented 4 years ago

Basic idea implemented with the dmm drivers. On loading a driver log the .serial property to the csv. I haven't given too much thought yet to whether this should be protected, or whether it should just be a method instead. I think a property makes sense though as the serial number shouldn't change once the instrument has been instantiated.

Remaining drivers still need a .serial property added to them so open_visa_instrument in discover.py can use them.