Closed tomflexcompute closed 3 months ago
@yaugenst
Hey @tomflexcompute, it's a field of the LayeredComponentBase
, from which the Tidy3DComponent
inherits, see here. It is used to extend the ports of the gds component and set bounding boxes accordingly. Is there something in particular that you think isn't working?
Hey @tomflexcompute, it's a field of the
LayeredComponentBase
, from which theTidy3DComponent
inherits, see here. It is used to extend the ports of the gds component and set bounding boxes accordingly. Is there something in particular that you think isn't working?
Good to see you on the other side @yaugenst :grin:. Some user reported this parameter has no effect. Let me double check.
Ok the user confirmed that it's working properly even though he encountered some issues that he couldn't reproduce now. If he encounters the issue again we can look into it.
Great!
In
Tidy3DComponent
,extend_ports
is defined but not actually used anywhere. Therefore there is no way to effectively set the extension length for ports.