netBasedSelectionNetName
layout netBasedSelectionNetName string "the_name_of_the_net"
graphic netBasedSelectionNetName string "the_name_of_the_net"
Description
Specifies the name of the nets for which the shapes, vias, and instances can be selected. You can specify the name of a single net or multiple nets separated by a space.
GUI Equivalent
Examples
envGetVal("layout" "netBasedSelectionNetName")
envSetVal("layout" "netBasedSelectionNetName" 'string "net1 net2")
envGetVal("graphic" "netBasedSelectionNetName")
envSetVal("graphic" "netBasedSelectionNetName" 'string "net1 net2")
Related Topics
Return to top