I have seen that something similar (yet not exactly the same) has already been asked, yet not for the same field, nor even the same menu.
I am using Matlab Simulink R2014a and looking to set the value of a parameter in the following way:
RoHComponent = myConfigSet.getComponent('Run on Hardware');
set_param(RoHComponent, 'TargetHardware', 'Raspberry Pi');
However, the concerned field does not tell its name in the help menu, but I need to set it by command line. Could someone tell me its name? I have tried 'TargetHardware' and similar things, but I just can't find it, and "What's this?" does not tell the parameter name.
Have a nice day,
PS: I'd love to insert a screenshot, but as I am some newbie, I can't yet add one as my reputation is too low so I can't show it to you directly. The concerned menu is under: Configuration> Run on Target Hardware > Target Hardware selection > Target Hardware:
Sooo, this turns out to become some sort of a tradition: I ask a seemingly too specific question, and end up answering it myself. ^^;
Or in the short version:
Yet the longer version allows an insight of how I found it.
Of course, there is a bunch of checks to be done to ensure that the component exists, and that the property is properly set/read.