Select to view content in your preferred language

Can i add barriers with asset group, asset type and specific field ?

195
1
Jump to solution
03-28-2025 06:34 AM
angiexx1
Emerging Contributor

I need to run a trace where i have to set the barriers based on the water device, asset group = network meter, asset type= supply meter and the specific field = bulk, is it possible? how so

0 Kudos
1 Solution

Accepted Solutions
RobertKrisher
Esri Regular Contributor

If the field is a network attribute you can do this with four condition barriers: network source, asset group, asset type, and the network attribute.

If the field is not a network attribute, you will need to create barrier features. Use the Select By Attribute tool to select the features in that layer, then add the selected features as barriers in the Trace pane.

If you're trying to do this via a script, use the Add Trace Locations tool to create a barrier layer for the features.

View solution in original post

0 Kudos
1 Reply
RobertKrisher
Esri Regular Contributor

If the field is a network attribute you can do this with four condition barriers: network source, asset group, asset type, and the network attribute.

If the field is not a network attribute, you will need to create barrier features. Use the Select By Attribute tool to select the features in that layer, then add the selected features as barriers in the Trace pane.

If you're trying to do this via a script, use the Add Trace Locations tool to create a barrier layer for the features.

0 Kudos