modeOption
layoutXL.floorplan modeOption cyclic { "All" | "Selected" }
Description
Specifies the location in which the net shapes must be searched. The valid values are:
-
All: Searches for net shapes in all nets in the current cellview. This is the default value. -
Selected: Searches for net shapes only in the selected nets in the current cellview.
GUI Equivalent
|
Floorplan – Pin Tool – Create – Auto-Create Pins Plan – Pin Planning – Pin Tool – Create – Auto-Create Pins (Virtuoso Layout Suite EXL) |
|
Examples
envGetVal("layoutXL.floorplan" "modeOption")
envSetVal("layoutXL.floorplan" "modeOption" 'cyclic "Selected")
Related Topics
Create Pin From Net Shapes Form
Return to top