copyRouteGenerateCopyWithErrors
we copyRouteGenerateCopyWithErrors cyclic { "all" | "none" | "firstOnly" }
Description
Generates the copy route results with violations.
-
all: generates the result no matter how many violations are present. This is the default option. -
none: generates the result without any violations. The copy route is stopped as soon as there is a single violation. -
firstOnly: generates the result with any violation. The copy route is stopped as soon as there is a violation, but the first copy route with violations is kept.
GUI Equivalent
Examples
envGetVal("we" "copyRouteGenerateCopyWithErrors")
envSetVal("we" "copyRouteGenerateCopyWithErrors" 'cyclic "none")
envSetVal("we" "copyRouteGenerateCopyWithErrors" 'cyclic "firstOnly")
Related Topics
Variables to Customize the Settings for Copy Route
Return to top