alignRefObjType
layoutalignRefObjType cyclic { "instance" | "row"|"cluster boundary"|"group"|"pins"}
Description
Sets the object type to Instance, Row, Cluster Boundary, or Group when the Reference field on the Edit – Advanced – Align form is set to Object.
The default is instance. The valid values are: instance, row, cluster boundary, group, and when in floor planning mode in Layout GXL, pins. You can set the Reference field with the alignReference environment variable.
GUI Equivalent
Examples
envGetVal("layout" "alignRefObjType")
envSetVal("layout" "alignRefObjType" 'cyclic "cluster boundary")
Related Topics
Return to top