openConnRefTab
layoutXL openConnRefTab boolean { t | nil }
Description
Specifies whether or not the source cellview is opened in a new tab when you use the Edit In Place or Descend commands.
In the Edit In Place or Descend mode, if you run a command that needs the source schematic to be open, the environment variable automatically opens the schematic and launches the binder, if the connectivity reference is specified.
GUI Equivalent
Examples
envGetVal("layoutXL" "openConnRefTab")
envSetVal("layoutXL" "openConnRefTab" 'boolean t)
envSetVal("layoutXL" "openConnRefTab" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top