pkxCreateCompDef
pkxCreateCompDef(d_bagId t_deviceType t_class t_package) =>pkx_compDefId| nil
Description
(Virtuoso MultiTech Framework) Creates a compDef object in the specified database and returns its ID.
Arguments
Value Returned
Example
Creates a compDef object in the database bag with the device type as dtype, class as IO, and package as package.
compDef = pkxCreateCompDef(bag "dtype" "IO" "package")
Related Topics
Return to top