Simulink.B​lockDiagra​m.arrangeS​ystem does not work inside library

Hello,
I'm using the command:
Simulink.BlockDiagram.arrangeSystem(gcb,FullLayout='true');
to sort and rearrange the blocks inside a masked subsystem. This worked fine until I converted this subsystem into a library block.
Now this command does nothing and the internal structure remains cluttered and unreadabel. Because this blocks heavily modifies itself, I can't establish a pleasant alignment beforehand.
Is there any way to get this working?

4 件のコメント

Fangjun Jiang
Fangjun Jiang 2022 年 11 月 30 日
Is the library block un-locked?
Manuel K
Manuel K 2022 年 11 月 30 日
No, it is locked.
Further testing showed, that the command seems to work only once (after getting a fresh copy of the library-block into the model) and then does nothing.
Fangjun Jiang
Fangjun Jiang 2022 年 11 月 30 日
Sorry, to be acurate, for the library block, I shall refer it as "is the LinkStatus inactive".
Manuel K
Manuel K 2022 年 11 月 30 日
Also no.

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

回答 (1 件)

Fangjun Jiang
Fangjun Jiang 2022 年 11 月 30 日

0 投票

I've tried it. You need to disable the library link first.
set_param(gcb,'LinkStatus','inactive')
Simulink.BlockDiagram.arrangeSystem(gcb,FullLayout='true')

2 件のコメント

Manuel K
Manuel K 2022 年 12 月 1 日
Although that's working, I don't want to keep the 'LinkStatus' in the 'inactive' state.
(Restoring it isn't possible because the local instance has different blocks inside, which will get deleted.)
Manuel K
Manuel K 2022 年 12 月 1 日
編集済み: Manuel K 2022 年 12 月 1 日
Since the command only works the first time after placing the library-block (as mentioned in my comment above), my workaround is the following:
Everytime I need to change / update a setting inside the mask of the librry-block, I place a new instance and delete the old one.

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

カテゴリ

ヘルプ センター および File ExchangeCreate Large-Scale Model Components についてさらに検索

製品

リリース

R2022b

質問済み:

2022 年 11 月 30 日

編集済み:

2022 年 12 月 1 日

Community Treasure Hunt

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

Start Hunting!

Translated by