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

ccpDmHasRename

ccpDmHasRename(
t_dmName
)
=> t / nil

Description

Checks whether a specified design management system (DMS) is loaded and enabled for GDM renaming. The DMS can be loaded either by Virtuoso at startup or by previously made successful calls to the DM objects from SKILL functions such as ddGetObjDMSys, ddIsPathManaged, or gdmstatus.

Arguments

t_dmName

The GDM name of the DMS as returned by the ddGetObjDMSys function.

Value Returned

t

The DMS specified was found to be successfully loaded and enabled for GDM renaming.

nil

The DMS specified was not found to be loaded or is not enabled for GDM renaming.

Related Topics

Generic Design Management (GDM) Functions

ddIsPathManaged

ddGetObjDMSys


Return to top
 ⠀
X