SetNetColor (Layout Editor)
Sets the color of a target net.
| UI Access | From the Nets window, right-click a net and select List to open the Design List window. From any row, double-click the bar in the Color column to open the Color window. Select a new color, then click OK to change the net's color. | ||||||||||||||||||||||||
| Parameters |
|
||||||||||||||||||||||||
| Return Value | None. |
| Python Syntax | SetNetColor([<NAME:Args>, <Name>, <Color>, [<R>, <G>, <B>]]) |
| Python Example |
|
| VB Syntax | SetNetColor(<Name:Args>, <Name>, <Color>, (<R>, <G>, <B>)) |
| VB Example |
|