Skip to main content

Core Model

info

Full API documentation is coming soon. Below is an outline of the core data model.

Planned Content

  • IRNetwork — the central network container
    • buses — DataFrame of bus data
    • lines — DataFrame of line/branch data
    • generators — DataFrame of generator data
    • loads — DataFrame of load data
    • shunts — DataFrame of shunt data
  • LoadFlowResult — results from a power flow solve
  • OPFResult — results from optimal power flow
  • ComparisonResult — cross-solver comparison results