Sepasoft MES Module Suite
system.mes.getChildPaths()
Returns a list of the equipment paths for the immediate child gateways of the current gateway (does not include paths for the children of the immediate child gateways, etc).
Syntax
system.mes.getChildPaths()
- Parameters
None
- Returns
List childGatewayPaths - Python list of the equipment paths of the immediate child gateways, returned as unicode-formatted strings.
- Scope
All
Python |
#Print a list of the equipment paths for the immediate child gateways of the current gateway childGatewayPaths = system.mes.getChildPaths() print childGatewayPaths |
Output
Code |
[Manufacturing\Des Moines, Manufacturing\Tallahassee] |
Sepasoft MES Module Suite