MATLAB: Is there a way to build a model like this lt spice model with simscape

Simscape Electricalsimscape inductor

with ltspice a single statement can already make two ramdom inductor coupled with each other. Is there way to make two random inductor coupled with each other with simscape?

Best Answer

No, it's not possible to do that at this time. You can, however, use subcircuit2ssc to make a single block out of your SPICE implementation that does include all of these coupling terms.
Related Question