Hi everyone,
is there a method to extract a timestamp for each step of the pybamm.experiment, once the sim has finished running , i.e. I would like to extract the start and end time of a specific step in a cycle?
e.g. cycles = solution.cycles [0].step[3]
(This would be a charge step at 1C CC until 4.2V - and the output would be a timestamp or index of the solution)?
I have been post processing the data to filter for this data - but it is rather cumbersome…
Experimental cyclers sometimes have the step and cycle number on a channel output - so I was hoping for the same in PyBaMM .
Thanks in advance for the help and respect to all PyBaMM developers and their continued efforts.