simscape block node arrangement
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Matthew Mishrikey
am 21 Jul. 2021
Beantwortet: Yifeng Tang
am 24 Jul. 2021
In the IGBT example here: https://www.mathworks.com/help/physmod/sps/ug/Troubleshoot-of-spice-nigbt-conversion.html
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?
0 Kommentare
Akzeptierte Antwort
Yifeng Tang
am 24 Jul. 2021
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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Choose and Parameterize Blocks finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!