This contains example models and python code to run dynamic simulations of the PSSe example case "SAVNW" using the python API. The SAVNW system is an example system provided in the EXAMPLE folder of the PSSe software.
The mainSim_2021_Demo.py is the main code file to run the simulation. The example models are located in the Demo_Models folder, the generated outputs are saved in the Outputs folder.
Silence.py is a loaded function to the main code that prevents the PSSe outputs from writing to the python code line. The silence code is not necessary, but it makes the simulations run faster. There are built-in warning and error checkers in the main code to catch concerning outputs which are not outputted to the python command line due to this function.
Additional PSSe guidance is provided in this google doc: https://docs.google.com/document/d/1jOT8-WjJblGKPXysnrGmyFUnXq0tArDaeiwqRGnHxcw/edit?usp=sharing
All PSSe documentation generated by Siemen's is located in the DOCS folder of the PSSe software. It is also provided here for convenience.