- Simulink-PS Converter : https://www.mathworks.com/help/simscape/ref/simulinkpsconverter.html
- PS-Simulink Converter : https://www.mathworks.com/help/simscape/ref/pssimulinkconverter.html
Simscape and Referenced model
10 次查看(过去 30 天)
显示 更早的评论
I have a Simscape model of an electrical circuit, which I'll refer to as Model A for simplicity. Model A includes standard inputs and outputs typical of Simscape's physical connections. Additionally, I've created a mask for Model A to adjust certain parameters. Now, I need to integrate Model A into a higher-level model, referred to as Model B. Model B consists of multiple instances of Model A, each with variations in the parameters used. Is it possible to construct a referenced model when dealing with physical connections? How?
0 个评论
采纳的回答
Sayan
2024-3-13
Hi Giovanni,
The Connection Ports do not work with the model references. So you cannot reference Model A and use it in Model B. However, a workaround to this is using the Simulink-PS Converter along with Input port combined as the input and PS-Simulink Converter along with Output port combined as the output to Model A. After this, you can create a subsystem and mask for Model A and reference the system in Model B with a Model reference block.
A similar kind of query has been addressed in the following MATLAB answer : https://www.mathworks.com/matlabcentral/answers/246442-creating-referenced-model-that-contains-physical-modeling-connection-ports
I have attached an example model you can refer to.
You can find more information on Simulink-PS Converter and PS-Simulink Converter blocks in the following documentation.
Hope this answers the query.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Electrical Sensors 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!