charge
#3295
Replies: 1 comment
-
This is a very basic question on how to use experiments. Please check the documentation first, the experiment notebook will probably answer your questions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
experiment = pybamm.Experiment([
("Discharge at 0.1C until 2.5V",
"Rest for 1 hour",
"Charge at 0.1C until 4.2V",
"Hold at 4.2V until C/50")
] * 2000,
termination="80% capacity")
Is this code a battery charging cycle, starting with discharging with CC and continuing with charging with CCCV? @tinosulzer
Beta Was this translation helpful? Give feedback.
All reactions