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
Value Returned
|
An ordered list of LPPs to display in the Palette assistant. |
|
Example
techGetOrderLPPriorityInContext("TechLib3")
Returns the ordered list of layer-purpose pairs associated with the technology library, TechLib3.
Return to top