Discussion:
Looking for script command to disconnect pad from pin
(too old to reply)
Chuck Huber
2019-09-26 19:16:52 UTC
Permalink
Guys, I'm stumped on this one.

Eagle 7.7.0, library editor.  I'm using scripted commands to delete a
pad from a package.

In order to delete a pad from a package, I first need to delete any
device-level connections to that pad.  I can easily connect them with
the CONNECT PAD PIN ... command.  But disconnecting them seems somewhat
evasive.

Any ideas on how to disconnect a device's connections using a script
command?

Thanks,
    - Chuck
Chuck Huber
2019-09-26 19:41:20 UTC
Permalink
Post by Chuck Huber
Guys, I'm stumped on this one.
Eagle 7.7.0, library editor.  I'm using scripted commands to delete a
pad from a package.
In order to delete a pad from a package, I first need to delete any
device-level connections to that pad.  I can easily connect them with
the CONNECT PAD PIN ... command.  But disconnecting them seems
somewhat evasive.
Any ideas on how to disconnect a device's connections using a script
command?
Thanks,
    - Chuck
Update:

I didn't find a way to delete connections, but I was able to delete the
entire variant, then re-add it using the PACKAGE command, and re-connect
everything (except the deleted pad) using the CONNECT command.

With that said, I'd still like to use a script command to delete a
single connection.

Thanks,
    - Chuck

Loading...