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
Value Returned
|
An ordered list of LPPs to display in the Palette assistant. |
|
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