フィルターのクリア

How to disable spectrum scopes from popping up when a Simulink model is opened?

24 ビュー (過去 30 日間)
Mahitha
Mahitha 2014 年 9 月 10 日
コメント済み: V R 2020 年 6 月 30 日
Hello,
I want to disable popping up of Spectrum scopes each time I open a Simulink model. I have quite a lot of observations to be done and have thus included a huge number of Spectrum Analyzers (DSP Tool box). Each time I open the model, all the scopes pop out and it takes a lot of time for the actual model to open and I have to manually close all of them. Is there any initialization that I can include in the model which enables to view the Spectrum analyzer results once after the Simulation is complete?
Thank you in advance!
-Mahitha V.R.
  1 件のコメント
V R
V R 2020 年 6 月 30 日
open_system('your_system')
myScopeConfiguration = get_param('your_system/your_scope', 'ScopeConfiguration');
myScopeConfiguration.OpenAtSimulationStart = false;

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeScopes and Data Logging についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by