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

pkxFindFuncDef

pkxFindFuncDef(
pkx_compDefId
t_slot
t_type
) 
=> pkx_funcDefId / nil

Description

(Virtuoso MultiTech Framework) Searches for a funcDef object in the specified compDef with the specified attributes, and returns its ID if it exists.

Arguments

pkx_compDefId

ID of a compDef object.

t_slot

Name of the function slot. For example, G1.

t_type

Type of function. For example, A.

Value Returned

pkx_funcDefId

ID of the funcDef object in the specified compDef object.

nil

The specified funcDef object does not exist in the specified compDef object or the operation failed.

Example

Searches for the funcDef object in the compDef object with the function slot G1 and the function type type1.

funcDef = pkxFindFuncDef(compDef "G1" "type1")

Related Topics

Views in the Unified Library


Return to top
 ⠀
X