- Configuration: https://www.mathworks.com/help/releases/R2024a/simrf/ref/configuration.html
- S-Parameter Testbench: https://www.mathworks.com/help/releases/R2024a/simrf/ref/sparametertestbench.html
S-Parameter Testbench
3 views (last 30 days)
Show older comments
Hi. I'm currently encountering Error:['untitled1/Configuration2/Solver Configuration', 'untitled1/S-Parameter Testbench/Configuration/Solver Configuration', 'untitled1/Solver Configuration']: Multiple Solver Configuration blocks connected to Physical Network. Each physical network must be connected to exactly one Solver Configuration block.
I would like to use S-Parameter Testbench after exporting the Simulink model from RF Budget Analyzer but I can't figure out how to fix the connection.
Please help me resolve this issue. Thanks
0 Comments
Answers (1)
Sreeram
on 27 Sep 2024
Hi Christina,
The error you are getting indicates that more than one ‘Solver Configuration’ blocks are connected to a single physical network. Each physical network requires exactly one ‘Solver Configuration’ block to be connected to it. You may refer to the following documentation:
I assume that you have already populated configurations in the ‘Configuration2’ block.
It seems that the ‘Configuration2’ block in the model already has a ‘Solver Configuration’ internally. So, you may consider removing the ‘Solver Configuration’ block connected in the model.
Additionally, the ‘S-Parameter Testbench’ block uses internal configuration block by default. This may be removed by unchecking ‘Use Internal Configuration block’ setting in its block parameters dialogue.
You may read more on these blocks from the documentation links given below:
I hope this helps!
0 Comments
See Also
Categories
Find more on RF Blockset Models for Transceivers in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!