astPinMoveMatchLayerType
layoutXL.floorplan astPinMoveMatchLayerType cyclic { "Match LPP" | "Match Layer Only" | "Match Purpose Only" }
Description
(Virtuoso Layout Suite EXL) Specifies the layer to which pins are to be moved while running the assisted move command. The valid values are:
-
Match LPP: Moves pins to the same layer and purpose as the reference shape. This is the default value. -
Match Layer Only: Moves pins to the same layer as the reference shape. The purpose remains unchanged. -
Match Purpose Only: Moves pins to the same purpose as the reference shape. The layer remains unchanged.
GUI Equivalent
Examples
envGetVal("layoutXL.floorplan" "astPinMoveMatchLayerType")
envSetVal("layoutXL.floorplan" "astPinMoveMatchLayerType" 'cyclic "Match Purpose Only")
Related Topics
Repositioning Pins Using Assisted Move
Return to top