Changing SimPowerSystem Block Parameter during simulation runtime

2 次查看(过去 30 天)
Hi all,
May I know how can I change a SimPowerSystem block parameters during simulation runtime? (I need to change one of the parameters of the Three-Phase RLC Load during simulation runtime).
I have read the documents regarding non-tunable block parameters. However, is there any way I can work around this problem?
I would really appreciate any help or comments.
Thank you!!
Best Regards, Rachel
  1 个评论
Conrad Sienkiewicz
Conrad Sienkiewicz 2017-6-18
Hey Rach,
did you ever figure out how to solve this issue? I've been having trouble implementing the same concept. Please help and thanks!

请先登录,再进行评论。

回答(2 个)

Kaustubha Govind
Kaustubha Govind 2012-8-9
If the block you are using defines its parameter(s) as non-tunable, then there is no way to tune it. You might need to find an alternate implementation.

Babak
Babak 2012-8-8
If this block's parameter is tunable, then all you need to do is to define your parameter in MATLAB's base workspace and to tune it while simulation is running, you can change the value in MATLAB base workspace then press ctrl+D (or update diagram) on your Simulink mode. This way the new value will be updated in the Simulink model.

类别

Help CenterFile Exchange 中查找有关 Variable Initialization 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by