lxSchematicDefaultApp
layoutXL lxSchematicDefaultApp cyclic { "L" | "XL" | "None" }
Description
Specifies which tier of the Virtuoso Schematic Editor is started when you launch Layout XL or GXL. If the environment variable is set to “None”, the Layout XL is launched without the schematic editor being open.
The schematic editor tier level does not change when you launch Layout XL from the Virtuoso Schematic Editor XL nor when you switch between layout editor tier levels after Layout XL or GXL have been launched.
Arguments
GUI Equivalent
|
Open with (Connectivity Form) |
Examples
envGetVal("layoutXL" "lxSchematicDefaultApp")
envSetVal("layoutXL" "lxSchematicDefaultApp" 'cyclic "L")
envSetVal("layoutXL" "lxSchematicDefaultApp" 'cyclic "XL")
envSetVal("layoutXL" "lxSchematicDefaultApp" 'cyclic "None")
Related Topics
List of Layout XL Environment Variables
Return to top