lxSchematicEditMode
layoutXL lxSchematicEditMode boolean { t | nil }
Description
Controls whether the schematic cellview is opened in edit mode or not, depending on the mode in which the layout cellview is opened.
If the environment variable is set to t and the layout cellview is opened in edit mode, the schematic cellview is opened in edit mode as well, irrespective of the original mode of the schematic cellview. See
Examples
envGetVal("layoutXL" "lxSchematicEditMode")
envSetVal("layoutXL" "lxSchematicEditMode" 'boolean t)
envSetVal("layoutXL" "lxSchematicEditMode" 'boolean nil)
Additional Information
The table below indicates the mode in which the schematic cellview is opened, depending on the state of the environment variable, lxSchematicEditMode, and the mode in which the layout cellview is opened.
lxSchematicEditMode set to ...
|
Layout cellview mode | Schematic cellview mode | Schematic cellview opens in mode |
Related Topics
List of Layout XL Environment Variables
Return to top