Welcome to the Sienna Training Repository! This repository offers a comprehensive set of training exercises to help you become proficient in using Sienna for grid modeling.
Getting Started
Before you delve into these exercises, we highly recommend exploring the tutorials available in the PowerSystems.jl and PowerSimulations.jl documentation. These tutorials provide valuable insights into the core concepts and functionalities of Sienna.
Software Requirement These Training scripts require Julia version 1.8.x and above and PowerSystems.jl at 3.x or higher and PowerSimulations at 0.23.x or higher. Before running any of the training scripts, to setup the julia env you will have to run the following commands.
using Pkg
Pkg.activate(".")
Pkg.instantiate()