Network controller classΒΆ

The NetworkController class serves as the base controller, managing lists of controllable assets. The update_setpoints method retrieves controller settings for a specific time step.

To create a custom controller, implement a new class with your desired logic and inherit from the NetworkControllerAbstract class.

In the current implementation of the controller the priority of the sources is set based on the marginal costs.