Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

lxUnregPrePosition

lxUnregPrePosition(
t_lib
t_cell
t_view
)
=> t / nil

Description

Unregisters the SKILL function previously registered using lxRefPrePosition for the specified schematic Pcell.

Arguments

t_lib

Name of a library.

t_cell

Name of a cell.

t_view

Name of a view for the schematic Pcell.

Value Returned

t

The function is unregistered.

nil

The function is not unregistered.

Example

Unegisters the pre-position SKILL function for a schematic Pcell with library schLib, cell name inv, and view name schematic.

lxUnregPrePosition("schLib" "inv" "schematic")

Use the following to call a registered function with the cellview.

lxRegPrePosition("" "" "" 'preFunc) 

Related Topics

lxRegPrePosition


Return to top
 ⠀
X