vfpPlacePinsAsSchCreateEdgeCons
layoutXL.floorplan vfpPlacePinsAsSchCreateEdgeCons boolean { t | nil }
Description
Places pins on the correct edges as per their relative positions in the schematic without creating an alignment constraint on the pins.
When set to nil, alignment constraints are not created when the Place As Schematic command is run from the Pin Planner.
GUI Equivalent
|
Floorplan – Pin Group Guide – Place As Schematic/Symbol Plan – Pin Planning – Place Pin Group Guide as Schematic/Symbol |
|
Examples
envGetVal("layoutXL.floorplan" "vfpPlacePinsAsSchCreateEdgeCons")
envSetVal("layoutXL.floorplan" "vfpPlacePinsAsSchCreateEdgeCons" 'boolean nil)
Related Topics
Pin Group Guide - Place as Schematic/Symbol Form
Return to top