lxSetConfigRef
lxSetConfigRef(t_layLibt_layCell t_layViewt_referenceType[ ?cfgLibt_cfgLib] [ ?cfgCellt_cfgCell] [ ?cfgViewt_cfgView] [ ?closeLayg_closeLay] ) => t / nil
Description
Sets or unsets the physical configuration cellview for a specified layout cellview. You specify the layout cellview in question and whether the reference type is NONE or physConfig. If the reference type is physConfig, specify the library, cell, and view names of the physical configuration to use.
Arguments
Value Returned
Example
lxSetConfigRef("libA" "cellA" "layout" "NONE"
Sets the physical configuration cellview for a layout cellview cellA to NONE, which means that no physical configuration is set.
lxSetConfigRef("libA" "cellA" "layout" "physConfig" ?cfgLib "libB" ?cfgCell "cellA" ?cfgView "physConfig")
Sets the physical configuration cellview for layout cellview libA, cellA, layout to be of type physConfig, where the configuration is stored in the library libB, cell cellA, and view physConfig.
Return to top