Hi,
I am using a Lua macro in CADFEKO to programmatically generate a large periodic structure for multiport analysis. The geometry creation involves operations such as creating patches, vias, and assigning edge ports.
The script works correctly for smaller models, but when the total model becomes sufficiently large, CADFEKO crashes with the critical error PK_ERROR_tag_limit_exceeded.
I was wondering whether anyone has encountered this issue before, and if there are any recommended workarounds or best practices for building large scripted models for multiport analysis without hitting this limitation.
Any suggestions would be greatly appreciated.