DiamondLightSource / tickit

Event-based hardware simulation framework
Apache License 2.0
6 stars 0 forks source link

Add helper methods to epics adapter for easily PV building #199

Open callumforrester opened 11 months ago

callumforrester commented 11 months ago

Add helper methods to epics adapter such as float_ro and float_rbv which build sets of PVs linked to getters and setters on devices. Reduces boilerplate as well as the user's need to understand the softioc library.