dbGetViaLayer2Control
dbGetViaLayer2Control(d_viaId) =>t_colorControl/ nil
Description
Returns the color control assigned to layer 2 of the via. Default value for color control is noShift.
Arguments
Value Returned
|
Returns the color control assigned to the layer2 of the via.
Valid values: |
|
Example
dbGetViaLayer2Control( dbCreateVia( cvId viaDefId '(0 0) "R0" ) )
=> "noShift"
dbGetViaLayer2Control( grayVia )
=> "noColor"
Return to top