Skip to content

3.1.0

Compare
Choose a tag to compare
@ZLLentz ZLLentz released this 25 Jun 23:37
· 43 commits to master since this release
bf11aa2

This release adds the read/write state callbacks to psp.Pv, with sensible defaults that keep pv.read_access and pv.write_access booleans updated. These are each set to True if we have the respective access to the PV, and False otherwise. You can use pv.add_rwaccess_callback to add a callback to be run when the read/write access of the PV changes.

Thank you @mattgibbs for contributing this feature, now both in the pyca and psp layers