aesim.simba 2024.5.22a1__py3-none-manylinux1_x86_64.whl → 2024.5.28a1__py3-none-manylinux1_x86_64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (27) hide show
  1. aesim/simba/Resources/Resources/DesignExamples.jsimba +460 -465
  2. aesim/simba/Resources/Resources/Examples/acdc_3ph_diodebridge.jsimba +548 -37
  3. aesim/simba/Resources/Resources/Examples/acdc_3ph_thyristor_rectifier.jsimba +1627 -216
  4. aesim/simba/Resources/Resources/Examples/acdc_pfc_totem_pole.jsimba +1343 -108
  5. aesim/simba/Resources/Resources/Examples/bldc_drive_example.jsimba +1941 -146
  6. aesim/simba/Resources/Resources/Examples/dcac_3_phase_inverter_spwm.jsimba +977 -58
  7. aesim/simba/Resources/Resources/Examples/dcdc_boost_converter.jsimba +271 -50
  8. aesim/simba/Resources/Resources/Examples/dcdc_buck_c_code.jsimba +618 -50
  9. aesim/simba/Resources/Resources/Examples/dcdc_buck_chopper_thermal.jsimba +399 -29
  10. aesim/simba/Resources/Resources/Examples/dcdc_buck_converter_ac_sweep.jsimba +420 -28
  11. aesim/simba/Resources/Resources/Examples/dcdc_buckboost.jsimba +595 -54
  12. aesim/simba/Resources/Resources/Examples/dcdc_dual_active_bridge_converter.jsimba +1672 -122
  13. aesim/simba/Resources/Resources/Examples/dcdc_flyback.jsimba +342 -28
  14. aesim/simba/Resources/Resources/Examples/dcdc_interleaved_buck_chopper.jsimba +723 -66
  15. aesim/simba/Resources/Resources/Examples/dcdc_llc_resonant_converter.jsimba +1859 -124
  16. aesim/simba/Resources/Resources/Examples/dcdc_phase_shift_full_bridge_converter.jsimba +1598 -160
  17. aesim/simba/Resources/Resources/libSimba.Solvers.linux-x64.so +0 -0
  18. aesim/simba/Resources/Simba.Data.deps.json +8 -8
  19. aesim/simba/Resources/Simba.Data.dll +0 -0
  20. aesim/simba/Resources/Simba.Drawing.dll +0 -0
  21. aesim/simba/Resources/Simba.Helper.dll +0 -0
  22. aesim/simba/__init__.py +1 -1
  23. aesim/simba/__init__.pyi +98 -0
  24. {aesim.simba-2024.5.22a1.dist-info → aesim.simba-2024.5.28a1.dist-info}/METADATA +1 -1
  25. {aesim.simba-2024.5.22a1.dist-info → aesim.simba-2024.5.28a1.dist-info}/RECORD +27 -27
  26. {aesim.simba-2024.5.22a1.dist-info → aesim.simba-2024.5.28a1.dist-info}/WHEEL +0 -0
  27. {aesim.simba-2024.5.22a1.dist-info → aesim.simba-2024.5.28a1.dist-info}/top_level.txt +0 -0
@@ -13,6 +13,7 @@
13
13
  "Angle": 0,
14
14
  "HF": false,
15
15
  "VF": false,
16
+ "Disabled": false,
16
17
  "Name": "C1",
17
18
  "ID": "2eb428fb-aaf6-41a9-9fef-b201242935e7",
18
19
  "Parameters": {
@@ -20,9 +21,76 @@
20
21
  "Frequency": "10k",
21
22
  "DutyCycle": "0.5",
22
23
  "Offset": "0",
23
- "PhaseShift": "0"
24
+ "PhaseShift": "0",
25
+ "SamplingTime": "none",
26
+ "Name": "C1"
24
27
  },
25
- "EnabledScopes": []
28
+ "EnabledScopes": [],
29
+ "ParametersDisplayAttributes": {
30
+ "Amplitude": {
31
+ "IsVisible": false,
32
+ "Suffix": "",
33
+ "RelativeLocation": "1 4",
34
+ "UnrotatedWidth": 2,
35
+ "UnrotatedHeight": 1,
36
+ "FontSize": 12,
37
+ "Color": "#04B404"
38
+ },
39
+ "Frequency": {
40
+ "IsVisible": false,
41
+ "Suffix": "Hz",
42
+ "RelativeLocation": "1 5",
43
+ "UnrotatedWidth": 2,
44
+ "UnrotatedHeight": 1,
45
+ "FontSize": 12,
46
+ "Color": "#04B404"
47
+ },
48
+ "DutyCycle": {
49
+ "IsVisible": false,
50
+ "Suffix": "",
51
+ "RelativeLocation": "1 6",
52
+ "UnrotatedWidth": 2,
53
+ "UnrotatedHeight": 1,
54
+ "FontSize": 12,
55
+ "Color": "#04B404"
56
+ },
57
+ "Offset": {
58
+ "IsVisible": false,
59
+ "Suffix": "",
60
+ "RelativeLocation": "1 7",
61
+ "UnrotatedWidth": 2,
62
+ "UnrotatedHeight": 1,
63
+ "FontSize": 12,
64
+ "Color": "#04B404"
65
+ },
66
+ "PhaseShift": {
67
+ "IsVisible": false,
68
+ "Suffix": "\u00B0",
69
+ "RelativeLocation": "1 8",
70
+ "UnrotatedWidth": 2,
71
+ "UnrotatedHeight": 1,
72
+ "FontSize": 12,
73
+ "Color": "#04B404"
74
+ },
75
+ "SamplingTime": {
76
+ "IsVisible": false,
77
+ "Suffix": "",
78
+ "RelativeLocation": "1 9",
79
+ "UnrotatedWidth": 2,
80
+ "UnrotatedHeight": 1,
81
+ "FontSize": 12,
82
+ "Color": "#04B404"
83
+ },
84
+ "Name": {
85
+ "IsVisible": true,
86
+ "Suffix": "",
87
+ "RelativeLocation": "1 -1",
88
+ "UnrotatedWidth": 2,
89
+ "UnrotatedHeight": 1,
90
+ "FontSize": 12,
91
+ "Color": "#04B404"
92
+ }
93
+ }
26
94
  },
27
95
  {
28
96
  "LibraryName": "Capacitor",
@@ -31,13 +99,44 @@
31
99
  "Angle": 90,
32
100
  "HF": false,
33
101
  "VF": false,
102
+ "Disabled": false,
34
103
  "Name": "C2",
35
104
  "ID": "591048eb-c9e7-452e-921e-d78ee19d5e09",
36
105
  "Parameters": {
37
106
  "Value": "100u",
38
- "Vinit": "0"
107
+ "Vinit": "0",
108
+ "Name": "C2"
39
109
  },
40
- "EnabledScopes": []
110
+ "EnabledScopes": [],
111
+ "ParametersDisplayAttributes": {
112
+ "Value": {
113
+ "IsVisible": true,
114
+ "Suffix": "F",
115
+ "RelativeLocation": "2 2",
116
+ "UnrotatedWidth": 2,
117
+ "UnrotatedHeight": 2,
118
+ "FontSize": 12,
119
+ "Color": "#0081BC"
120
+ },
121
+ "Vinit": {
122
+ "IsVisible": false,
123
+ "Suffix": "V",
124
+ "RelativeLocation": "2 3",
125
+ "UnrotatedWidth": 2,
126
+ "UnrotatedHeight": 1,
127
+ "FontSize": 12,
128
+ "Color": "#0081BC"
129
+ },
130
+ "Name": {
131
+ "IsVisible": true,
132
+ "Suffix": "",
133
+ "RelativeLocation": "2 -1",
134
+ "UnrotatedWidth": 2,
135
+ "UnrotatedHeight": 1,
136
+ "FontSize": 12,
137
+ "Color": "#0081BC"
138
+ }
139
+ }
41
140
  },
42
141
  {
43
142
  "LibraryName": "Inductor",
@@ -46,15 +145,46 @@
46
145
  "Angle": 0,
47
146
  "HF": false,
48
147
  "VF": false,
148
+ "Disabled": false,
49
149
  "Name": "L1",
50
150
  "ID": "e039d5e8-3598-45fc-a04e-0a08e2f6646d",
51
151
  "Parameters": {
52
152
  "Value": "1.2m",
53
- "Iinit": "0"
153
+ "Iinit": "0",
154
+ "Name": "L1"
54
155
  },
55
156
  "EnabledScopes": [
56
157
  "Current"
57
- ]
158
+ ],
159
+ "ParametersDisplayAttributes": {
160
+ "Value": {
161
+ "IsVisible": true,
162
+ "Suffix": "H",
163
+ "RelativeLocation": "2 2",
164
+ "UnrotatedWidth": 2,
165
+ "UnrotatedHeight": 1,
166
+ "FontSize": 12,
167
+ "Color": "#0081BC"
168
+ },
169
+ "Iinit": {
170
+ "IsVisible": false,
171
+ "Suffix": "",
172
+ "RelativeLocation": "2 4",
173
+ "UnrotatedWidth": 2,
174
+ "UnrotatedHeight": 1,
175
+ "FontSize": 12,
176
+ "Color": "#0081BC"
177
+ },
178
+ "Name": {
179
+ "IsVisible": true,
180
+ "Suffix": "",
181
+ "RelativeLocation": "2 -1",
182
+ "UnrotatedWidth": 2,
183
+ "UnrotatedHeight": 1,
184
+ "FontSize": 12,
185
+ "Color": "#0081BC"
186
+ }
187
+ }
58
188
  },
59
189
  {
60
190
  "LibraryName": "Resistor",
@@ -63,12 +193,34 @@
63
193
  "Angle": 90,
64
194
  "HF": false,
65
195
  "VF": false,
196
+ "Disabled": false,
66
197
  "Name": "RLoad",
67
198
  "ID": "f0b2fb62-c29c-49d8-8cd8-41a8cd85f20b",
68
199
  "Parameters": {
69
- "Value": "15"
200
+ "Value": "15",
201
+ "Name": "RLoad"
70
202
  },
71
- "EnabledScopes": []
203
+ "EnabledScopes": [],
204
+ "ParametersDisplayAttributes": {
205
+ "Value": {
206
+ "IsVisible": true,
207
+ "Suffix": "\u03A9",
208
+ "RelativeLocation": "2 2",
209
+ "UnrotatedWidth": 2,
210
+ "UnrotatedHeight": 2,
211
+ "FontSize": 12,
212
+ "Color": "#0081BC"
213
+ },
214
+ "Name": {
215
+ "IsVisible": true,
216
+ "Suffix": "",
217
+ "RelativeLocation": "2 -3",
218
+ "UnrotatedWidth": 2,
219
+ "UnrotatedHeight": 2,
220
+ "FontSize": 12,
221
+ "Color": "#0081BC"
222
+ }
223
+ }
72
224
  },
73
225
  {
74
226
  "LibraryName": "Ideal Diode",
@@ -77,12 +229,13 @@
77
229
  "Angle": 270,
78
230
  "HF": false,
79
231
  "VF": true,
232
+ "Disabled": false,
80
233
  "Name": "D1",
81
234
  "ID": "8c704dad-e549-4f04-b10f-595dd6a7410b",
82
235
  "Parameters": {
83
236
  "Rd": "0",
84
237
  "Vf": "0",
85
- "LossCalculationFrequency": "10k"
238
+ "Name": "D1"
86
239
  },
87
240
  "EnabledScopes": [
88
241
  "Instantaneous Conduction Losses (W)",
@@ -91,7 +244,37 @@
91
244
  ],
92
245
  "ThermalDataID": "bfab2b5d-1de1-424f-99dc-20b95f71c2df",
93
246
  "LossCalculationFrequency": "10k",
94
- "CustomVariables": []
247
+ "InitialTemperature": "25",
248
+ "CustomVariables": [],
249
+ "ParametersDisplayAttributes": {
250
+ "Rd": {
251
+ "IsVisible": false,
252
+ "Suffix": "",
253
+ "RelativeLocation": "2 0",
254
+ "UnrotatedWidth": 2,
255
+ "UnrotatedHeight": 1,
256
+ "FontSize": 12,
257
+ "Color": "#0081BC"
258
+ },
259
+ "Vf": {
260
+ "IsVisible": false,
261
+ "Suffix": "",
262
+ "RelativeLocation": "2 1",
263
+ "UnrotatedWidth": 2,
264
+ "UnrotatedHeight": 1,
265
+ "FontSize": 12,
266
+ "Color": "#0081BC"
267
+ },
268
+ "Name": {
269
+ "IsVisible": true,
270
+ "Suffix": "",
271
+ "RelativeLocation": "2 2",
272
+ "UnrotatedWidth": 2,
273
+ "UnrotatedHeight": 1,
274
+ "FontSize": 12,
275
+ "Color": "#0081BC"
276
+ }
277
+ }
95
278
  },
96
279
  {
97
280
  "LibraryName": "Ideal IGBT",
@@ -100,12 +283,13 @@
100
283
  "Angle": 0,
101
284
  "HF": false,
102
285
  "VF": false,
286
+ "Disabled": false,
103
287
  "Name": "IGBT1",
104
288
  "ID": "edaa5586-fa3b-452e-94bb-e7ead2df87d7",
105
289
  "Parameters": {
106
290
  "Ron": "0",
107
291
  "Vf": "0",
108
- "LossCalculationFrequency": "10k"
292
+ "Name": "IGBT1"
109
293
  },
110
294
  "EnabledScopes": [
111
295
  "Instantaneous Conduction Losses (W)",
@@ -114,7 +298,37 @@
114
298
  ],
115
299
  "ThermalDataID": "c0933e1a-d381-4638-8ecd-74223b9f03e5",
116
300
  "LossCalculationFrequency": "10k",
117
- "CustomVariables": []
301
+ "InitialTemperature": "25",
302
+ "CustomVariables": [],
303
+ "ParametersDisplayAttributes": {
304
+ "Ron": {
305
+ "IsVisible": false,
306
+ "Suffix": "",
307
+ "RelativeLocation": "1 0",
308
+ "UnrotatedWidth": 2,
309
+ "UnrotatedHeight": 1,
310
+ "FontSize": 12,
311
+ "Color": "#0081BC"
312
+ },
313
+ "Vf": {
314
+ "IsVisible": false,
315
+ "Suffix": "",
316
+ "RelativeLocation": "1 1",
317
+ "UnrotatedWidth": 2,
318
+ "UnrotatedHeight": 1,
319
+ "FontSize": 12,
320
+ "Color": "#0081BC"
321
+ },
322
+ "Name": {
323
+ "IsVisible": true,
324
+ "Suffix": "",
325
+ "RelativeLocation": "1 2",
326
+ "UnrotatedWidth": 3,
327
+ "UnrotatedHeight": 2,
328
+ "FontSize": 12,
329
+ "Color": "#0081BC"
330
+ }
331
+ }
118
332
  },
119
333
  {
120
334
  "LibraryName": "DC Voltage Source",
@@ -123,12 +337,34 @@
123
337
  "Angle": 0,
124
338
  "HF": false,
125
339
  "VF": false,
340
+ "Disabled": false,
126
341
  "Name": "DC1",
127
342
  "ID": "e1236310-775b-49c2-bb5a-0b2790a07f67",
128
343
  "Parameters": {
129
- "Voltage": "600"
344
+ "Voltage": "600",
345
+ "Name": "DC1"
130
346
  },
131
- "EnabledScopes": []
347
+ "EnabledScopes": [],
348
+ "ParametersDisplayAttributes": {
349
+ "Voltage": {
350
+ "IsVisible": false,
351
+ "Suffix": "",
352
+ "RelativeLocation": "2 2",
353
+ "UnrotatedWidth": 2,
354
+ "UnrotatedHeight": 1,
355
+ "FontSize": 12,
356
+ "Color": "#0081BC"
357
+ },
358
+ "Name": {
359
+ "IsVisible": true,
360
+ "Suffix": "",
361
+ "RelativeLocation": "4 3",
362
+ "UnrotatedWidth": 2,
363
+ "UnrotatedHeight": 2,
364
+ "FontSize": 12,
365
+ "Color": "#0081BC"
366
+ }
367
+ }
132
368
  },
133
369
  {
134
370
  "LibraryName": "Ground",
@@ -137,10 +373,24 @@
137
373
  "Angle": 0,
138
374
  "HF": false,
139
375
  "VF": false,
376
+ "Disabled": false,
140
377
  "Name": "Ground1",
141
378
  "ID": "32c788c7-7bd7-49c2-aa6c-7959c6b060e2",
142
- "Parameters": {},
143
- "EnabledScopes": []
379
+ "Parameters": {
380
+ "Name": "Ground1"
381
+ },
382
+ "EnabledScopes": [],
383
+ "ParametersDisplayAttributes": {
384
+ "Name": {
385
+ "IsVisible": false,
386
+ "Suffix": "",
387
+ "RelativeLocation": "4 3",
388
+ "UnrotatedWidth": 2,
389
+ "UnrotatedHeight": 2,
390
+ "FontSize": 12,
391
+ "Color": "#0081BC"
392
+ }
393
+ }
144
394
  },
145
395
  {
146
396
  "LibraryName": "Thermal Resistor",
@@ -149,12 +399,34 @@
149
399
  "Angle": 0,
150
400
  "HF": false,
151
401
  "VF": false,
402
+ "Disabled": false,
152
403
  "Name": "Rheatsink",
153
404
  "ID": "8e112800-3577-42b8-bee2-abc366fce913",
154
405
  "Parameters": {
155
- "Value": "0.1"
406
+ "Value": "0.1",
407
+ "Name": "Rheatsink"
156
408
  },
157
- "EnabledScopes": []
409
+ "EnabledScopes": [],
410
+ "ParametersDisplayAttributes": {
411
+ "Value": {
412
+ "IsVisible": true,
413
+ "Suffix": "K/W ",
414
+ "RelativeLocation": "1 2",
415
+ "UnrotatedWidth": 4,
416
+ "UnrotatedHeight": 1,
417
+ "FontSize": 12,
418
+ "Color": "#E59400"
419
+ },
420
+ "Name": {
421
+ "IsVisible": true,
422
+ "Suffix": "",
423
+ "RelativeLocation": "2 -1",
424
+ "UnrotatedWidth": 2,
425
+ "UnrotatedHeight": 1,
426
+ "FontSize": 12,
427
+ "Color": "#E59400"
428
+ }
429
+ }
158
430
  },
159
431
  {
160
432
  "LibraryName": "Constant Temperature",
@@ -163,12 +435,34 @@
163
435
  "Angle": 0,
164
436
  "HF": false,
165
437
  "VF": false,
438
+ "Disabled": false,
166
439
  "Name": "Tamb",
167
440
  "ID": "b6d6176d-6a96-4479-8d8e-f03608983826",
168
441
  "Parameters": {
169
- "Temperature": "25"
442
+ "Temperature": "25",
443
+ "Name": "Tamb"
170
444
  },
171
- "EnabledScopes": []
445
+ "EnabledScopes": [],
446
+ "ParametersDisplayAttributes": {
447
+ "Temperature": {
448
+ "IsVisible": true,
449
+ "Suffix": "\u00B0 ",
450
+ "RelativeLocation": "4 5",
451
+ "UnrotatedWidth": 2,
452
+ "UnrotatedHeight": 1,
453
+ "FontSize": 12,
454
+ "Color": "#E59400"
455
+ },
456
+ "Name": {
457
+ "IsVisible": true,
458
+ "Suffix": "",
459
+ "RelativeLocation": "4 3",
460
+ "UnrotatedWidth": 2,
461
+ "UnrotatedHeight": 2,
462
+ "FontSize": 12,
463
+ "Color": "#E59400"
464
+ }
465
+ }
172
466
  },
173
467
  {
174
468
  "LibraryName": "Ground (Thermal)",
@@ -177,10 +471,24 @@
177
471
  "Angle": 0,
178
472
  "HF": false,
179
473
  "VF": false,
474
+ "Disabled": false,
180
475
  "Name": "Ground15",
181
476
  "ID": "f8473f52-929f-4f2d-89a1-06c24bda2963",
182
- "Parameters": {},
183
- "EnabledScopes": []
477
+ "Parameters": {
478
+ "Name": "Ground15"
479
+ },
480
+ "EnabledScopes": [],
481
+ "ParametersDisplayAttributes": {
482
+ "Name": {
483
+ "IsVisible": false,
484
+ "Suffix": "",
485
+ "RelativeLocation": "4 3",
486
+ "UnrotatedWidth": 2,
487
+ "UnrotatedHeight": 2,
488
+ "FontSize": 12,
489
+ "Color": "#E59400"
490
+ }
491
+ }
184
492
  },
185
493
  {
186
494
  "LibraryName": "Ground (Thermal)",
@@ -189,10 +497,24 @@
189
497
  "Angle": 0,
190
498
  "HF": false,
191
499
  "VF": false,
500
+ "Disabled": false,
192
501
  "Name": "Ground14",
193
502
  "ID": "7d27a5c2-7580-429d-8058-1e32d9905b95",
194
- "Parameters": {},
195
- "EnabledScopes": []
503
+ "Parameters": {
504
+ "Name": "Ground14"
505
+ },
506
+ "EnabledScopes": [],
507
+ "ParametersDisplayAttributes": {
508
+ "Name": {
509
+ "IsVisible": false,
510
+ "Suffix": "",
511
+ "RelativeLocation": "4 3",
512
+ "UnrotatedWidth": 2,
513
+ "UnrotatedHeight": 2,
514
+ "FontSize": 12,
515
+ "Color": "#E59400"
516
+ }
517
+ }
196
518
  },
197
519
  {
198
520
  "LibraryName": "Thermal Capacitor",
@@ -201,15 +523,46 @@
201
523
  "Angle": 90,
202
524
  "HF": false,
203
525
  "VF": false,
526
+ "Disabled": false,
204
527
  "Name": "Heatsink",
205
528
  "ID": "ad251ca5-124f-475a-8d1a-c71e8ad7b1a7",
206
529
  "Parameters": {
207
530
  "Value": "0.05",
208
- "Vinit": "25"
531
+ "Vinit": "25",
532
+ "Name": "Heatsink"
209
533
  },
210
534
  "EnabledScopes": [
211
535
  "Temperature"
212
- ]
536
+ ],
537
+ "ParametersDisplayAttributes": {
538
+ "Value": {
539
+ "IsVisible": true,
540
+ "Suffix": "J/K ",
541
+ "RelativeLocation": "3 -3",
542
+ "UnrotatedWidth": 2,
543
+ "UnrotatedHeight": 3,
544
+ "FontSize": 12,
545
+ "Color": "#E59400"
546
+ },
547
+ "Vinit": {
548
+ "IsVisible": false,
549
+ "Suffix": "\u00B0",
550
+ "RelativeLocation": "2 5",
551
+ "UnrotatedWidth": 2,
552
+ "UnrotatedHeight": 1,
553
+ "FontSize": 12,
554
+ "Color": "#E59400"
555
+ },
556
+ "Name": {
557
+ "IsVisible": true,
558
+ "Suffix": "",
559
+ "RelativeLocation": "2 -3",
560
+ "UnrotatedWidth": 2,
561
+ "UnrotatedHeight": 3,
562
+ "FontSize": 12,
563
+ "Color": "#E59400"
564
+ }
565
+ }
213
566
  }
214
567
  ],
215
568
  "Connectors": [
@@ -400,13 +753,20 @@
400
753
  }
401
754
  ],
402
755
  "Name": "Top Circuit",
403
- "Variables": []
756
+ "Variables": [],
757
+ "VariableFile": ""
404
758
  },
405
759
  "TransientAnalysis": {
406
- "EndTime": 3,
760
+ "EndTime": "3",
407
761
  "FixedTimeStep": false,
762
+ "SaveInitialPoint": true,
763
+ "CompressScopes": false,
408
764
  "StopAtSteadyState": true,
409
- "TimeStep": 1E-06
765
+ "TimeStep": "1E-06",
766
+ "BaseFrequencyParameterEnabled": false,
767
+ "NumberOfBasePeriodsSavedParameterEnabled": false,
768
+ "BaseFrequency": "60",
769
+ "NumberOfBasePeriodsSaved": "1"
410
770
  }
411
771
  }
412
772
  ],
@@ -418,6 +778,7 @@
418
778
  "Manufacturer": "Infineon",
419
779
  "PartNumber": "IGW25T120",
420
780
  "Comment": "",
781
+ "ConductionLossesGateDependency": false,
421
782
  "SemiconductorType": "DiodeThermalDataSemiconductorType",
422
783
  "ThermalImpedanceType": "CauerThermalNetworkType",
423
784
  "ConductionLosses": [
@@ -430,6 +791,7 @@
430
791
  "IVSerialized": "[0 0.448254885; 2.5 0.751787618; 6.25 0.977812469; 12.5 1.255040189; 25 1.677398884; 50 2.320865805; 100 3.301192914]"
431
792
  }
432
793
  ],
794
+ "ConductionLossesGateOff": [],
433
795
  "TurnOnLosses": [
434
796
  {
435
797
  "Temperature": 25,
@@ -460,11 +822,14 @@
460
822
  }
461
823
  ],
462
824
  "CustomVariables": [],
825
+ "Constants": [],
463
826
  "Custom1DTables": [],
464
827
  "Custom2DTables": [],
465
828
  "Custom3DTables": [],
466
829
  "ConductionLossComputationMethod": 1,
467
830
  "ConductionLossComputationFormula": null,
831
+ "ConductionLossComputationMethodGateOff": 1,
832
+ "ConductionLossComputationFormulaGateOff": "",
468
833
  "TurnOnLossComputationMethod": "LookUpTableComputationMethodType",
469
834
  "TurnOnLossComputationFormula": null,
470
835
  "TurnOffLossComputationMethod": "LookUpTableComputationMethodType",
@@ -477,6 +842,7 @@
477
842
  "Manufacturer": "Infineon",
478
843
  "PartNumber": "IGW25T120",
479
844
  "Comment": "",
845
+ "ConductionLossesGateDependency": false,
480
846
  "SemiconductorType": "IGBTThermalDataSemiconductorType",
481
847
  "ThermalImpedanceType": "CauerThermalNetworkType",
482
848
  "ConductionLosses": [
@@ -489,6 +855,7 @@
489
855
  "IVSerialized": "[0 0.79519195; 2.5 0.898404461; 6.25 1.072545432; 12.5 1.381043393; 25 2.032681058; 50 3.409129852; 100 6.316591137]"
490
856
  }
491
857
  ],
858
+ "ConductionLossesGateOff": [],
492
859
  "TurnOnLosses": [
493
860
  {
494
861
  "Temperature": 25,
@@ -534,11 +901,14 @@
534
901
  }
535
902
  ],
536
903
  "CustomVariables": [],
904
+ "Constants": [],
537
905
  "Custom1DTables": [],
538
906
  "Custom2DTables": [],
539
907
  "Custom3DTables": [],
540
908
  "ConductionLossComputationMethod": 1,
541
909
  "ConductionLossComputationFormula": null,
910
+ "ConductionLossComputationMethodGateOff": 1,
911
+ "ConductionLossComputationFormulaGateOff": "",
542
912
  "TurnOnLossComputationMethod": "LookUpTableComputationMethodType",
543
913
  "TurnOnLossComputationFormula": null,
544
914
  "TurnOffLossComputationMethod": "LookUpTableComputationMethodType",