simscape block node arrangement

4 ビュー (過去 30 日間)
Matthew Mishrikey
Matthew Mishrikey 2021 年 7 月 21 日
回答済み: Yifeng Tang 2021 年 7 月 24 日
the generated block has three nodes: c, g, and e.
In the block graphic, these are all on the left side of the block.
Is there a way to rearrange these? c in upper right, and e in lower right, sort of the way a normal IGBT symbol is arranged?

採用された回答

Yifeng Tang
Yifeng Tang 2021 年 7 月 24 日
Don't know much about IGBT but this seems to be Simscape language syntax. After the "subcircuit2ssc" function, an object for ssc_build is generated so I guess it's a set of .ssc files. In the "nodes" section of the .ssc files, you can specify the location of the nodes with the comment on each line. More info here: https://www.mathworks.com/help/physmod/simscape/lang/nodes.html
So, before you run the ssc_build, edit the .ssc files in the library folder to change the node location.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeConverters (High Power) についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by