mos(typeName, depth) returns the children of the depth level below the mechatronic component, which correspond to the type typeName.
| mos(String typeName, Integer depth) | |||
|---|---|---|---|
| Arguments | String | typeName | Type of the components to be determined |
| Integer | depth | Subordinate hierarchy level in which mechatronic components are determined | |
| Return value | List | ||
| Formula | Result |
|---|---|
| Testproject.Mechatronic.Feeder .mos('T_Mechatronic_ModularSystem.Mechatronic.Functionunits.Axis', 2) |
[<<X_Axis>>, <<Y_Axis>>] |
