How do I configure and run a dynamic simulation via scripting?

Category:
Scripting
Answer

The attached zip file includes a small project having a Python command predefined, which must be linked to the Python script included.

The script will do the following tasks:
- Prepare the initial conditions and simulation commands
- Enable short circuits on Line 02 - 03
- Add a short circuit event on Line 02 - 03 and the corresponding fault clearing event
- Set recorded variables
- Run the initial conditions and simulation
- Create Plots

Back