autoExclEdit
cdsLibEditor.main autoExclEdit boolean { t | nil }
Description
It is not recommended to set the
autoExcl lock to t because other Cadence programs malfunction when the cds.lib file is locked.
Sets the exclusive lock for the cds.lib file that is currently open in the library path editor. The default value is nil.
GUI Equivalent
Examples
envGetVal("cdsLibEditor.main" "autoExclEdit")
envSetVal("cdsLibEditor.main" "autoExclEdit" 'boolean t)
Related Topics
Locking the cds.lib File for Editing
Return to top