Jeff Young
|
a126d961d8
|
More dead code removal and a bit of formatting and const& for strings.
|
2023-02-22 10:45:27 +00:00 |
Jeff Young
|
68fe146861
|
Remove most of SIM_VALUE in favour of good old wxString.
This allows us to save the user's intent, including units, formatting,
and crucially variable references.
|
2023-02-22 10:45:27 +00:00 |
Mikolaj Wielgus
|
c857e533a9
|
Sim: Fix crash when a field tries to set an inexistent parameter
Refactored SetParamValue() and friends to use exceptions instead of
return values.
|
2022-10-12 04:27:48 +02:00 |
jean-pierre charras
|
01a1d148e6
|
Make a sentence understandable and translatable.
Fix a minor compil warning
|
2022-10-07 10:11:02 +02:00 |
Mikolaj Wielgus
|
e99d531c88
|
Sim: LTspice model compat: Ignore spurious values
Also fix parsing type in ako models
|
2022-10-04 22:44:26 +02:00 |
Mikolaj Wielgus
|
120b569048
|
Sim: Support ako models
|
2022-10-04 17:48:10 +02:00 |
Mikolaj Wielgus
|
e4865ce543
|
Excise wxString from simulation
|
2022-09-22 07:41:52 +02:00 |
Mikolaj Wielgus
|
8599323dce
|
Sim: Move Spice model parsing to a separate class hierarchy
Roughly analogous to the SPICE_GENERATOR hierarchy.
|
2022-09-19 07:24:46 +02:00 |