sandialabs / pyscan

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

driver class is not saved in metadata #171

Open mplilly4395 opened 4 months ago

mplilly4395 commented 4 months ago

The driver class is not saved in the experiment metadata. ps.recursive_to_dict() gathers all of the properties and other attributes, but it does not save any information about the parent class for the object. It would be useful to be able to access what instrument make/model the logical device was connected to.