ansys / pymotorcad

https://motorcad.docs.pyansys.com
MIT License
16 stars 1 forks source link

Generate harmonic graphs using PyMotorCAD #416

Open JackB-Ansys opened 4 weeks ago

JackB-Ansys commented 4 weeks ago

📝 Description of the feature

This method should be included to allow the user to retrieve harmonic graphs without displaying the relevant tab in Motor-CAD.

💡 Steps for implementing the feature

Use fft to generate harmonic graphs from e.g. magnetic graphs in Motor-CAD. (In Motor-CAD these are generated on the fly when displayed in the GUI).

Example script for this method attached (courtesy of @james-packer). exampleHarmonics.zip

🔗 Useful links and references

No response