Skip to content

Commit

Permalink
Merge pull request #615 from PowerGridModel/feature/auto-tap-example
Browse files Browse the repository at this point in the history
[Feature] add automatic tap adjustment to the transformer notebook
  • Loading branch information
mgovers authored Jun 3, 2024
2 parents 1af3016 + 529a625 commit 5273ca4
Show file tree
Hide file tree
Showing 3 changed files with 1,082 additions and 27 deletions.
10 changes: 10 additions & 0 deletions docs/examples/Power Flow Example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1190,6 +1190,16 @@
"print(\"Node data with only valid results\")\n",
"print(output_data[\"node\"][\"u_pu\"][e.succeeded_scenarios])"
]
},
{
"cell_type": "markdown",
"id": "176c8d72",
"metadata": {},
"source": [
"## Power flow calculations with automatic tap changing\n",
"\n",
"For power flow calculations with automatic tap changing, please refer to the [Transformer example notebook](./Transformer%20Example.ipynb)."
]
}
],
"metadata": {
Expand Down
Loading

0 comments on commit 5273ca4

Please sign in to comment.