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

techGetOrderLeLsw

techGetOrderLeLsw(
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 techOrderLeLsw.

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

techGetOrderLeLsw("TechLib4")
techGetOrderLeLsw("TechLib4")
("Metal2" "drawing" 10.0)
("Via2" "drawing" 5.0)
\t )

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


Return to top
 ⠀
X