MATLAB: How to turn a 3 phase line into a single line in a Simulink diagram

3 phaseSimscapeSimscape ElectricalSimscape Electronicssimscape power systemssimulink

I have modelled a diesel generator on Simulink with the help of Simscape power systems and this serves as a 3 phase (A,B,C) source to a load. I have many more loads and energy storage systems to connect to this microgrid but there is always 3 lines that I have to connect. Is there any way to bundle these 3 lines into just one line to make the diagram look neater?
This is to create a single line diagram.
I tried using the BusCreator but it did not connect to my source because its not a signal that's being output by the Simscape block- it's a power source (electric current)
Many thanks!

Best Answer

You need to convert the three lines coming from source to simulink signal using PS-Simulink converter block. Now, use buscreator to club these lines. In order to connect back these signal to simscape block use an Simulink-PS converter block.
Related Question