Group | Model Preparation |
---|---|
Description |
Define a mapping between a list of subsystems of the current model and a list of corresponding physical node names. The new mapping becomes valid as soon as the next Load command is completed. | |
Required Control | System Control |
---|---|
Usage | mapping = ( (subsysName1, physNodeName1), (subsysName2, physNodeName2), ... ) RtlabApi.SetNodeMapping (mapping) |
Input |
|
Output | None |
Exception |
|
| |
Examples | None. |
---|---|
Related Items | GetSystemControl |
Modules | import RtlabApi |