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

dmRadio

cdsLibManager.newLib dmRadio toggle (default noDM)

Description

Specifies whether to use design management for a newly created library.

GUI Equivalent

Command

File – New Library

Form Field

Design Manager

Examples

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

envGetVal("cdsLibManager.newLib" "dmRadio")
(t nil)

The example below enables noDM and disables default:

envSetVal("cdsLibManager.newLib" "dmRadio" 'toggle '(nil t))

Related Topics

New Library Form


Return to top
 ⠀
X