initIOLabelType
layoutXL initIOLabelType string { "Label" | "Text Display" | "None" }
Description
Specifies the type of label that Layout XL generates for I/O pins. When set to None, no pin label is created. This setting is honored by the Generate All From Source, Generated Selected From Source, and Update Components And Nets commands.
For
this environment variable to take effect, you must also set the createPinLabel environment variable to t.Arguments
|
Creates pin labels on the layer specified by initIOPinLayer. |
|
|
Creates text displays on the layer specified by initIOPinLayer. |
|
GUI Equivalent
|
Connectivity – Generate – All From Source (I/O Pins tab)
Connectivity – Update – Components And Nets (I/O Pins tab) |
|
Examples
envGetVal("layoutXL" "initIOLabelType")
envSetVal("layoutXL" "initIOLabelType" 'string "Label")
envSetVal("layoutXL" "initIOLabelType" 'string "Text Display")
envSetVal("layoutXL" "initIOLabelType" 'string "None")
Related Topics
List of Layout XL Environment Variables
Return to top