sandialabs / pyscan

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

Reconsider ranges property, might split into 3 separate properties rather than setting all 3 at once. #176

Closed rsbrost closed 1 month ago

rsbrost commented 1 month ago

This seems worth simplifying in the one instance it is used (bkprecision9130b.py)

rsbrost commented 1 month ago

Changed to remove ranges properties to be replaced with 3 separate range properties in the rare instances they existed. I did this a while ago.