Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

ddGetPathDMSys

ddGetPathDMSys( 
t_path 
)
=> t_dmSysStrin / nil

Description

Takes a string that is the path to a file or directory and either returns the string name of the design management system that manages that path or returns none if no design management system is in use for that path.

Arguments

t_ path

The path name of the file or directory.

Value Returned

t_dmSysStrin

The name of the system.

nil

Object was not found.

Example

ddGetPathDMSys("/usr/home/libs/libx/cell") returns tdm

Return to top
 ⠀
X