-
Notifications
You must be signed in to change notification settings - Fork 19
Home
Changgang Li edited this page Feb 5, 2021
·
20 revisions
Welcome to the STEPS wiki! I will post usage of STEPS in the wiki step by step. Hope it can serve as temporary documentation before the real documentation is available.
- How to build STEPS kernel
- How to install stepspy in Python
- How to prepare configuration file
-
Brief Introduction to APIs in stepspy
From now on, if you find something likesimulator.xxxxx
, it is assumed that thesimulator
is a STEPS simulator created with the following codes:
from stepspy import STEPS
simulator = STEPS()
Cite STEPS via: Changgang Li, Yue Wu, Hengxu Zhang, Hua Ye, Yutian Liu and Yilu Liu, "STEPS: A Portable Numerical Simulation Toolkit for Electrical Power System Dynamic Studies," in IEEE Transactions on Power Systems, doi: 10.1109/TPWRS.2020.3045102.