kdavies4 / ModelicaRes

Set up, analyze, and plot Modelica simulations in Python
http://kdavies4.github.io/ModelicaRes/
Other
51 stars 20 forks source link

Add unit conversion #16

Open kdavies4 opened 10 years ago

kdavies4 commented 10 years ago

Use the displayUnit by default but allow custom override in SimRes.get_values(), SimRes.get_IV(), etc.

Ideas for implementation:

kdavies4 commented 10 years ago

Convert methods like min, max, mean, FV, value, and IV to properties. Remove the f argument to methods where no longer needed.

kdavies4 commented 10 years ago

Unit conversion will be based on natu module (to be published soon).