ConnectJunctionObjects

Title  Connect Junction Objects

Description

Adds an attribute rule to the Junction Object class that will connect the rows to the terminals of the device when added as content.

Usage

          
The Utility Network rules are used to determine what terminal values should be set.

License

Standard

Toolset

Utility Network

Syntax

ConnectJunctionObjects (in_table, out_folder, in_utility_network, {where_clause}, {set_device_path})

Parameter Explanation Data Type
in_table Dialog Reference

The table or feature class that will have the new rule applied.

DETable
out_folder Dialog Reference

The folder where the output CSV will be saved. The name of the file is taken from in_table.

DEFolder
in_utility_network Dialog Reference

The input utility network.

DEUtilityNetwork
where_clause (Optional) Dialog Reference

SQL Expression to filter records. Only records that satisfy the query will be calculated.

GPSQLExpression
set_device_path (Optional) Dialog Reference

Set the containing devices terminal path to None

GPBoolean

Code Samples