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

updateChoice

cdsLibManager.copy updateChoice toggle (entireLib copiesOnly)

Description

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

GUI Equivalent

Command:

Edit – Copy

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.copy" "updateChoice")
(t nil)

The example below enables copiesOnly and disables entireLib:

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

Related Topics

Copy Library Form

Copy View Form

Using UNIX to Add Settings to a .cdsenv File


Return to top
 ⠀
X