B
bu-bu
Guest
Hello,
Please i need your help
I have written a skill script to change the symbol of some transistors
in my schematic.
But i can not just replace the headers, since the bulk of the new
transistor is at different location.
So i wanted to create a small piece of wire between the existing wire
(which does not connect anymore the bulk ) and the new terminal.
I used schCreateWire for that.
schCreateWire( cv "route" "full" list(list(px1 py1) list(px2 py2)) 0
0 0 )
(i just put this part of my code since the rest is just calculation of
my points p1 and p2)
when i probe my net, all look fine. The net and the terminal are
blinking ^^v
Then, when i check & save my schematic, i have the following warning:
Warning: Floating net "MyNet" at (3..35 1.5250)
and the returned location is the perfect center of my newly connected
terminal.
I don't understand why . Could someone help me please ?
Thanks,
bubu
Please i need your help
I have written a skill script to change the symbol of some transistors
in my schematic.
But i can not just replace the headers, since the bulk of the new
transistor is at different location.
So i wanted to create a small piece of wire between the existing wire
(which does not connect anymore the bulk ) and the new terminal.
I used schCreateWire for that.
schCreateWire( cv "route" "full" list(list(px1 py1) list(px2 py2)) 0
0 0 )
(i just put this part of my code since the rest is just calculation of
my points p1 and p2)
when i probe my net, all look fine. The net and the terminal are
blinking ^^v
Then, when i check & save my schematic, i have the following warning:
Warning: Floating net "MyNet" at (3..35 1.5250)
and the returned location is the perfect center of my newly connected
terminal.
I don't understand why . Could someone help me please ?
Thanks,
bubu