You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature you want. What problem does it solve?
Currently, when defining a transformer parameter, a "high voltage" and a "low voltage" are defined. When using this parameter in a Transformer, the high voltage side is attached to the bus1 and the low voltage side to the bus2. It should be possible to choose the other orientation in order to increase the voltage in a network.
Describe alternatives you've considered
Another parameter should be added to the transformer constructor in order to select the "orientation of the parameters".
The text was updated successfully, but these errors were encountered:
Describe the feature you want. What problem does it solve?
Currently, when defining a transformer parameter, a "high voltage" and a "low voltage" are defined. When using this parameter in a
Transformer
, the high voltage side is attached to thebus1
and the low voltage side to thebus2
. It should be possible to choose the other orientation in order to increase the voltage in a network.Describe alternatives you've considered
Another parameter should be added to the transformer constructor in order to select the "orientation of the parameters".
The text was updated successfully, but these errors were encountered: