Can the time scale output interval be smaller? #2937
Answered
by
brosaplanella
RobinBluehub
asked this question in
Q&A
-
If the experiment is defined, I found that the interval of pybamm's time output value ("Time[s]") is fixed at 60s. Is there a way to change this interval to 1s or 10s? |
Beta Was this translation helpful? Give feedback.
Answered by
brosaplanella
May 9, 2023
Replies: 1 comment 1 reply
-
You can do that defining a period in the experiment, either as an argument when you call the Experiment class or adding the period of each step in brackets (see this example). |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
RobinBluehub
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can do that defining a period in the experiment, either as an argument when you call the Experiment class or adding the period of each step in brackets (see this example).