pypowsybl.network.Network.get_boundary_lines_generation¶
- Network.get_boundary_lines_generation(all_attributes=False, attributes=None, **kwargs)[source]¶
Get a dataframe of boundary lines generation part.
- Parameters:
all_attributes (bool) – flag for including all attributes in the dataframe, default is false
attributes (List[str] | None) – attributes to include in the dataframe. The 2 parameters are mutually exclusive. If no parameter is specified, the dataframe will include the default attributes.
kwargs (Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | complex | bytes | str | _NestedSequence[complex | bytes | str]) – the data to be selected, as named arguments.
- Returns:
A dataframe of boundary lines generation part.
- Return type:
DataFrame
Notes
The resulting dataframe, depending on the parameters, will include the following columns:
min_p: Minimum active power output of the boundary line’s generation part
max_p: Maximum active power output of the boundary line’s generation part
target_p: Active power target of the generation part
target_q: Reactive power target of the generation part
target_v: Voltage target of the generation part
voltage_regulator_on:
Trueif the generation part regulates voltage
This dataframe is indexed by the id of the boundary lines.