Product Documentation
Virtuoso Technology Data SKILL Reference
Product Version IC23.1, June 2023

techFindWidthSpacingPattern

techFindWidthSpacingPattern(
d_techFileId
t_name
)
=> d_WidthSpacingPatternId / nil

Description

(Virtuoso Advanced Node for Layout Only) Searches for the width spacing pattern with the specified name in the specified technology file or a referenced technology database in an ITDB graph of the specified technology database.

Arguments

d_techFileId

Specifies the ID of the technology file in which the search is to be performed.

t_name

Specifies the width spacing pattern name.

Value Returned

d_widthSpacingPatternId

Returns the ID of the width spacing pattern, if found.

nil

Returned in case of failure.

Example

techFindWidthSpacingPattern(tech "wsp1")

Returns the ID of the width spacing pattern with the name wsp1, if found.


Return to top
 ⠀
X