analyzeConnNetSetName
layoutXL.floorplan analyzeConnNetSetName string "netName"
Description
Lets you specify a name for the selected set of nets present in the design canvas.
The default value for this is an empty string (" "), which means that no net sets are created in the Navigator assistant.
GUI Equivalent
Examples
envGetVal("layoutXL.floorplan" "analyzeConnNetSetName")
envSetVal("layoutXL.floorplan" "analyzeConnNetSetName" 'string "powerNets")
Related Topics
Return to top