sandialabs / pyscan

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

feat: add read-only driver property to add_driver_property #156

Closed mplilly4395 closed 1 month ago

mplilly4395 commented 1 month ago

Add ability to have read-only properties in drivers by not including the keyword "write_string" in the settings dictionary for add_device_properties(). I do not see a need for write-only properties, so this PR will close #130.

mplilly4395 commented 1 month ago

changes: read_only assert that a query_string or write_string exists