dbGetViaLayer1Control
dbGetViaLayer1Control(d_viaId) =>t_colorControl/ nil
Description
Returns the color control assigned to layer1 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
dbGetViaLayer1Control( dbCreateVia( cvId viaDefId '(0 0) "R0" ) )
=> "noShift"
dbGetViaLayer1Control( grayVia )
=> "noColor"
Return to top