-
Notifications
You must be signed in to change notification settings - Fork 241
Open
Labels
renderers: AnsysSomething related to HFSS renderersSomething related to HFSS renderersrenderers: layoutSomething related to GDS rendererSomething related to GDS rendererrenderers: matplotlibSomething related to matplotlib rendererSomething related to matplotlib renderer
Description
What is the feature being requested?
As the component developer can't influence which junction they want, since that is from the front end user. The component developer merely has that there are multiple junctions via add_qgeometry
, but they aren't able to specify which junction_cell
goes to which add_qgeometry
since that is a value they don't have access to
Thinking something using a list and some further tweaking for add_qgeometry
would handle it though.
A possible solution is to have add_qgeometry
within a QComponent
process the list, and make individual add_qgeometry
entries to QGeometry
"junction" table.
What are use cases for this feature?
Users can provide a list rather than a single junction
Metadata
Metadata
Assignees
Labels
renderers: AnsysSomething related to HFSS renderersSomething related to HFSS renderersrenderers: layoutSomething related to GDS rendererSomething related to GDS rendererrenderers: matplotlibSomething related to matplotlib rendererSomething related to matplotlib renderer