useFastDM
cdsLibManager.option useFastDM boolean { t | nil }
Description
Specifies whether to use fast design management querying. The default is t.
Fast design management (DM) querying involves checking a master.tag file instead of the master file. It is typically much faster to query the much smaller, master.tag file of a cellview.
GUI Equivalent
Examples
envGetVal("cdsLibManager.option" "useFastDM")
envSetVal("cdsLibManager.option" "useFastDM" 'boolean nil)
Related Topics
Using UNIX to Add Settings to a .cdsenv File
Return to top