MicrogridMode#

class relsad.network.components.MicrogridMode(value)[source]#

Microgrid mode

SURVIVAL#

The microgrid is in survival mode, it disconnects from the parent power network for the entire failure duration

Type

int

FULL_SUPPORT#

The microgrid is in full support mode, it disconnects from the parent power network only during sectioning time. When connected to the parent power network, the microgrid provides all the support it has available.

Type

int

LIMITED_SUPPORT#

The microgrid is in limited support mode, it disconnects from the parent power network only during sectioning time. When connected to the parent power network, the microgrid provides only surplus support.

Type

int

MicrogridMode.SURVIVAL

MicrogridMode.FULL_SUPPORT

MicrogridMode.LIMITED_SUPPORT