GridWorkbench
  • Tutorial
  • Examples
  • GWB Documentation
  • Making Changes to GWB Documentation
GridWorkbench
  • Welcome to GridWorkbench’s documentation!
  • View page source

Welcome to GridWorkbench’s documentation!

GridWorkbench, (GWB), is a Python-based data structure that holds an electric grid model. It contains functionality to import and export data from PowerWorld Simulator using Easy Sim Auto.

The github page for GWB Documentation can be found here: GWB Github Page

Contents

  • Tutorial
    • Installation
    • Creating a GWB Object & Reading in a PowerWorld Case
    • Container Objects
    • Determining Attributes of Objects
    • Region Objects
    • Area Objects
    • Substation Objects
    • Bus Objects
    • Generator Objects
    • Load Objects
    • Shunt Objects
    • Branch Objects
    • Using Easy Sim Auto (ESA) in GWB
    • Using GWB Without SimAuto or ESA - Using aux Files
  • Examples
    • Solve Power Flow Example
  • GWB Documentation
    • The GWB Object
      • wb.open_pwb()
      • wb.pwb_read_all()
      • wb.pwb_write_all()
      • wb.esa.SaveCase()
      • wb.close_pwb()
    • Region Objects
    • Area Objects
    • Substation Objects
    • Bus Objects
    • Generator Objects
    • Load Objects
    • Shunt Objects
    • Branch Objects
  • Making Changes to GWB Documentation
    • Setting Up Sphinx
    • Preparing Local Computer for File Editing
    • Making Changes to Files
    • Rebuilding the Project
    • Sending Changes To Github

Indices and tables

  • Index

  • Module Index

  • Search Page

Next

© Copyright 2023, Joshua Xia.

Built with Sphinx using a theme provided by Read the Docs.