openConnRef
layoutXL openConnRef boolean { t | nil }
Description
Specifies whether or not the source schematic cellview is opened when you use the Edit In Place or Descend commands.
When switched off, the layout cellview is still opened in Layout XL mode, but with no connectivity reference.
GUI Equivalent
Examples
envGetVal("layoutXL" "openConnRef")
envSetVal("layoutXL" "openConnRef" 'boolean t)
envSetVal("layoutXL" "openConnRef" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top