edisgo.flex_opt.exceptions

Module Contents

exception edisgo.flex_opt.exceptions.Error[source]

Bases: Exception

digraph inheritance1d67644a2e { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "Error" [URL="#edisgo.flex_opt.exceptions.Error",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Base class for exceptions in this module."]; }

Base class for exceptions in this module.

exception edisgo.flex_opt.exceptions.MaximumIterationError(message)[source]

Bases: Error

digraph inheritance384bdc9a55 { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "Error" [URL="#edisgo.flex_opt.exceptions.Error",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Base class for exceptions in this module."]; "MaximumIterationError" [URL="#edisgo.flex_opt.exceptions.MaximumIterationError",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Exception raised when maximum number of iterations in network reinforcement"]; "Error" -> "MaximumIterationError" [arrowsize=0.5,style="setlinewidth(0.5)"]; }

Exception raised when maximum number of iterations in network reinforcement is exceeded.

message

Explanation of the error

Type:

str

exception edisgo.flex_opt.exceptions.ImpossibleVoltageReduction(message)[source]

Bases: Error

digraph inheritance3112c1e6ce { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "Error" [URL="#edisgo.flex_opt.exceptions.Error",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Base class for exceptions in this module."]; "ImpossibleVoltageReduction" [URL="#edisgo.flex_opt.exceptions.ImpossibleVoltageReduction",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Exception raised when voltage issue cannot be solved."]; "Error" -> "ImpossibleVoltageReduction" [arrowsize=0.5,style="setlinewidth(0.5)"]; }

Exception raised when voltage issue cannot be solved.

message

Explanation of the error

Type:

str

exception edisgo.flex_opt.exceptions.InfeasibleModelError(message)[source]

Bases: Error

digraph inheritance6fbb9490f0 { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "Error" [URL="#edisgo.flex_opt.exceptions.Error",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Base class for exceptions in this module."]; "InfeasibleModelError" [URL="#edisgo.flex_opt.exceptions.InfeasibleModelError",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Exception raised when OPF can not be solved."]; "Error" -> "InfeasibleModelError" [arrowsize=0.5,style="setlinewidth(0.5)"]; }

Exception raised when OPF can not be solved.

message

Explanation of the error

Type:

str