Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 691 Bytes

controller_classes.rst

File metadata and controls

25 lines (18 loc) · 691 Bytes

Controller

Basic Controller

In the following the basic class Controller of pandapower is listed, which should serve as a platform for user-defined control implementations.

pandapower.control.basic_controller.Controller

ConstControl

As already mentioned at the beginning of the chapter "Controller Simulation", the ConstControl controller is intended for use in time series simulation. This is used to read the data from a DataSource and write it to a network.