![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/197190/image.png)
Error:Each physical network must be connected to exactly one Solver Configuration block. There is no Solver Configuration block connected to Physical Network with the following blocks
조회 수: 353 (최근 30일)
이전 댓글 표시
I had connected a solver configuration block in my model but these error is popping up when i connect a "current-Voltage simscape interface" block in my model.Kindly guide me in solving this problem. Thanking you, Saideep.
댓글 수: 0
답변 (4개)
Yogeshwar Bala
2018년 10월 6일
Connect an "Electrical Reference" block to your ground line and add a Solver Configuration block with default value of f(x) = 0 to it.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/197190/image.png)
댓글 수: 5
Huang YanMing
2024년 3월 4일
To add a "Solver Configuration"
Go to library browser and find it in the below folder
Simscape>Utilities
Behnam Mohammad
2020년 1월 15일
What happens when you have multiple subsystems and each subsystem has an individual solver?
댓글 수: 0
ever steeven nevarez cedeño
2021년 8월 31일
tengo un problema similar pero al reves el problema es cuando lo pongo
Joel Van Sickel
2024년 6월 10일
This specific problem happens from the interface block. Those blocks are used to decouple simscape networks and if you look under the hood, you will see they are connected by simulink wires, not simscape wires. This means that if you use one, you will now have an additional simscape network, so you will need to add an additional simscape configuration block to the side of the network that doesn't already have one. Or you will need to add it to both sides if neither side has one.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Troubleshooting에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!