Product Documentation
Cadence Application Infrastructure SKILL Reference
Product Version IC23.1, November 2023

ccpGetAutoRename

ccpGetAutoRename()
=> t / nil

Description

Gets the current status of the auto rename feature. Earlier, the status of this feature was controlled only by a single time evaluation of the CDS_COPY_AUTO_RENAME shell environment variable. This environment variable defines the initial status setting for this feature. Now, the ccpSetAutoRename function allows you to change the status after the startup initialization.

Arguments

None

Value Returned

t

The auto rename feature is enabled.

nil

The auto rename feature is disabled.

Examples

The auto rename feature is enabled.

ccpGetAutoRename()
=> t

Related Topics

ccpSetAutoRename


Return to top
 ⠀
X