Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

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

d_bagId

ID of the database containing the object.

t_deviceType

Type of device that identifies the component definition. For example, dtype.

Value Returned

pkx_compDefId

ID of the compDef object with the specified attributes.

nil

The specified compDef object was not found.

Example

Searches for the compDef object in the database bag, with the device type dtype.

compDef = pkxFindCompDef(bag "dtype")

Related Topics

Views in the Unified Library


Return to top
 ⠀
X