Skip to content

NREL/PyPSSE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI - Version PyPI - Python Version

Welcome to the PyPSSE Repository

A python wrapper around psspy (python API for PSSE simulator) to perform

  • Time series power flow and dynamic simulation for power system fault
  • Time series profile management
  • Co-simulation using HELICS
  • Co-optimization / co-design using OpenMDAO
  • PyPSSE server implementation

Running tests

Running tests requires PSSE installed on your machine. To run tests, go to the package root directory. Make sure you have the pytests and pytest-xdist installed (can be installed using pip). execute the following commands to run tests.

  • pytest tests -n 20

Contact Information

For usage guidance, please see PyPSSE documentation