Good day,
The issue is related to getting the data that specify the characteristics of components in SIMULINK.
I have the solar module block in SIMULINK.
When I double click on it, many parameters are displayed.
These parameters can be changed by the user. For example, Voc, Isc, Vm and Im.
There are thousands of PV modules in SIMULINK library. I want to collect some data for around 100 PV modules for the purpose of doing some statistics about PV modules.
I want to create, for example, an Excel sheet that contains all parameters displayed in the PV module including Pm, Vm, Im, Voc, Isc, IL, Rs…etc.
These are highlighted in the following image:
I know that I can do it easily by clicking on the PV module and filling the Excel file manually but this will take a long time as I have to see around 100 PV modules and do the filling manually which is boring and may be subjected also to errors in filling the data.
Is there an easier way to get these data?
Can I get in some way these data (surrounded by squares in the above figure) saved in the workspace or in any place in MATLAB so that I just have to copy and paste the data from each PV module to the Excel file so that I can avoid the manual writing of these values in Excel.
Regards