ansys / pymotorcad

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

Make a function for adding lab custom losses #336

Open jgsdavies opened 3 weeks ago

jgsdavies commented 3 weeks ago

📝 Description of the feature

To add a custom loss in lab from scripting requires modifying array length variables and appending to arrays. Create 2 functions to make this easier e.g.

image image

💡 Steps for implementing the feature

Functions can live in src/ansys/motorcad/core/methods/rpc_methods_utility.py

🔗 Useful links and references

No response