Pyaedt DQ Data #6682
-
In the transient solution of Maxwell2d, I want to call the maxwell2d.post.get solution data function in Pyaedt to export the DQ-axis correlation quantity for the solution, but I have no idea how to do it. Is there any way to export the DQ-axis correlation quantity? For example, the current along the DQ axis. Because I previously used this function to export the electromagnetic torque time history and convert it into a csv file, but now I am unable to export the DQ-axis correlation quantity.Could you be more specific? Please provide me with a direct DQ-axis data export sample function application. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @climaxburden. To export DQ quantities, you need first to create output variables performing the DQ transformation from the sinusoidal quantities. Here a PyAEDT example for creating output variables for DQ quantities: https://examples.aedt.docs.pyansys.com/version/dev/examples/low_frequency/motor/aedt_motor/pm_synchronous.html |
Beta Was this translation helpful? Give feedback.
Hi @climaxburden. To export DQ quantities, you need first to create output variables performing the DQ transformation from the sinusoidal quantities. Here a PyAEDT example for creating output variables for DQ quantities: https://examples.aedt.docs.pyansys.com/version/dev/examples/low_frequency/motor/aedt_motor/pm_synchronous.html