Simulation Manager programmatic control via handle

I would like a programmatic method for controlling the Simulation Manager (documentation). Is there a function to get its handle so I can modify the window's properties or perhaps close it? Thanks!

 采纳的回答

Hi JW,
Unfortunately, as of R2023a, Simulation Manager does not have a handle. You can see that findall(0) does not return handle for the Simulation Manager window.
If you want to prevent multiple Simulation Monitor windows from popping up, you can consider using 'ShowSimulationManager' option for sim or parsim. E.g.,
>> out = sim(in, 'ShowSimulationManager', 'off')
Hope this helps,
Angelo

3 个评论

Hey Angelo, I appreciate the quick reply, and that answers my question. What you've described is my use case: I'm running parsim with the manager intentionally set to 'on' so it's viewable. The information displayed in the manager is useful so I want it visible, but what I dislike is that each batch run spawns a new window without any way to programatically interact with it. Since there is no automated process to close the open manager windows, I have to select each one, click the close button, and select 'no' to the save prompt. Would be a nice feature to add a handle!
Hi JW,
Thank you for providing the details how it impacts on your workflow. I think I can share your comment with the dev team as we always look for voice of customers.
Thanks,
Angelo
Hi JW,
You can select the "Reuse Window" toggle button in the Simulation Manager's Toolstrip to reuse existing window and prevent creating new windows with each new batch.
Thanks,
Maharshi

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Simulink Environment Customization 的更多信息

产品

版本

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by