Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

aedEditCDF

aedEditCDF(
[ ?libName t_libraryName ] 
[ ?cellName t_cellName ]
[ ?cdfType t_cdfType ] 
) 
=> t

Description

Opens the Edit CDF form to the specified library, cell, and CDF type. The library and cell names must be strings referring to an existing library or cell, and the CDF type must be effective, base, or user.

Arguments

?libName t_libraryName

Specifies the name of the library for which the Edit CDF form is to be opened.

?cellName t_cellName

Specifies the name of the cell for which the Edit CDF form is to be opened.

?cdfType t_cdfType

Specifies the CDF type.

  • effective: Specifies an effective CDF description.
  • base: Specifies a base-level CDF description.
  • user: Specifies a user-level CDF description.

Value Returned

t

Opens the Edit CDF form to the specified library, cell, and CDF type.

nil

When the specified library, cell, or CDF type is invalid.


Return to top
 ⠀
X