aprCreateModgens
APR.device.constraint aprCreateModgens boolean { t | nil }
Description
Creates Modgens in the View and Edit Constraints section of the Constraints tab of the Auto P&R assistant. When set to nil, symmetry constraints are created.
GUI Equivalent
Examples
envGetVal("APR.device.constraint" "aprCreateModgens")
envSetVal("APR.device.constraint" "aprCreateModgens" 'boolean nil)
Related Topics
Generating Constraints and Constraint Groups
Auto P&R Assistant User Interface for Device-Level Placement
aprCreateModgenFromTemplate
APR.device.constraint aprCreateModgenFromTemplate boolean { t | nil }
Description
Specifies whether the default Modgen reuse template file is applied to all the Modgens that are generated in the Constraints step of the automated device placement and routing flow.
GUI Equivalent
Examples
envGetVal("APR.device.constraint" "aprCreateModgenFromTemplate")
envSetVal("APR.device.constraint" "aprCreateModgenFromTemplate" 'boolean t)
Related Topics
Generating Constraints and Constraint Groups
Auto P&R Assistant User Interface for Device-Level Placement
Return to top