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

techGetOrderLPPriorityInContext

techGetOrderLPPriorityInContext(
t_techLibName
)
=> list( (t_layer t_purpose n_priority)...) / nil

Description

Returns the ordered list of layer-purpose pairs associated with the specified technology library as defined by the function techOrderLPPriorityInContext.

Arguments

t_techLibName

The technology file library name.

Value Returned

list( (t_layer t_purpose n_priority)...)

An ordered list of LPPs to display in the Palette assistant.

  • t_layer is the layer name or number.
  • t_purpose is the purpose name or number.
  • n_priority is the priority in which the specified LPPs appear in the display order.

nil

Unable to find the list of layer-purpose pairs.

Example

techGetOrderLPPriorityInContext("TechLib3")

Returns the ordered list of layer-purpose pairs associated with the technology library, TechLib3.


Return to top
 ⠀
X