Export Commands

Export commands are used to export results from DV to the Layout Editor. The results are later accessed using the Design Verification Results window which is used to display the results graphically in the Layout Editor, to support export of the graphical results to GDSII or other formats, to display profile summary information related to the results, and export the profile summary information to a text file.

SaveLayer

Input: DV layer (any type)

Name of layout error layer to use to display contents of DV layer (optional)

Text to associate with geometry of the DV layer (optional)

Output: No return value

Description: Creates results that can later be viewed in layout. The geometry is retrieved on the specified DV layer.

Rule Set Example (JScript):

DVChecker.SaveLayer(or Layer3, “DV error layer”, "Or of layer1 and layer2");

Import Commands