Can I run a parameter sweep for Load-Flow Analysis programmatically when using a powergui block?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
MathWorks Support Team
le 20 Jan 2023
Modifié(e) : MathWorks Support Team
le 16 Avr 2023
Can I run a parameter sweep for Load-Flow Analysis programmatically when using a powergui block?
Réponse acceptée
MathWorks Support Team
le 20 Fév 2023
Modifié(e) : MathWorks Support Team
le 16 Avr 2023
Load-Flow Analysis can be performed programmatically using the “power_loadflow” function. Please refer to the following link for further information:
For the case in which you would like to run a parameter sweep with subsequent Load-Flow Analysis programmatically, you can either add this line to the for loop that simulates the model or in the callbacks of the model. Please refer to the following links for more information on model callbacks:
Depending on whether you would like to run the Load-Flow Analysis before or after each simulation, you can choose to add the command for Load-Flow Analysis in the “StartFcn” or “StopFcn” model callback.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Simulation and Analysis dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!