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!

 Respuesta aceptada

Angelo Yeo
Angelo Yeo el 27 de Jun. de 2023
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 comentarios

JW
JW el 27 de Jun. de 2023
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!
Angelo Yeo
Angelo Yeo el 28 de Jun. de 2023
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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Simulink Environment Customization en Centro de ayuda y File Exchange.

Productos

Versión

R2022b

Etiquetas

Preguntada:

JW
el 27 de Jun. de 2023

Comentada:

el 23 de Abr. de 2025

Community Treasure Hunt

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

Start Hunting!

Translated by