pypowsybl.loadflow.ComponentResult#

class ComponentResult(res)[source]#

Loadflow result for one connected component of the network.

Parameters:

res (pypowsybl._pypowsybl.LoadFlowComponentResult) –

property status: pypowsybl._pypowsybl.LoadFlowComponentStatus#

Status of the loadflow for this component.

property connected_component_num: int#

Number of the connected component.

property synchronous_component_num: int#

Number of the synchronous component.

property iteration_count: int#

The number of iterations performed by the loadflow.

property slack_bus_id: str#

ID of the slack bus used for this component.

property slack_bus_active_power_mismatch: float#

Remaining active power slack at the end of the loadflow

property distributed_active_power: float#

Active power distributed from slack bus to other buses during the loadflow