Is it possible to connect Simulink Electrical components to the ports of Component in System Composer?

1 view (last 30 days)
In System Composer, it is possible to transfer data from one system to another and all signals go as Simulink Signals. Can the transfer among blocks take place as Electrical Signals? Is it possible to connect the wires of Electrical System directly to the Input, Output & Inout ports of Component?

Answers (1)

Josh Kahn
Josh Kahn on 28 Aug 2023
Yes, you can absolutely use physical signals and buses in System Composer. Simscape signals are not allowed to cross model reference boundaries but you can use subsystem reference instead. To do so, you must save your behavior model as a Subsystem (locally in architecture model) or a Subsystem Reference (external behavior file).
Here is the doc for more info:
Hope this helps,
Josh

Categories

Find more on System Composer in Help Center and File Exchange

Products


Release

R2022b

Community Treasure Hunt

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

Start Hunting!