Advanced Programming Guide#

This section describes advanced programming topics.

These topics apply only to Open LoadFlow in Java. In particular, this section does not apply to PyPowSyBl.

PowSyBl at large is build with a modular architecture. PowSyBl Open LoadFlow is no different and implements the same principles.

Via this modular design some PowSyBl Open LoadFlow features can be modified or enhanced using plug-ins, without requiring to build a customized/forked version of PowSyBl Open LoadFlow.

This section details PowSyBl Open LoadFlow plug-in capabilities and how to use them.