absImportDEF
absImportDEF(
)
=> 0 / 1
Description
Creates cellviews from DEF data.
Arguments
Value Returned
Options
|
Selects the bin that you want library cells to be imported to. The default setting is |
|
Examples
Imports a DEF file called mydeffile1and moves the views into the Core bin.
absSetOption( "ImportDefFiles" "mydeffile1" )
=> 1
absSetOption( "DefaultBin" "Core" )
=> 1
absImportDEF
=> 1
Related Topics
Return to top