jckantor / TCLab

Software support for the Temperature Control Laboratory.
Apache License 2.0
13 stars 22 forks source link

Consistent support for time throughout the package #74

Closed jckantor closed 6 years ago

jckantor commented 6 years ago

We need a method to determine time that can be used by all modules in the package, and which can be configured in setup.

One way might be to have TCLab.time() and TCLabModel.time() that can be initialized through the class init with a factor speedup. Conceptually this would be the experiment telling us what time it is. The default would be an initial time of zero and speedup=1.

alchemyst commented 6 years ago

I think we can close this one, right?