labelLPP
layout labelLPP cyclic { "auto" | "currentLayer" | "sameLayer" | "selectLayer" }
Description
Specifies the layer or purpose to be used for creating labels.This determines the layer to place the label from the stampLabelLayers section of the technology file.
-
currentLayer: Default. Uses the layer/purpose set as the current entry layer in the Layers assistant. -
sameLayer: Uses the layer of the object to be labeled. -
selectLayer:Specifies the layer/purpose from the drop-down list in the Create Label form.
GUI Equivalent
Examples
envGetVal("layout" "labelLPP")
envSetVal("layout" "labelLPP" 'cyclic "sameLayer")
envSetVal("layout" "labelLPP" 'cyclic "selectLayer")
Related Topics
Return to top