add_conveyor_workstation
Add a single conveyor workstation with Try-or-Bypass logic and configurable processing time, transport time, channels, and time unit to model a production system in a Petri net.
Instructions
Add a SINGLE ConveyorWorkstation with Try-or-Bypass logic.
For multiple workstations in a chain, prefer add_conveyor_line instead.
Args: name: Name for this workstation (e.g., "Device1") processing_time: Mean processing time in time_unit distribution: Processing time distribution transport_time: Time to bypass to next station in time_unit channels: Number of parallel resources time_unit: Unit for time values — "s", "min", "h", or "d" (days)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| processing_time | No | ||
| distribution | No | exp | |
| transport_time | No | ||
| channels | No | ||
| time_unit | No | s |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |