Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow cell.comp(0) or net.branch(0) or net.comp(0) #377

Closed
jnsbck opened this issue Jul 12, 2024 · 0 comments · Fixed by #447 or #453
Closed

Allow cell.comp(0) or net.branch(0) or net.comp(0) #377

jnsbck opened this issue Jul 12, 2024 · 0 comments · Fixed by #447 or #453

Comments

@jnsbck
Copy link
Contributor

jnsbck commented Jul 12, 2024

Should we allow cell.comp(0) or net.branch(0) or net.comp(0)? I think this would be helpful sometimes to be able to reference comps by their global index that can also be found in cell.nodes. Currently this can be achieved via cell.branch.comp(0), which I think might be an artefact and is less clear.

@michaeldeistler michaeldeistler added enhancement New feature or request high priority and removed enhancement New feature or request high priority labels Oct 3, 2024
@jnsbck jnsbck mentioned this issue Oct 10, 2024
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 a pull request may close this issue.

2 participants