You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm developing a Simulink simulation with multiple wind turbines running simultaneously in a single model, where each turbine needs to operate under different environmental conditions while using identical turbine structural models and controllers.
My main question is: do I necessarily need to compile separate S-Function interfaces from source code for each turbine to handle these different external condition inputs, or can I achieve this with a single parameterized S-Function that accepts different environmental datasets?