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