modypy / modypy

A framework for hierarchical modelling, simulation and analysis of dynamic systems
https://modypy.org
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

Introduce "Time" signal #44

Closed ralfgerlich closed 2 years ago

ralfgerlich commented 2 years ago

Currently, the only way to access the time in a result set is via the time property, which requires to handle time in a specific manner.

By introducing a simple wrapper signal - aptly named time - we could introduce time as a first-class signal, which would allow us to use all the other features of signals - including those which we intend to introduce - to time as well.