There aren't any specific APIs for logging variables inside of a module's process function. You can query a module's variable (including hidden variables) using MATLAB and/or with AWE Core's control interface get/set APIs and then separately log that information.
1:24pm
Hi Yue,
Can you please elaborate on what module information you want to log to help us better understand your question?
Thanks,
Michael
4:32am
Hi Michael.
What I mean is that I want to add log information in the customer module I created.
For example, I want to log the information of a certain variable in the process function of the customer module.
5:10pm
Hi Yue,
There aren't any specific APIs for logging variables inside of a module's process function. You can query a module's variable (including hidden variables) using MATLAB and/or with AWE Core's control interface get/set APIs and then separately log that information.
Thanks,
Michael