system.kanoa.schedule.getScheduledEventDurations
Description
Used in Reliability analysis to compare the amount of time modes were scheduled for compared to how long they were actually in that mode.Syntax
getScheduledEventDurations(assetPath, rangeStart, rangeEnd)Parameters:
Returns:
Code Examples
# Example Usage:
asset_path = 'Kanoa Industries\Adelaide Hills\Packaging\Line 1'
range_start = ...
range_end = ...
schedule_data = system.kanoa.schedule.getScheduledEventDurations(asset_path, range_start, range_end)