Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

apLoadOptions

apLoadOptions(
?ecv d_cv
?optFile t_optionsFileName
?placerType S_placementStyle
)
=> t / nil

Description

Load options from the given options file into the Auto P&R assistant for the specified placement style.

Arguments

?ecv d_cv

The layout cellview for which the settings are applicable.

?optFile t_optionsFileName

Path and name of the options file.

?placerType S_placementStyle

Placement type for which the settings are to be applied. The valid values are "device" and "stdCell".

Value Returned

t

The options from the file were loaded to the UI.

nil

The options could not be loaded.

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
 ⠀
X