9 Commits

Author SHA1 Message Date
ThomasZecha
63d6d07000 Introduce optional netlisting to console
-Replaced Component::getExpression(bool isXyce, bool isCdl) with
 Component::getExpression(spicecompat::SpiceDialect dialect)

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
2025-01-19 15:18:42 +01:00
ThomasZecha
718d9c37ca New feature CDL netlist export
-Introduced new parameter for cdl-type netlist export to Component::getExpression() and
 derivatives. It is used for CDL type specific netlist parameter export.

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
2024-12-23 11:12:21 +01:00
Integral
3445ad89ef
refactor: use QString() as empty QString constructor 2024-10-19 15:13:10 +08:00
Andrey Kalmykov
01738ccb84 Fix labels of SPICE netlist sections being rendered too small
On some devices the labels like .PARAM, .Nutmeg, etc. were rendered
too small comparing to other parts of a component. With this commit
they are rendered the same way on all devices.
2024-06-15 11:01:22 +02:00
Vadim Kuznetsov
cac4e8f997 Fixed warning #576 2024-02-17 17:19:59 +03:00
Vadim Kuznetsov
6b489ca6dc Process disable INCLUDE script 2024-02-14 20:54:55 +03:00
Krasilnikov Sergey
7c8afceeec wip - simulator for component 2023-06-09 13:54:29 +03:00
Vadim Kuznetsov
69c7eb4973 Add qucs namespace and fix Arc name conflict 2022-02-20 15:43:44 +01:00
Vadim Kuznetzov
0ef376acfb Added Include script component
Include script allows to add some custom SPICE code before the schematic
inialization.
2017-03-03 16:09:51 +03:00