pkxFindCompDef
pkxFindCompDef(d_bagId t_deviceType) =>pkx_compDefId/ nil
Description
(Virtuoso MultiTech Framework) Searches for a compDef object in the specified database with the specified device type and returns its ID if it exists.
Arguments
|
Type of device that identifies the component definition. For example, dtype. |
Value Returned
Example
Searches for the compDef object in the database bag, with the device type dtype.
compDef = pkxFindCompDef(bag "dtype")
Related Topics
Return to top