initCreatePadPins
layoutXL initCreatePadPins boolean { t | nil }
Description
Specifies that Layout XL generates both pins and pads for schematic pins that are connected to I/O pads (cells of type pad, padSpacer, or padAreaIO).
GUI Equivalent
|
Connectivity – Generate – All From Source (I/O Pins tab)
Connectivity – Update – Components And Nets (I/O Pins tab) |
|
Examples
envGetVal("layoutXL" "initCreatePadPins")
envSetVal("layoutXL" "initCreatePadPins" 'boolean t)
envSetVal("layoutXL" "initCreatePadPins" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top