createPinSchematicAware
layout createPinSchematicAware boolean { t | nil }
Description
Specifies whether pin creation must be schematic aware.
When set to t, the tool uses its I/O Type and Signal Type values from corresponding schematic reference.
When set to the default value, nil, or if the corresponding schematic reference is not found, the values specified in the Create Pin form are used.
GUI Equivalent
Examples
envGetVal("layout" "createPinSchematicAware")
envSetVal("layout" "createPinSchematicAware" 'boolean t)
Related Topics
Return to top