FraunhIEE-UniKassel-PowSysStability / powfacpy

MIT License
6 stars 1 forks source link

Feature database interface #31

Closed Sciemon closed 1 year ago

Sciemon commented 1 year ago

The database interface is helpful to interact with larger numbers of PF objects in the database (getting, setting, storing or comparing attributes). One use case is for example to define a set of standard parameters for a larger model. Using the interface, one can easily get, store (e.g. in a json file) and later reset a set of parameters.

@bertrtam00 you may start with this pull request