MATLAB: SimScape Solver Block Configuration Error

Simscape

I am receiving a solver block error.  Specifically:
['modelName/Solver Configuration1', 'modelName/Solver Configuration2']: Multiple Solver Configuration blocks connected to Physical Network. Each physical network must be connected to exactly one Solver Configuration block.
Why does this error occur?
 

Best Answer

In Simscape, a single system of equations, which is equivalent to a set of connected blocks, needs exactly one solver block. You may find more information on Solver Configuration block this at the link below:
https://www.mathworks.com/help/physmod/simscape/ref/solverconfiguration.html
Deleting one of the solver blocks in the model allows it to run without an error message.
Related Question