modgenPToTTrunkNets
layoutXL modgenPToTTrunkNets string "net_name"
Description
Specifies the names of the nets to which trunks need to be added. The net name must be enclosed in quotation marks; for example, "(\"GND\")".
GUI Equivalent
Examples
envGetVal("layoutXL" "modgenPToTTrunkNet")
envSetVal("layoutXL" "modgenPToTTrunkNet" 'string "(\"GND\")")
envSetVal("layoutXL" "modgenPToTTrunkNet" 'string "(\"GND\" \"INP\" \"OUT\")")
Return to top