forked from e2nIEE/pandapower
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of gitbox:pandapower into develop
- Loading branch information
Showing
29 changed files
with
701 additions
and
534 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
==================== | ||
Power System Test Cases | ||
==================== | ||
|
||
.. note:: | ||
|
||
All Power System Test Cases were converted from `PYPOWER <https:/pypi.python.org/pypi/PYPOWER>`_ or `MATPOWER <http://www.pserc.cornell.edu/matpower/>`_ case files. | ||
|
||
|
||
Case 4gs | ||
------------ | ||
|
||
.. autofunction:: pandapower.networks.case4gs | ||
|
||
--------------------------- | ||
|
||
Case 6ww | ||
-------------- | ||
|
||
.. autofunction:: pandapower.networks.case6ww | ||
|
||
--------------------------- | ||
|
||
Case 9 | ||
-------- | ||
|
||
.. autofunction:: pandapower.networks.case9 | ||
|
||
|
||
--------------------------- | ||
|
||
Case 14 | ||
--------- | ||
|
||
.. autofunction:: pandapower.networks.case14 | ||
|
||
--------------------------- | ||
|
||
Case 24_ieee_rts | ||
|
||
--------------------------- | ||
|
||
.. autofunction:: pandapower.networks.case24_ieee_rts | ||
|
||
--------------------------- | ||
|
||
Case 30 | ||
-------- | ||
|
||
.. autofunction:: pandapower.networks.case30 | ||
|
||
--------------------------- | ||
|
||
Case 33bw | ||
--------- | ||
|
||
.. autofunction:: pandapower.networks.case33bw | ||
|
||
Case 39 | ||
--------- | ||
|
||
.. autofunction:: pandapower.networks.case39 | ||
|
||
--------------------------- | ||
|
||
Case 57 | ||
--------- | ||
|
||
.. autofunction:: pandapower.networks.case57 | ||
|
||
--------------------------- | ||
|
||
Case 118 | ||
------------------------------------ | ||
|
||
.. autofunction:: pandapower.networks.case118 | ||
|
||
Case 300 | ||
------------------------------------ | ||
|
||
.. autofunction:: pandapower.networks.case300 | ||
|
||
Case 1354pegase | ||
------------------------------------ | ||
|
||
.. autofunction:: pandapower.networks.case1354pegase | ||
|
||
Case 2869pegase | ||
------------------------------------ | ||
|
||
.. autofunction:: pandapower.networks.case2869pegase | ||
|
||
Case 9241pegase | ||
------------------------------------ | ||
|
||
.. autofunction:: pandapower.networks.case9241pegase | ||
|
||
Case GB network | ||
------------------------------------ | ||
|
||
.. autofunction:: pandapower.networks.GBnetwork | ||
|
||
Case GB reduced network | ||
------------------------------------ | ||
|
||
.. autofunction:: pandapower.networks.GBreducednetwork | ||
|
||
Case iceland | ||
------------------------------------ | ||
|
||
.. autofunction:: pandapower.networks.iceland |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.