resetOnRemaster
cdba.params resetOnRemaster boolean { t | nil }
Description
Resets the new master CDF parameter value to the default value.
When resetOnRemaster is set, editing the master for multiple instances is disabled. This is because remastering requires the changes to be applied immediately. The tool only enables editing when the value of the Apply To field is set to "only current" and the current cellview is writable.
This environment variable controls the behavior of device remastering through dbRemasterAnyInst(), which can be invoked by modifying the library or cell lists in the Edit Object Properties form.
-
t: the remastering flow is performed to allow the database properties to be updated. -
nil: the instance is remastered but no database properties are modified. This is the default.
GUI Equivalent
Examples
envGetVal("cdba.params" "resetOnRemaster")
envSetVal("cdba.params" "resetOnRemaster" 'boolean t)
Related Topics
dbUpdateCellNameInInstNamePrefixDuringRemaster
Return to top