Hi, I am trying to automate AEDT tasks with pyaedt. As part of my workflow, I need to create an external schematic to import a netlist for external excitation of the coils (instead of Current or Voltage).
Using the Ansys AED GUI, this would work as follows:
- Select the machine model in the project on the left
- On the top: Maxwell2d -> Excitations -> external circuit -> edit external circuit -> create circuit
- Design the circuit and export the netlist
- Return to "edit external circuit" -> import netlist
Is there a way to automate this using pyaedt in python?