Title Trace to Trace Configurations
Converts arcpy.un.Trace to arcpy.un.AddTraceConfiguration
To capture the python code, configure a Utility Network trace and copy the python command.
If the name of the trace configuration already exists, a number will be appended for uniqueness.
License
Standard
Trace2Config (trace_configurations, execute, {output_script})
Parameter | Explanation | Data Type |
---|---|---|
trace_configurations |
Dialog Reference
The Trace Configurations to create.
|
GPValueTable |
execute |
Dialog Reference
Option to immediately add the configurations
|
GPBoolean |
output_script (Optional) |
Dialog Reference
Create a python script with the call to arcpy.un.AddTraceConfiguration. |
DEFile |