check_extensions
check_extensions -lpp1s_layerlpp-lpp2s_layerlpp[ -output_lpps_lpp] [ -region {f_xlof_ylof_xhif_yhi} ] [ -annotate [all | none | dim | rect] ] [ -annotation_limiti_count] [ -clear_annotations ] [ -top_level_only ] [ -error_limiti_count] [ -silent | -verbose ] [ -trim_corners ] [ -min_bound_extent [f_userunit] ] [ -min_extent1 [f_userunit] ] [ -max_extent1 [f_userunit] ] [ -min_extent2 [f_userunit] ] [ -max_extent2 [f_userunit] ] [ -coincident_allowed1 [ true | false ] ] [ -coincident_allowed2 [ true | false ] ] [ -subtotals [ true | false ] ]
Description
Checks enclosures by measuring the distance between the outside edge of one shape and the inside edge of another shape, or between the outside edge of a shape and the PRBoundary. Specify the appropriate argument for the check that you want to perform (max_extent1, max_extent2, min_extent1, min_extent2, min_bound_extent).

Arguments
|
(Default) Creates rectangle and dimension annotations where violations occur. |
||
|
Creates only dimension annotations to show measurements where violations occur. |
||
|
The annotations are added to the |
||
|
Specifies the maximum number of violations to create annotations for. By default, annotations are created for up to 1000 violations. Specify |
||
|
Removes existing violation annotations of the same check type and input layers before performing this check. If not specified, existing violations are not cleared. |
||
|
When set to |
||
|
When set to |
||
|
Specifies the maximum number of errors for each of |
||
|
Checks shapes on this layer (optionally restricted to a specified purpose). Defaults to the extended layer. |
||
|
Checks shapes on this layer (optionally restricted to a specified purpose). Defaults to the unextended layer. |
||
|
Checks the maximum extension rule of the layer purpose given by |
||
|
Checks the maximum extension rule of the layer purpose given by |
||
|
Checks the minimum extension rule of the layer purpose given by |
||
|
Checks the minimum extension rule of the layer purpose given by |
||
|
Checks the minimum extension rule of the layer purpose given by |
||
|
Adds violating shapes to the specified output layer purpose. |
||
|
Specifies the boundary points for the area to check. If not specified, the entire design in the active artwork window is checked. |
||
|
When set to |
||
|
Specifies that only top-level shapes should be checked (against all levels). By default, all shapes are checked. |
||
Value Returned
Examples
The following command reports occurrences of Metal4 shapes extending less than 0.05 beyond Metal3 shapes.
check_extensions -lpp1 Metal4 -lpp2 Metal3 -min_extent1 0.05
Related Topics
Return to top