apLoadOptions
apLoadOptions(?ecvd_cv?optFilet_optionsFileName?placerTypeS_placementStyle) =>t/ nil
Description
Load options from the given options file into the Auto P&R assistant for the specified placement style.
Arguments
|
Placement type for which the settings are to be applied. The valid values are |
|
Value Returned
Examples
Loads settings from the file .cadence/dfII/APR/1/presets/initTab.stdCell.gp for standard cell flow in current cellview.
apLoadOptions( ?ecv geGetEditCellView() ?optFile ".cadence/dfII/APR/1/presets/initTab.stdCell.gp" ?placerType "stdCell")
=> t
Return to top