system.kanoa.lot.getRouteStepEvents(paramsDict)
Get all route step events for the specified parameters. paramsDict keys are optional unless otherwise stated.
Parameters
paramsDict Dictionary
| - enabled | Boolean | |
| - hasStepParams | Boolean | |
| - itemId | Integer | |
| - itemName | String | |
| - lotId | Integer | |
| - lotName | String | |
| - lotOperationId | Integer | |
| - lotOperationName | String | |
| - routeEventId | Integer | |
| - routeStepEventId | Integer | |
| - stepNum | Integer |
Returns
routeStepData pyDataset
Example
# Get all steps for a specific route
paramsDict = {"routeEventId": 101}
routeStepEventData = system.kanoa.lot.getRouteStepEvents(paramsDict)