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

overrideRadio

cdsLibManager.deleteTag overrideRadio toggle (no yes yesAll cancel)

Description

Specifies the delete action when a library does not have the required cdsinfo.tag file and cdsLibManager.delete libCheckOn is set to t. The choices are:

GUI Equivalent

None

Examples

The following example returns the current value for the environment variable. The return value of (t nil nil nil) indicates that the no option is enabled and the other three options are disabled:

envGetVal("cdsLibManager.deleteTag" "overrideRadio")
(t nil nil nil)

The example below enables yes and yesAll and disables no and cancel:

envSetVal("cdsLibManager.deleteTag" "overrideRadio" 'toggle '(nil t t nil))

Related Topics

Using UNIX to Add Settings to a .cdsenv File


Return to top
 ⠀
X