bslMS / BusinessSimulation

Dynamic modeling for business, economics, and ecology using the system dynamics approach
https://bsl-support.de/BusinessSimulation/BusinessSimulation
European Union Public License 1.2
20 stars 6 forks source link

StockInfoOutput connectors should have the selected OutputType for a stock #4

Closed gwr69 closed 1 year ago

gwr69 commented 2 years ago

Currently OutputType is used in many elementary classes to allow for cumstom units. Unfortunately, this is not carried over to StockInfoOutput connectors for a stock so that showing custom units in models using CausalLoop classes is made easier.

Currently to have this convenience a user should modelOutput connectors as in Examples.HealTheWorld which do allow to show displayUnit for a chosen unit.

gwr69 commented 1 year ago

Output type selection now added to classes in CausalLoop package.