Label | Explanation | Data Type |
Network Data Source | The network dataset or service on which the network analysis will be performed. Use the portal URL for a service. | Network Dataset Layer; String |
Layer Name (Optional) | The name of the VRP network analysis layer to create. | String |
Travel Mode (Optional) | The name of the travel mode to use in the analysis. The travel mode represents a collection of network settings, such as travel restrictions and U-turn policies, that determine how a pedestrian, car, truck, or other medium of transportation moves through the network. Travel modes are defined on your network data source. An arcpy.na.TravelMode object and a string containing the valid JSON representation of a travel mode can also be used as input to the parameter. VRP only solves with a time-based impedance, so only time-based impedance travel modes are available for selection. | String |
Time Field Units (Optional) | Specifies the time units to be used by the temporal fields of the analysis layer's sublayers and tables (network analysis classes). This value does not need to match the units of the time cost attribute.
| String |
Distance Field Units (Optional) | Specifies the distance units to be used by the distance fields of the analysis layer's sublayers and tables (network analysis classes). This value does not need to match the units of the optional distance cost attribute.
| String |
Default Date (Optional) | The implied date for time field values that don't have a date specified with the time. If a time field for an order object, such as TimeWindowStart, has a time-only value, the date is assumed to be the default date. The default date has no effect on time field values that already have a date. | Date |
Time Zone for Time Fields (Optional) | Specifies the time zone to be used for the input date-time fields supported by the tool.
| String |
Output Route Shape
(Optional) | Specifies the shape type for the route features that are output by the analysis.
| String |
Time Window Violation Importance (Optional) | Specifies the importance of honoring time windows without causing violations. A time window violation occurs when a route arrives at an order, depot, or break after a time window has closed. The violation is the interval between the end of the time window and the arrival time of a route.
| String |
Excess Transit Time Importance (Optional) | Specifies the importance of reducing excess transit time. Excess transit time is the amount of time exceeding the time required to travel directly between paired orders. The excess time results from breaks or travel to other orders or depots between visits to the paired orders. This parameter is only relevant if you're using Order Pairs.
| String |
Generate Directions on Solve (Optional) | Specifies whether directions will be generated.
| Boolean |
Spatial Clustering (Optional) | Specifies whether spatial clustering will be used.
| Boolean |
Derived Output
Label | Explanation | Data Type |
Network Analyst Layer | The new network analysis layer. | Network Analyst Layer |