Can we run experiments on a particular model with providing CSV file #3000
alihassan90
started this conversation in
General
Replies: 1 comment 2 replies
-
Question 1: you cannot directly read experiments from csv, but you can use pandas to read the csv file and then process it manually to convert it to the right format. Question 2: I don't think I understand your question. What do you exactly mean by closed loop? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In one of the notebooks in "getting started" section on the PyBamm website the experiments is written like this:
("Discharge at C/10 for 10 hours or until 3.3 V",
"Rest for 1 hour",
"Charge at 1 A until 4.1 V",
"Hold at 4.1 V until 50 mA",
"Rest for 1 hour"),
Question 1:
Is there a way I can give my model and experiment values through a CSV or Excel file? or does it have to be in the same format (wordings only).
Question 2:
Can I use PyBAMm in a closed loop, i.e. generate an experiment (different current/voltage values) for different cycles and feed to PyBAMm and see how the battery model degrades?
Beta Was this translation helpful? Give feedback.
All reactions