off_grid()

Flags edges whose end points fall off a specified grid.

See also: dve_drc()

Syntax

dve_drc (off_grid (inLayer, grid) [,msgString]);

where:

inLayer A polygon layer
grid A specified grid
msgString A string value that will be attached to the selected error segments

Example

decl lyrCond = dve_import_layer ("cond");
decl lyrError101 = dve_export_layer ("error101");
lyrError101 += dve_drc (off_grid (lyrCond, 0.5),
        "Conductive metal is off grid");

Edge Compensation

Edge Compensation selection function includes: compensate(), and dve_segsize().

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources