system.mes.location.getAllLocationPathsWithOee
Deprecated
This method is deprecated. Use system.mes.oee.getAllLocationPathsWithOee() instead, which also supports an optional path prefix filter.
Description
Retrieves all Location paths for locations that have associated OEE Configurations, OEE States, or OEE Modes.
Syntax
system.mes.location.getAllLocationPathsWithOee()
Parameters
| Parameter | Type | Nullable | Description |
|---|---|---|---|
| None | - | - | This method does not take any parameters. |
Returns
Returns a list of strings representing location paths that have associated OEE.
Code Examples
# Deprecated - use system.mes.oee.getAllLocationPathsWithOee() instead
paths = system.mes.location.getAllLocationPathsWithOee()
print(paths)