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

techGetLPsByPriority

techGetLPsByPriority(
d_techFileID
) 
=> l_lps / nil

Description

Returns a list of database identifiers of all layer-purpose pairs (LPPs) from the specified technology file, from the lowest to the highest priority.

Arguments

d_techFileId

The ID of the technology file from which LPPs are to be extracted.

Value Returned

l_lps

A list of database identifiers of all LPPs from the specified technology file, ordered by priority.

nil

The technology file with the specified ID does not exist.

Example

techGetLPsByPriority( tech )
=> (db:0x1af0ce00 db:0x1bd40260 db:0x17a7b200 db:0x1b016520 db:0x1bd40390
    db:0x17aafca0 db:0x1bd404b0 db:0x17aa3b40 db:0x1b016400 db:0x1bd405d0
    …
)

Returns a list of database identifiers of all LPPs from the specified technology file.


Return to top
 ⠀
X