How can we use find_system to get a block's SID

조회 수: 21 (최근 30일)
P Lepage
P Lepage 2020년 9월 28일
댓글: P Lepage 2020년 10월 1일
In this page of the Matalb's documentation, it is said not to use the Simulink.ID.getSID() command and use find_system instead.
I have trouble understanding how to use find_system in order to replace this command.
I would also like to know why using Simulink.ID.getSID() is not recommanded.
Regards,
P Lepage.

채택된 답변

Fangjun Jiang
Fangjun Jiang 2020년 9월 29일
It is true that find_system() is not the real replacement. If full block path is used in Simulink.ID.getSID() to get SID, then the replacement should be get_param(FullBlockPath, 'SID'). find_system might be used to find the block first.
Looking at the warning message in document for Simulink.ID.getSID, Simulink.ID.getHandle and Simulink.ID.hilite, I assume Mathworks is phasing out the Simulink.ID sub-class.
  댓글 수: 5
Fangjun Jiang
Fangjun Jiang 2020년 9월 29일
When would the SID path (ModelName:SID) be used? If I know the SID number, I would do find_system(Model,'SID',###).
P Lepage
P Lepage 2020년 10월 1일
They are stored in a map to have a reference that does not depend on block's name. This map is then used to hilite_system the block it contains through callbacks and generated html documents.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulink Functions에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by