SPF-OST / pytrnsys

Package that provides functionality to run and process, plot and report TRNSYS simulations
https://pytrnsys.readthedocs.io
GNU General Public License v3.0
11 stars 8 forks source link

Extend the "ddck as" functionality #173

Open ahobeost opened 8 months ago

ahobeost commented 8 months ago

As a user, it would be nice to provide a list of names for a given template. Currently, each usage of the template needs to be declared separately.

template as sink1
template as sink2
template as sink3
template as sink4
template as sink5
...

Instead, one could e.g. do this:

template as [sink1, sink2, sink3, sink4, sink5]
or
template as sink1, sink2, sink3, sink4, sink5