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 (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 3 windings transformers.
- Return type:
DataFrame
Notes
The resulting dataframe, depending on the parameters, will include the following columns:
rated_u0: the rated voltage of the transformer at middle point od the star model (in kV)
fictitious (optional):
Trueif the transformer is part of the model and not of the actual networkr1: the leg 1 resistance of the transformer (in Ohm)
x1: the leg 1 reactance of the transformer (in Ohm)
b1: the leg 1 susceptance of transformer (in Siemens)
g1: the leg 1 conductance of transformer (in Siemens)
rated_u1: the leg 1 rated voltage of the transformer (in kV)
rated_s1: the leg 1 rated apparent power of the transformer (in MVA)
ratio_tap_position1: the leg 1 ratio tap changer current position
phase_tap_position1: the leg 1 phase tap changer current position
p1: the leg 1 active power flow on the transformer,
NaNif no loadflow has been computed (in MW)q1: the leg 1 reactive power flow on the transformer,
NaNif no loadflow has been computed (in MVAr)i1: the leg 1 current on the transformer,
NaNif no loadflow has been computed (in A)voltage_level1_id: the voltage level where the leg 1 of the transformer is connected
bus1_id: the bus where the leg 1 of the transformer is connected
bus_breaker_bus1_id (optional): the bus of the bus-breaker view where leg 1 of the transformer is connected
node1 (optional): the node where the leg 1 transformer is connected (only in node-breaker voltage levels)
connected1:
Trueif the leg 1 of the transformer is connected to a busselected_limits_group_1 (optional): the name of the selected operational limits group selected for the leg 1 of the transformer
rho1 (optional): the leg 1 voltage ratio of the transformer at current tap position
alpha1 (optional): the leg 1 phase shift of the transformer at current tap position (in degree)
r1_at_current_tap (optional): the leg 1 resistance of the transformer at current tap position (in Ohm)
x1_at_current_tap (optional): the leg 1 reactance of the transformer at current tap position (in Ohm)
g1_at_current_tap (optional): the leg 1 susceptance of the transformer at current tap position (in Ohm)
b1_at_current_tap (optional): the leg 1 conductance of the transformer at current tap position (in Ohm)
r2: the leg 2 resistance of the transformer (in Ohm)
x2: the leg 2 reactance of the transformer (in Ohm)
b2: the leg 2 susceptance of transformer (in Siemens)
g2: the leg 2 conductance of transformer (in Siemens)
rated_u2: the leg 2 rated voltage of the transformer (in kV)
rated_s2: the leg 2 rated apparent power of the transformer (in MVA)
ratio_tap_position2: the leg 2 ratio tap changer current position
phase_tap_position2: the leg 2 phase tap changer current position
p2: the leg 2 active power flow on the transformer,
NaNif no loadflow has been computed (in MW)q2: the leg 2 reactive power flow on the transformer,
NaNif no loadflow has been computed (in MVAr)i2: the leg 2 current on the transformer,
NaNif no loadflow has been computed (in A)voltage_level2_id: the voltage level where the leg 2 of the transformer is connected
bus2_id: the bus where the leg 2 of the transformer is connected
bus_breaker_bus2_id (optional): the bus of the bus-breaker view where leg 2 of the transformer is connected
node2 (optional): the node where the leg 2 transformer is connected (only in node-breaker voltage levels)
connected2:
Trueif the leg 2 of the transformer is connected to a busselected_limits_group_2 (optional): the name of the selected operational limits group selected for the leg 2 of the transformer
rho2 (optional): the leg 2 voltage ratio of the transformer at current tap position
alpha2 (optional): the leg 2 phase shift of the transformer at current tap position (in degree)
r2_at_current_tap (optional): the leg 2 resistance of the transformer at current tap position (in Ohm)
x2_at_current_tap (optional): the leg 2 reactance of the transformer at current tap position (in Ohm)
g2_at_current_tap (optional): the leg 2 susceptance of the transformer at current tap position (in Ohm)
b2_at_current_tap (optional): the leg 2 conductance of the transformer at current tap position (in Ohm)
r3: the leg 3 resistance of the transformer (in Ohm)
x3: the leg 3 reactance of the transformer (in Ohm)
b3: the leg 3 susceptance of transformer (in Siemens)
g3: the leg 3 conductance of transformer (in Siemens)
rated_u3: the leg 3 rated voltage of the transformer (in kV)
rated_s3: the leg 3 rated apparent power of the transformer (in MVA)
ratio_tap_position3: the leg 3 ratio tap changer current position
phase_tap_position3: the leg 3 phase tap changer current position
p3: the leg 3 active power flow on the transformer,
NaNif no loadflow has been computed (in MW)q3: the leg 3 reactive power flow on the transformer,
NaNif no loadflow has been computed (in MVAr)i3: the leg 3 current on the transformer,
NaNif no loadflow has been computed (in A)voltage_level3_id: the voltage level where the leg 3 of the transformer is connected
bus3_id: the bus where the leg 3 of the transformer is connected
bus_breaker_bus3_id (optional): the bus of the bus-breaker view where leg 3 of the transformer is connected
node3 (optional): the node where the leg 3 transformer is connected (only in node-breaker voltage levels)
connected3:
Trueif the leg 3 of the transformer is connected to a busselected_limits_group_3 (optional): the name of the selected operational limits group selected for the leg 3 of the transformer
rho3 (optional): the leg 3 voltage ratio of the transformer at current tap position
alpha3 (optional): the leg 3 phase shift of the transformer at current tap position (in degree)
r3_at_current_tap (optional): the leg 3 resistance of the transformer at current tap position (in Ohm)
x3_at_current_tap (optional): the leg 3 reactance of the transformer at current tap position (in Ohm)
g3_at_current_tap (optional): the leg 3 susceptance of the transformer at current tap position (in Ohm)
b3_at_current_tap (optional): the leg 3 conductance of the transformer at current tap position (in Ohm)
This dataframe is indexed by the id of the three windings transformers