필터 지우기
필터 지우기

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 CenterFile Exchange에서 Scopes and Data Logging에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by