MATLAB: How to pass the simulink signal to Simpower systems blocks

interfaceintopasssimpowerSimscape Electronicssimulinksystems

I want to pass the Simulink signals to SimPower system blocks as a voltage and current sources.

Best Answer

Controlled Voltage Source and Controlled current source blocks can be used to convert the Simulink input signal into an equivalent voltage source and current sources respectively.
Library: Electrical Sources in SimPower Systems Blockset.
Please type the following at your MATLAB command prompt to get more information on these blocks:
doc ControlledVoltageSource
doc ControlledcurrentSource
Related Question