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
|
The ID of the technology file from which LPPs are to be extracted. |
Value Returned
|
A list of database identifiers of all LPPs from the specified technology file, ordered by priority. |
|
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