Group | Model Interaction, Parameters |
---|---|
Description | Change the value of one or more RT-LAB parameters using their path and name in the model. |
Required Control | Parameter Control |
Usage | parameterNames = (paramName1, paramName2, ...) parameterValues = (paramValue1, paramValue2, ...) RtlabApi.SetParametersByName (parameterNames, parameterValues) |
Input |
|
Output | None |
Exception |
|
| |
Examples | See example parameter1. |
---|---|
Related Items | GetParametersDescription, GetParameterControl, GetParametersByName. |
Modules | import RtlabApi |