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

gdmAddSpecToSpecList

gdmAddSpecToSpecList(
G_gdmSpec
q_gdmSpecList
)
=> t / nil

Description

Adds a gdmSpec object to a gdmSpecList. This function automatically increases the size of the gdmSpecList object to add more gdmSpec objects, if required.

Arguments

G_gdmSpec

The object you want to add to the gdmSpecList.

q_gdmSpecList

The list to which you want to add a gdmSpec.

Value Returned

t

The object was added to the gdmSpecList.

nil

The object could not be added to the gdmSpecList.

Related Topics

gdmCreateSpec

gdmstatus


Return to top
 ⠀
X