absImportLEF
absImportLEF(
)
=> 0 / 1
Description
Creates cellviews from the LEF data.
Arguments
Value Returned
Options
|
Control whether LEF macros are overwritten or appended to when antenna LEF is imported after geometry LEF. The default setting is |
|
Examples
Imports a LEF file called myleffile1 and specifies that LEF macro information be saved to the abstract view without overwriting any existing LEF data.
absSetOption( "ImportLefFiles" "myleffile1" )
=> 1
absSetOption( "ImportLefView" "abstract" )
=> 1
absSetOption( "ImportTechLef" "false" )
=> 1
absImportLEF
=> 1
Related Topics
Return to top