Product Documentation
Cadence Library Manager User Guide
Product Version IC23.1, November 2023

updateChoice

cdsLibManager.copyWizard updateChoice toggle (entireLib copiesOnly)

Description

Specifies what part of the library needs to be updated when updating instances.

GUI Equivalent

Command:

Edit – Copy Wizard

Field:

Update Instances

Examples

The following example returns the current value for the environment variable. The return value of (t nil) indicates that the entireLib option is enabled and copiesOnly is disabled:

envGetVal("cdsLibManager.copyWizard" "updateChoice")
(t nil)

The example below enables copiesOnly and disables entireLib:

envSetVal("cdsLibManager.copyWizard" "updateChoice" 'toggle '(nil t))

Related Topics

Using UNIX to Add Settings to a .cdsenv File

Copy Wizard Form (Exact Hierarchy)


Return to top
 ⠀
X