viaSetValidTransitions
viaSetValidTransitions( [?techLibNamet_techLibName] [?constraintGroupNamet_constraintGroupName]((topLayer bottomLayer g_enable) ...) [g_reset] ) => t / nil
Description
Enables or disables the list of layer transitions. By default, all the transitions are enabled.
Arguments
Value Returned
|
Unable to enable the list of layer transitions due to an error. |
Examples
Enables the list of layer transitions between the specified layers.
ls=list(list("Metal1" "Oxide" nil) list("Metal1" "Poly" t) list("Metal2" "Metal1" t) list("Metal3" "Metal2" t))
viaSetValidTransitions("gpdk045" "foundry" ls)
Enables the list of layer transitions between the specified layers and resets the previous data.
reset=t
viaSetValidTransitions("gpdk045" "foundry" list('("Metal2" "Metal1" nil) '("Metal4" "Metal3" t)) reset)
Return to top