Static and Transient Electric Power System Simulator
STEPSS is a graphical user interface (GUI) application for the RAMSES power system simulator, providing an intuitive interface for power system analysis and simulation.
STEPSS (Static and Transient Electric Power System Simulator) is a Java-based GUI application that interfaces with the RAMSES simulation engine. It provides a user-friendly environment for performing static and transient analysis of electric power systems.
- Graphical user interface for power system simulation
- Integration with RAMSES simulation engine
- Support for loading and analyzing power system data files
- Visualization and analysis tools
- Cross-platform support (Java-based)
- Java Runtime Environment (JRE) 64-bit
- RAMSES simulation engine
-
Clone the repository:
git clone https://github.com/SPS-L/STEPSS.git cd STEPSS -
Build the project using the provided build system (Ant/NetBeans project structure):
ant build
-
The compiled JAR file will be available in the
distfolder asstepss.jar.
To run the application from the command line:
java -jar dist/stepss.jarOr from the dist folder:
cd dist
java -jar stepss.jar- Launch the STEPSS application
- Load a power system data file using the "Load File" option
- Configure simulation parameters as needed
- Run the simulation
- Analyze and visualize the results
For detailed usage instructions and documentation, please visit the STEPSS website.
Current version: 3.40
- Petros Aristidou
- Thierry Van Cutsem
This project is licensed under the Apache License 2.0. See the LICENSE file for details.
Contributions are welcome! Please feel free to submit issues or pull requests.
For support, questions, or inquiries, please contact:
- Email: info@sps-lab.org
- Website: https://sps-lab.org
- STEPSS Website: https://stepss.sps-lab.org/
Last edited: 2026-01-13