Skip to content

Commit

Permalink
Fix time in ramping example
Browse files Browse the repository at this point in the history
  • Loading branch information
c-randall committed Dec 26, 2024
1 parent 802af18 commit ae66d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/examples/ramping.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"dynamic_load = thev.loadfns.Ramp2Constant(20*75/1e-3, 20*75)\n",
"\n",
"expr = thev.Experiment()\n",
"expr.add_step('current_A', dynamic_load, (360., 0.5), limits=('voltage_V', 3.))\n",
"expr.add_step('current_A', dynamic_load, (180., 0.5), limits=('voltage_V', 3.))\n",
"\n",
"soln = model.run(expr)\n",
"soln.plot('time_s', 'current_A')\n",
Expand Down

0 comments on commit ae66d1a

Please sign in to comment.