lxSetConnRef
lxSetConnRef(t_layLibt_layCell t_layViewt_sourceType{ CELLVIEW | NONE } [ ?schLibt_schLib] [ ?schCellt_schCell] [ ?schViewt_schView] [?closeLayg_closeLay] ) => t / nil
Description
Sets or unsets the connectivity reference for a specified layout cellview without opening the layout view graphically. You must specify the layout view and whether the source type is NONE or CELLVIEW. If the source type is CELLVIEW, you can specify the schematic cellview to use (by default it is set to the schematic view in the same library and cell). The function also saves the layout cellview, but only if had not been modified prior to lxSetConnRef being called.
Arguments
Value Returned
Example
lxSetConnRef( "libA" "cellA" "layout" "NONE" )
Unsets the connectivity reference for layout cellview cellA.
lxSetConnRef( "libA" "cellA" "layout" "CELLVIEW" ?schLib "libB" ?schCell "cellA" ?schView "schematic" )
Sets the connectivity reference for layout cellview cellA in libA to schematic cellview cellA in library libB.
Return to top