viaDRCCheckHierarchyRangeMode
layout.ava viaDRCCheckHierarchyRangeMode cyclic { "current to stop level" | "current to bottom" | "current to user level" }
Description
Sets the levels of hierarchy to be considered for layout integrity check.
- current to stop level: Runs the check from the current edit cellview level to the stop level specified in the Display Levels Stop field in the Display Options form.
- current to bottom: Runs the check from the current edit cellview level to the bottom of the hierarchy.
- current to user level: Runs the check from the current edit cellview level to the level that you specify in the text box.
The default is current to stop level.
GUI Equivalent
|
Assistants – Auto Via Assistant – Auto via assistant options – DRC Check |
|
Examples
envGetVal("layout.ava" "viaDRCCheckHierarchyRangeMode")
envSetVal("layout.ava" "viaDRCCheckHierarchyRangeMode" 'cyclic "current to bottom")
Related Topics
Auto Via Assistant Options Form
Return to top