addDesignLppsToTech
graphic addDesignLppsToTech boolean { t | nil }
Description
Creates a layer-purpose pair (LPP) in the technology file when a shape is present in the design but its layer number and purpose number do not correspond to an existing LPP in the technology file. A default packet is used to display shapes on this new LPP.
If layer and purpose names associated with either the layer or purpose numbers, or both are not defined in the technology file attached to the sub cellview of the hierarchy, then:
-
Name of the new layer will be
LXXX, where XXX is the layer number. -
Name of the new purpose will be
PYYY, where YYY is the purpose number.
GUI Equivalent
Examples
envGetVal("graphic" "addDesignLppsToTech")
envSetVal("graphic" "addDesignLppsToTech" 'boolean t)
Related Topics
Return to top