Variable power at each timestep #1989
-
I am trying to use PyBaMM to create a digital twin. In doing so, I need to update the model at each minute time increment and get state of charge, voltage, state of health etc. I tried to do so using the step function, however it seems that the
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You need to do |
Beta Was this translation helpful? Give feedback.
You need to do
param["Current function [A]"] = "[input]"
before you doparam.process_model
. Then the rest of your script should work