cphVHSizeLimit
layoutXL cphVHSizeLimit int integer
Description
Specifies the block size at which CPH stops elaboration for virtual hierarchy generation and automatically creates a soft block.
The default is 0, which means CPH elaboration is not controlled by the number of instances inside the virtual hierarchy.
GUI Equivalents
Examples
envGetVal("layoutXL" "cphVHSizeLimit")
envSetVal("layoutXL" "cphVHSizeLimit" 'int 50)
Related Topics
List of Layout XL Environment Variables
Return to top