paramval = Simulink.architecture.get_param(obj,paramname)
returns the value of the specified parameter for the object,
obj. The parameter name paramname is
case-sensitive.
Get the period of task Task3 of trigger Core2 of
software node MulticoreProcessor of the selected architecture
for the model slexMulticoreExample.
openExample("simulink_features/AssigningTasksToCoresForMulticoreProgrammingExample");
p = Simulink.architecture.get_param('slexMulticoreExample/MulticoreProcessor/Core2/Task3','Period')