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

pkxCreateFuncDef

pkxCreateFuncDef(
pkx_compDefId
t_slot
t_type
) 
=> pkx_funcDefId / nil

Description

(Virtuoso MultiTech Framework) Creates a funcDef object in the specified compDef and returns its ID.

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 created funcDef object.

nil

The operation failed.

Example

Creates the funcDef object in the compDef object with the function slot as G1 and type as type1.

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

Related Topics

Views in the Unified Library


Return to top
 ⠀
X