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

ddSetLibDmType

ddSetLibDmType(
b_libId
t_dmType
)
=> t / nil

Description

Sets the DMTYPE entry of the cdsinfo.tag file in the library.

Arguments

b_libId

The ID of a library object.

t_dmType

The Design Management system name to which the DMTYPE entry in the cdsinfo.tag file is being set.

Value Returned

t

The DMTYPE entry is set.

nil

The DMTYPE entry is not set.

Examples

Returns t when you set the DMTYPE entry in the cdsinfo.tag file for lib1 to "vs". Otherwise, returns nil.

libId = ddGetObj("lib1")
ddSetLibDmType(libId,"vs")

Return to top
 ⠀
X