Learning power system analysis

Power system analysis is a very important topic in electrical engineering. This project is a collection of my notes and code.

Introduction

In modern energy system, new technologies are emerging and the power system is becoming more and more complex. From power generation to the end usage, the power system is huge network with many components. As renewable energy and distributed energy resources are integrated into the power system, the power system is facing new challenges of stability, reliability, and efficiency.

To solve these problems and better unstand the modern power system, power system analysis is very important. In this project, I will learn power system analysis and share my notes and code.

Repository

The code is hosted on the github repository learning-psa with follow structure:

  • iso: Califorlia Indepedent System Operator (CAISO) data interaction script
  • pyiso: Python package for querying CAISO data using package pycaiso
  • TBD.