nameGenerator
layout.cle nameGenerator boolean { t | nil }
Description
Specifies whether to add a prefix to the name of the newly created object. This helps in preventing name conflicts among design partitions. The default is t, which means that cle_pxx is added as a prefix to the names of new objects, where xx is an alphanumeric internal partition index.
GUI Equivalent
Examples
envGetVal("layout.cle" "nameGenerator")
envSetVal("layout.cle" "nameGenerator" 'boolean t)
envSetVal("layout.cle" "nameGenerator" 'boolean nil)
Related Topics
List of Concurrent Layout Environment Variables
Return to top