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
Value Returned
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
Return to top