trackColumns
layout.wspMgr trackColumns 'string {["width"]["spacing"]["repeat"]["wiretype"]
["color"]}
Description
Specifies the columns as a space-separated string for the Tracks table in the WSP Manager form. The default value is "width spacing repeat wiretype color".
GUI Equivalent
Examples
envGetVal("layout.wspMgr" "trackColumns")
envSetVal("layout.wspMgr" "trackColumns" 'string "width spacing color")
Return to top