moveConnectedObjectType
we moveConnectedObjectType cyclic { "instances" | "pins" | "all" }
Description
Maintains connectivity between instances and wires and the selected object type while moving or stretching the instances or pathSegs. This environment variable is used by the Stretch command when the Move Connected Instances and Wires option is selected.
-
instances: instances connected by wires are moved together while stretching. T -
pins:top-level pins connected by wires are moved together while stretching. Other object types are not moved. -
all: instances and pins connected by wires are moved while stretching.
GUI Equivalent
Examples
envGetVal("we" "moveConnectedObjectType")
envSetVal("we" "moveConnectedObjectType" 'cyclic "pins")
envSetVal("we" "moveConnectedObjectType" 'cyclic "all")
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top