Group | Model Preparation |
---|---|
Description |
Return the list of subsystems in the current model: their name, their logical id and the name of the physical node on which each is assigned. The physical node name is an empty string when the subsystem has not yet been assigned to a physical node. | |
Required Control | None |
---|---|
Usage | (subsystemInfo1, subsystemInfo2, ...) = RtlabApi.GetSubsystemList() (subsystemName, logicalId, physNodeName) = subsystemInfo1 ... |
Input | None |
Output |
|
Exception |
|
| |
Examples | See example configuration. |
---|---|
Related Items | None |
Modules | import RtlabApi |