MATLAB: It is possible to instantiate a Simscape block

instanceinstantiateinstantiationmodelsimpowersystemsSimscapesimulink

I am mounting a three-phase converter using the SimPowerSystems library which has a lot of cells. These cells have IGBTs and Diodes.
So my question is if I can use Model instantiation to increase the simulation speed and how.
Thanks!

Best Answer

Mathworks told me that it is not possible to instantiate blocks with "electrical" connections.
However, there is a way of doing this. You can convert these electrical signals (currents and voltages) into Simulink signals and instantiate the model. Then convert them back to "electrical" in the model where you are going to use the instantiated model by the use of programmable voltage or/and current sources.