vfpPACCriticalNetName
layoutXL.pinAccessChecker vfpPACCriticalNetName string "list_of_netNames"
Description
Specifies the names of the critical nets that are to be routed first.
The list of nets must be space separated. For example, if you specify netA netB netC, then the tool prioritizes the netA, netB, and netC for routing in the layout view.
GUI Equivalent
Examples
envGetVal("layoutXL.pinAccessChecker" "vfpPACCriticalNetName")
envSetVal("layoutXL.pinAccessChecker" "vfpPACCriticalNetName" 'string "net_1 net_2")
Related Topics
Pin Accessibility Checker Form
Running the Pin Accessibility Checker
Return to top