The new command Option.SignalNames to display net name in the wire. How to
control it with the set command?
--
Web access to CadSoft support forums at www.eaglecentral.ca. Where the CadSoft EAGLE community meets.
The new command Option.SignalNames to display net name in the wire. How to
control it with the set command?
--
Web access to CadSoft support forums at www.eaglecentral.ca. Where the CadSoft EAGLE community meets.
On 29/10/2016 9:33 a.m., Flemming wrote:
The new command Option.SignalNames to display net name in the wire. How to
control it with the set command?
From the HELP > Editor commands > Set
......SET Option.DrawUnprocessedPolygonEdgesContinuous 1;
and further down
.......
Option.SignalNames
If this parameter is set to '1', the signal name is displayed on the
signal wires in the color of the Unrouted layer. The default value is '0'.
So enter into the command line
SET Option.SignalNames 1;
HTH
Warren
On 29/10/2016 9:33 a.m., Flemming wrote:
The new command Option.SignalNames to display net name in the wire. How to
control it with the set command?
From the HELP > Editor commands > Set
......SET Option.DrawUnprocessedPolygonEdgesContinuous 1;
and further down
.......
Option.SignalNames
If this parameter is set to '1', the signal name is displayed on the
signal wires in the color of the Unrouted layer. The default value is '0'.
So enter into the command line
SET Option.SignalNames 1;
HTH
Warren