patternPresetItemList
gpe patternPresetItemList string l_presetList
Description
Specifies the pattern presets to be listed in the Pattern Preset drop-down list in the Array Assistant. You can alter the entries and the sequence in which they are listed.
The default value is default, where the sequence is:
"Current|Clustered|Interdigitated|Compact|Custom|Zigzag|Shift|Common Centroid|Resistor Topology"
The
Resistor Topology preset is conditionally visible in the tool. The visibility condition is applied only when patternPresetItemList is set to either Resistor Topology or default.
If neither
Current nor Custom presets are included in the environment variable string, they are added at the bottom of the list.GUI Equivalent
Examples
envGetVal("gpe" "patternPresetItemList")
envSetVal("gpe" "patternPresetItemList" 'string "Compact|Interdigitated|Clustered|Common Centroid")
Related Topics
Modgen Placement Settings in the Array Assistant
Return to top