cphPromptConfigOrSchematic
layoutXL cphPromptConfigOrSchematic boolean { t | nil }
Description
Controls whether the user is prompted to open the physical configuration cellview or top cellview when descending into a physical configuration cellview in a schematic cellview.
When set to nil, the Open Configuration or Top CellView form will not be displayed. The schematic cellview will open in the context of the physical configuration cellview.
GUI Equivalent
Examples
envGetVal("layoutXL" "cphPromptConfigOrSchematic")
envSetVal("layoutXL" "cphPromptConfigOrSchematic" 'boolean t)
envSetVal("layoutXL" "cphPromptConfigOrSchematic" 'boolean nil)
Related Topics
Physical Hierarchy Configuration
List of Layout XL Environment Variables
Return to top