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

selectMatches

cdsLibManager.ckIn selectMatches toggle (all checkedOut unmanaged checkedIn)

Description

Specifies what items are selected when checking in an item. The choices are:

GUI Equivalent

Command:

Design Manager – Check In

Field:

Show

Examples

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

envGetVal("cdsLibManager.ckIn" "selectMatches")
(t nil nil nil)

The example below enables ckOut and noDM and disables all and ckInWritable:

envSetVal("cdsLibManager.ckIn" "selectMatches" 'toggle '(nil t t nil))

Related Topics

Check In Form


Return to top
 ⠀
X