pypowsybl.network.Network.get_3_windings_transformers#

Network.get_3_windings_transformers(all_attributes=False, attributes=None, **kwargs)[source]#

Get a dataframe of 3 windings transformers.

Parameters:
  • all_attributes (bool) – flag for including all attributes in the dataframe, default is false

  • attributes (Optional[List[str]]) – 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 (Union[_SupportsArray[dtype[Any]], _NestedSequence[_SupportsArray[dtype[Any]]], bool, int, float, complex, str, bytes, _NestedSequence[Union[bool, int, float, complex, str, bytes]]]) – the data to be selected, as named arguments.

Returns:

A dataframe of 3 windings transformers.

Return type:

DataFrame