qucs_s/qucs-filter
andresmmera bb7b9fa3c9 Unify schematic generation code for MS and ideal TLIN implementation
The schematic generation code for microstrip and ideal transmission lines splitted at some point, duplicating the for-loop, etc. The code is much clearer and less prone to errors if both the microstrip implementation and the TLINES share the same logic as much as possible.

It was also found that in the microstrip implementation, the lambda/4 distance did not take into account the effective dielectric permittivity.

The recently created functions getZ() and getMicrostripWidth() were removed. Their functionality is implemented in a single line in the createSchematic() reducing the clutter.
2024-06-16 08:17:40 +02:00
..
2024-03-06 10:21:32 +03:00
2013-05-30 18:22:26 +02:00
2023-06-17 01:02:31 +03:00
2023-06-17 01:02:31 +03:00
2023-06-16 16:20:34 +03:00

#This version is obsolete; please see qucs-filter-v2 instead