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
When working with coil terminals and windings in the Transient A-Phi Formulation Ansys requires that you order the coils after adding them. This can be done in the GUI by right-clicking on the winding, and in IronPython by the oModule.OrderCoilTerminals. I found no way of doing this with PyAedt.
Code sample expected
Maybe something like project.order_coil_terminals(winding, list_of_terminals) ?
Useful links and references
No response
The text was updated successfully, but these errors were encountered:
Description of the current limitations
When working with coil terminals and windings in the Transient A-Phi Formulation Ansys requires that you order the coils after adding them. This can be done in the GUI by right-clicking on the winding, and in IronPython by the
oModule.OrderCoilTerminals
. I found no way of doing this with PyAedt.Code sample expected
Maybe something like
project.order_coil_terminals(winding, list_of_terminals)
?Useful links and references
No response
The text was updated successfully, but these errors were encountered: