It looks like you're new here. If you want to get involved, click one of these buttons!
Hi,
I find that statistics column in detailed info in trace_net tool can show perimeter/area of each metal/via in a net, but when shapes of a net more than 2000, statistics column will disappear in detailed info in trace_net tool, which means I can not get perimeter/area info of each metal/via in a net when shapes more than 2000, I wonder how to fix this 2000 shapes limit in statistics column in trace_net tool, thanks a lot.
Comments
I'm sorry - that limit is hardcoded currently (https://github.com/KLayout/klayout/blob/48c56619ec5dac0eb33949944b9d316a8824872f/src/plugins/tools/net_tracer/lay_plugin/layNetTracerDialog.cc#L789).
That is to prevent long running operations triggered from the UI.
Matthias