E
Erik Wanta
Guest
I am moving instances in a schematic with dbMoveFig or schMove:
dbMoveFig(car(geGetSelectedSet()) nil list(list(0 0.1) "R0"))
I have a wire connected to a pin on the instance that I am moving.
The wire doesn't go along with the instance when I move the instance.
How do I get the wire to stretch when the instance is moved?
I tried to use schHiStretch, but that is an interactive command.
Maybe I can emulate the mouse clicks?
---
Erik
dbMoveFig(car(geGetSelectedSet()) nil list(list(0 0.1) "R0"))
I have a wire connected to a pin on the instance that I am moving.
The wire doesn't go along with the instance when I move the instance.
How do I get the wire to stretch when the instance is moved?
I tried to use schHiStretch, but that is an interactive command.
Maybe I can emulate the mouse clicks?
---
Erik