initIOPinPurposeNames
layoutXL initIOPinPurposeNames string "purpose_names"
Description
Specifies the layer purposes to use on:
- The IO Pins tab of the Configure Physical Hierarchy Window (Soft Block mode).
-
The IO Pins tab of the Generate Layout Form and Update Components and Nets Form form.
-
The layers are obtained from the
validLayers()constraint and filtered based on the initIOPinLayerNames environment variable. TheinitIOPinPurposeNamesenvironment variable then filters the purposes from the entire list and displays only the specified purposes. - For a layer-purpose pair to be listed on the form, it must match a valid layer-purpose pair. If the filter finds no match, the entire layer-purpose pair list is displayed.
-
The layers are obtained from the
The default value is "", which means all valid layer purpose pairs for the filtered layers are displayed.
Arguments
GUI Equivalent
Examples
envGetVal("layoutXL" "initIOPinPurposeNames")
envSetVal("layoutXL" "initIOPinPurposeNames" 'string "pin drawing")
Related Topics
Generating All Components from Source
List of Layout XL Environment Variables
Return to top