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

gdmSpecType

gdmSpecType(
G_gdmSpecId
)
=> t_specType / nil

Description

Returns the type of a gdmSpec object. A gdmSpec object can be one of the following types: lib, libCell, libCellView, libFile, libCellFile, libCellViewFile, directory, or file.

Arguments

G_gdmSpecId

The gdmSpec object whose type you want to check.

Value Returned

t_specType

Returns one of the following strings:

"lib"

"libCell"

"libCellView"

"libFile"

"libCellFile"

"libCellViewFile"

"directory"

"file"

nil

G_gdmSpecId is not a valid gdmSpec object.

Related Topics

gdmCreateSpec

gdmAddSpecToSpecList

gdmCreateSpecList


Return to top
 ⠀
X