Title Subnetwork Aggregator
Generate output geometry and summary information for the subnetworks in an utility network. This can be used to generate partial geometry on subnetworks with error features
SubnetworkAggregator (in_utility_network, output_folder, {calc_functions}, {subnetwork_table}, {expression}, {trace_override_tag}, out_gdb)
Parameter | Explanation | Data Type |
---|---|---|
in_utility_network |
Dialog Reference
<p>The input utility network.</p> |
GPUtilityNetworkLayer |
output_folder |
Dialog Reference
<p>The folder where the results will be saved.</p> |
DEFolder |
calc_functions (Optional) |
Dialog Reference
<p>Option to calculate and store subnetwork functions on the output.</p> |
GPBoolean |
subnetwork_table (Optional) |
Dialog Reference
<p>The subnetwork table or table view. If omitted, all the subnetworks from the utility network are used.</p> |
GPTableView |
expression (Optional) |
Dialog Reference
<p>The sql expression used to limit the subnetworks traced.</p> |
GPSQLExpression |
trace_override_tag (Optional) |
Dialog Reference
<p>The name of a tag used in trace configurations to override the subnetwork trace parameters. This tag is used to find a trace config that matches the tier of the subnetwork. To limit the trace configuration shown, the trace configuration must of a tag of SubnetworkOverride. All tags from these configurations are shown. To load different trace configuration per tier, create a trace configuration for each tier and use the same tag to group them together. </p> |
GPString |
Dialog Reference
<p>The output mobile geodatabase generated with the aggregated geometry.</p> |
DEWorkspace |
workspace