stlehmann / pyads

Python wrapper for TwinCAT ADS
MIT License
254 stars 94 forks source link

Feature: read/write by list for AdsSymbol #266

Open RobertoRoos opened 2 years ago

RobertoRoos commented 2 years ago

I could use functions to read/write to/from a list of symbols (i.e. update multiple symbols with a single request to save some overhead). Pretty much read_list_by_name but for Symbol instances instead.

I'll try to whip up a pull request later this week.