Label | Explanation | Data Type |
Network Data Source | The network dataset on which the network analysis will be performed. The network must have at least one travel mode, one cost attribute with time units, and one cost attribute with distance units. | Network Dataset Layer;String |
Layer Name (Optional) | The name of the network analysis layer that will be created. | String |
Travel Mode (Optional) | The name of the travel mode that will be used 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 this parameter. The travel mode's impedance attribute must have units of time. For waste collection analysis, U-turns must be allowed at dead ends. If the travel mode does not allow any U-turns, the solver will relax the travel mode's U-turn policy to allow U-turns at dead ends. | String |
Time Units (Optional) | Specifies the time units that will be used by the analysis layer's properties and 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 Units (Optional) | Specifies the distance units that will be used by the analysis layer's properties and 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 |
Route Start Time
(Optional) | The default start time for routes. This time of day is used for all routes for which the StartTime field in the Routes sublayer is null. When no parameter value is specified, all rows in the Routes sublayer must specify a value in the StartTime field. Although you can specify both a date and a time for this parameter, only the time is used. | Date |
Max Route Total Time
(Optional) | The maximum allowed total time for each route. The value can be any positive number. This value will be used for all routes for which the MaxTotalTime field in the Routes sublayer is null. When no value is specified, all rows in the Routes sublayer must specify a value in the MaxTotalTime field. The value is interpreted in the units specified in the Time Units parameter. | Double |
Stop Collection Mode
(Optional) | Specifies the default stop collection mode for each stop. This value can be one of the options listed below, or it can be left blank (the default). This value will be used for all stops for which the CollectionMode field in the Stops sublayer is null. When no value is specified, all rows in the Stops sublayer must specify a value in the CollectionMode field.
| String |
Derived Output
Label | Explanation | Data Type |
Network Analyst Layer | The new network analysis layer. | Network Analyst Layer |