ulfsri / pyOMRON

Python API for acquisition and control of OMRON G3PW Power Controller
https://ulfsri.github.io/pyOMRON/
MIT License
0 stars 0 forks source link

Add convenience functions #81

Open GraysonBellamy opened 5 months ago

GraysonBellamy commented 5 months ago

🚀 Feature Request

Add a couple functions for commonly used settings. For instance, changing the setpoint, setting output limits, etc. should call the set() or get() function with appropriate input.

🔈 Motivation

Makes it easier and more clear to perform common operations.

🛰 Alternatives

📎 Additional context

GraysonBellamy commented 4 months ago

Added convenience functions to set the Communication Main Setting 1 called heat()

GraysonBellamy commented 4 months ago

Added convenience funciton to get Communications Main Settings 1 through 8 called monitors()