Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.12 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.12 KB

PowerSystemCaseBuilder.jl

Main - CI codecov PowerSystemCaseBuilder.jl Downloads

Show all systems for all categories.

using PowerSystemCaseBuilder

show_systems()

Show all categories.

using PowerSystemCaseBuilder

show_categories()

Show all systems for one category.

using PowerSystemCaseBuilder

show_systems(PSISystems)

Build a system

sys = build_system(PSISystems, "5_bus_hydro_ed_sys")