blockageAvoidanceSearchThreshold
we blockageAvoidanceSearchThreshold int BlockageAvoidanceThresholdValue
Description
Controls the threshold value for the search limit for blockage avoidance.
When the value is greater than 0, the routing path is searched until the threshold value is reached. When the value is less than or equal to 0, the search is disabled. The default value is 100.
GUI Equivalent
Examples
envGetVal("we" "blockageAvoidanceSearchThreshold")
envSetVal("we" "blockageAvoidanceSearchThreshold" 'int 5)
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top