SPF-OST / pytrnsys_gui

Graphical user interface for pytrnsys
https://pytrnsys.readthedocs.io
GNU Lesser General Public License v3.0
3 stars 4 forks source link

Automatic pump power names are too long #301

Open jschmidl opened 2 years ago

jschmidl commented 2 years ago

the automatically generated pump power names are too long, sometimes...

e.g. PPiPuCirc_TeeCirc2_kW

zuckerruebe commented 1 year ago

In TRNSYS 18 variable names can be 40 characters long, so if we decide to drop support for TRNSYS 17 (see https://github.com/SPF-OST/pytrnsys_gui/issues/332) this shouldn't be a problem any more.

Also, as of now the above name would have been PPuCirc_TeeCirc2_kW, already two characters shorter...