Command:
getModelOutputsNames ( |
|
What:
Retrieves the names of the model outputs currently loaded.
Parameters:
nameOutputs [array of strings] |
this array will contain the names of the output variables currently loaded |
Return:
error_code [int]: 1 if the operation has occurred without errors, 0 if an error has occurred
Examples:out_names=getModelOutputsNames
this command in Matlab
returns in the variable out_names
the names of the variables obtained from the model
evaluation currently loaded in SimLab.