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

vreLoadPreset

vreLoadPreset(
t_presetName
g_vreHandle
)
=> t / nil

Description

Loads a router preset file.

Arguments

t_presetName

Name of the preset file that is to be loaded.

g_vreHandle

Routing environment handle object for which the option value is to be set.

Value Returned

t

The preset file is loaded.

nil

The specified preset file is invalid for this handle.

Examples

Loads the default preset file.

vreLoadPreset("Defaults")
==> t
handle = vreGetHandle(cv 'stdCell 'nr)
vreLoadPreset("nrPresets" ?handle handle)
==> t

Related Topics

Virtuoso Automated Placement and Routing SKILL Functions


Return to top
 ⠀
X