Skip to content

Implemented solution for #2306#2309

Open
klayoutmatthias wants to merge 3 commits intomasterfrom
feature/issue-2306
Open

Implemented solution for #2306#2309
klayoutmatthias wants to merge 3 commits intomasterfrom
feature/issue-2306

Conversation

@klayoutmatthias
Copy link
Copy Markdown
Collaborator

First of all, NetlistBrowserDialog#current_path now has a setter. Changing the selection will navigate to the location of the selected object, but not issue an "on_selection_changed" event.

In addition, the following features have been added:

  • NetlistBrowserDialog#db_index
  • NetlistBrowserDialog#view

First of all, NetlistBrowserDialog#current_path now has a setter.
Changing the selection will navigate to the location of the
selected object, but not issue an "on_selection_changed" event.

In addition, the following features have been added:
* NetlistBrowserDialog#db_index
* NetlistBrowserDialog#view
Matthias Koefferlein added 2 commits March 23, 2026 20:36
You can generate paths from net, device, circuit or subcircuit
objects. To generate a path for an object from the first netlist
of a pair (layout netlist in LVS case), use

  NetlistObjectsPath#from_first

e.g.

  path = RBA::NetlistObjectsPath::from_first(net)

For an object from the second netlist (schematic in the LVS case)
use "from_second".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Request: API-access to a setter for the selected entry in the Netlist Database Browser

1 participant