deleteViewsBeforeExport
vrf.exportDie deleteViewsBeforeExport boolean { t | nil }
Description
When set to t, all the die export views of a specified cell in a specified library are deleted before exporting. The default value is nil. By default, all the views are overwritten at the time of export.
GUI Equivalent
|
Advanced Settings (tab) – Delete existing views before export (check box) |
Examples
envSetVal("vrf.exportDie" "deleteViewsBeforeExport" 'boolean t)
envGetVal("vrf.exportDie" "deleteViewsBeforeExport")
Related Topics
Return to top