aesim.simba 2024.5.17a1__py3-none-win_amd64.whl → 2024.5.28a1__py3-none-win_amd64.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/Simba.Solvers.win-x64.dll +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.17a1.dist-info → aesim.simba-2024.5.28a1.dist-info}/METADATA +1 -1
  25. {aesim.simba-2024.5.17a1.dist-info → aesim.simba-2024.5.28a1.dist-info}/RECORD +27 -27
  26. {aesim.simba-2024.5.17a1.dist-info → aesim.simba-2024.5.28a1.dist-info}/WHEEL +0 -0
  27. {aesim.simba-2024.5.17a1.dist-info → aesim.simba-2024.5.28a1.dist-info}/top_level.txt +0 -0
@@ -13,12 +13,34 @@
13
13
  "Angle": 0,
14
14
  "HF": false,
15
15
  "VF": false,
16
+ "Disabled": false,
16
17
  "Name": "DC1",
17
18
  "ID": "530031e2-adda-42d6-b761-c03732700838",
18
19
  "Parameters": {
19
- "Voltage": "10"
20
+ "Voltage": "10",
21
+ "Name": "DC1"
20
22
  },
21
- "EnabledScopes": []
23
+ "EnabledScopes": [],
24
+ "ParametersDisplayAttributes": {
25
+ "Voltage": {
26
+ "IsVisible": false,
27
+ "Suffix": "",
28
+ "RelativeLocation": "2 2",
29
+ "UnrotatedWidth": 2,
30
+ "UnrotatedHeight": 1,
31
+ "FontSize": 12,
32
+ "Color": "#0081BC"
33
+ },
34
+ "Name": {
35
+ "IsVisible": true,
36
+ "Suffix": "",
37
+ "RelativeLocation": "4 3",
38
+ "UnrotatedWidth": 2,
39
+ "UnrotatedHeight": 2,
40
+ "FontSize": 12,
41
+ "Color": "#0081BC"
42
+ }
43
+ }
22
44
  },
23
45
  {
24
46
  "LibraryName": "Inductor",
@@ -27,16 +49,47 @@
27
49
  "Angle": 0,
28
50
  "HF": false,
29
51
  "VF": false,
52
+ "Disabled": false,
30
53
  "Name": "L1",
31
54
  "ID": "4288e5d3-7614-427b-8ff1-f3acfc8a5031",
32
55
  "Parameters": {
33
- "Value": "700e-6",
34
- "Iinit": "0"
56
+ "Value": "700u",
57
+ "Iinit": "0",
58
+ "Name": "L1"
35
59
  },
36
60
  "EnabledScopes": [
37
61
  "Current",
38
62
  "Voltage"
39
- ]
63
+ ],
64
+ "ParametersDisplayAttributes": {
65
+ "Value": {
66
+ "IsVisible": true,
67
+ "Suffix": "H",
68
+ "RelativeLocation": "2 1",
69
+ "UnrotatedWidth": 2,
70
+ "UnrotatedHeight": 1,
71
+ "FontSize": 12,
72
+ "Color": "#0081BC"
73
+ },
74
+ "Iinit": {
75
+ "IsVisible": false,
76
+ "Suffix": "",
77
+ "RelativeLocation": "2 4",
78
+ "UnrotatedWidth": 2,
79
+ "UnrotatedHeight": 1,
80
+ "FontSize": 12,
81
+ "Color": "#0081BC"
82
+ },
83
+ "Name": {
84
+ "IsVisible": true,
85
+ "Suffix": "",
86
+ "RelativeLocation": "2 -1",
87
+ "UnrotatedWidth": 2,
88
+ "UnrotatedHeight": 1,
89
+ "FontSize": 12,
90
+ "Color": "#0081BC"
91
+ }
92
+ }
40
93
  },
41
94
  {
42
95
  "LibraryName": "Ground",
@@ -45,10 +98,24 @@
45
98
  "Angle": 0,
46
99
  "HF": false,
47
100
  "VF": false,
101
+ "Disabled": false,
48
102
  "Name": "Ground1",
49
103
  "ID": "c8d64038-ac27-4766-841b-1920c720a66f",
50
- "Parameters": {},
51
- "EnabledScopes": []
104
+ "Parameters": {
105
+ "Name": "Ground1"
106
+ },
107
+ "EnabledScopes": [],
108
+ "ParametersDisplayAttributes": {
109
+ "Name": {
110
+ "IsVisible": false,
111
+ "Suffix": "",
112
+ "RelativeLocation": "4 3",
113
+ "UnrotatedWidth": 2,
114
+ "UnrotatedHeight": 2,
115
+ "FontSize": 12,
116
+ "Color": "#0081BC"
117
+ }
118
+ }
52
119
  },
53
120
  {
54
121
  "LibraryName": "Ideal Diode",
@@ -57,13 +124,44 @@
57
124
  "Angle": 0,
58
125
  "HF": false,
59
126
  "VF": false,
127
+ "Disabled": false,
60
128
  "Name": "D1",
61
129
  "ID": "98a8c211-b9e0-4fcb-898a-2f34e486f6e1",
62
130
  "Parameters": {
63
131
  "Rd": "0",
64
- "Vf": "0"
132
+ "Vf": "0",
133
+ "Name": "D1"
65
134
  },
66
- "EnabledScopes": []
135
+ "EnabledScopes": [],
136
+ "ParametersDisplayAttributes": {
137
+ "Rd": {
138
+ "IsVisible": false,
139
+ "Suffix": "",
140
+ "RelativeLocation": "2 0",
141
+ "UnrotatedWidth": 2,
142
+ "UnrotatedHeight": 1,
143
+ "FontSize": 12,
144
+ "Color": "#0081BC"
145
+ },
146
+ "Vf": {
147
+ "IsVisible": false,
148
+ "Suffix": "",
149
+ "RelativeLocation": "2 1",
150
+ "UnrotatedWidth": 2,
151
+ "UnrotatedHeight": 1,
152
+ "FontSize": 12,
153
+ "Color": "#0081BC"
154
+ },
155
+ "Name": {
156
+ "IsVisible": true,
157
+ "Suffix": "",
158
+ "RelativeLocation": "2 2",
159
+ "UnrotatedWidth": 2,
160
+ "UnrotatedHeight": 1,
161
+ "FontSize": 12,
162
+ "Color": "#0081BC"
163
+ }
164
+ }
67
165
  },
68
166
  {
69
167
  "LibraryName": "Capacitor",
@@ -72,13 +170,44 @@
72
170
  "Angle": 90,
73
171
  "HF": false,
74
172
  "VF": false,
173
+ "Disabled": false,
75
174
  "Name": "C2",
76
175
  "ID": "b7ed778b-b5f2-4860-91a4-f14f3eb6f850",
77
176
  "Parameters": {
78
- "Value": "48e-6",
79
- "Vinit": "0"
177
+ "Value": "48u",
178
+ "Vinit": "0",
179
+ "Name": "C2"
80
180
  },
81
- "EnabledScopes": []
181
+ "EnabledScopes": [],
182
+ "ParametersDisplayAttributes": {
183
+ "Value": {
184
+ "IsVisible": true,
185
+ "Suffix": "F",
186
+ "RelativeLocation": "2 2",
187
+ "UnrotatedWidth": 2,
188
+ "UnrotatedHeight": 2,
189
+ "FontSize": 12,
190
+ "Color": "#0081BC"
191
+ },
192
+ "Vinit": {
193
+ "IsVisible": false,
194
+ "Suffix": "V",
195
+ "RelativeLocation": "2 3",
196
+ "UnrotatedWidth": 2,
197
+ "UnrotatedHeight": 1,
198
+ "FontSize": 12,
199
+ "Color": "#0081BC"
200
+ },
201
+ "Name": {
202
+ "IsVisible": true,
203
+ "Suffix": "",
204
+ "RelativeLocation": "2 -1",
205
+ "UnrotatedWidth": 2,
206
+ "UnrotatedHeight": 1,
207
+ "FontSize": 12,
208
+ "Color": "#0081BC"
209
+ }
210
+ }
82
211
  },
83
212
  {
84
213
  "LibraryName": "Resistor",
@@ -87,14 +216,36 @@
87
216
  "Angle": 90,
88
217
  "HF": false,
89
218
  "VF": false,
219
+ "Disabled": false,
90
220
  "Name": "R1",
91
221
  "ID": "a9397285-4bce-4485-a005-284c1e83396d",
92
222
  "Parameters": {
93
- "Value": "25"
223
+ "Value": "25",
224
+ "Name": "R1"
94
225
  },
95
226
  "EnabledScopes": [
96
227
  "Voltage"
97
- ]
228
+ ],
229
+ "ParametersDisplayAttributes": {
230
+ "Value": {
231
+ "IsVisible": true,
232
+ "Suffix": "\u03A9",
233
+ "RelativeLocation": "2 2",
234
+ "UnrotatedWidth": 2,
235
+ "UnrotatedHeight": 2,
236
+ "FontSize": 12,
237
+ "Color": "#0081BC"
238
+ },
239
+ "Name": {
240
+ "IsVisible": true,
241
+ "Suffix": "",
242
+ "RelativeLocation": "2 -1",
243
+ "UnrotatedWidth": 2,
244
+ "UnrotatedHeight": 1,
245
+ "FontSize": 12,
246
+ "Color": "#0081BC"
247
+ }
248
+ }
98
249
  },
99
250
  {
100
251
  "LibraryName": "Controlled Switch",
@@ -102,19 +253,34 @@
102
253
  "Left": 23,
103
254
  "Angle": 90,
104
255
  "HF": false,
105
- "VF": false,
256
+ "VF": true,
257
+ "Disabled": false,
106
258
  "Name": "SW1",
107
259
  "ID": "a0c4c963-e01f-4d37-8fd1-92766010c949",
108
- "Parameters": {},
109
- "EnabledScopes": []
260
+ "Parameters": {
261
+ "Name": "SW1"
262
+ },
263
+ "EnabledScopes": [],
264
+ "ParametersDisplayAttributes": {
265
+ "Name": {
266
+ "IsVisible": true,
267
+ "Suffix": "",
268
+ "RelativeLocation": "2 3",
269
+ "UnrotatedWidth": 2,
270
+ "UnrotatedHeight": 1,
271
+ "FontSize": 12,
272
+ "Color": "#0081BC"
273
+ }
274
+ }
110
275
  },
111
276
  {
112
277
  "LibraryName": "Square Wave",
113
- "Top": 29,
114
- "Left": 25,
278
+ "Top": 16,
279
+ "Left": 19,
115
280
  "Angle": 0,
116
281
  "HF": false,
117
282
  "VF": false,
283
+ "Disabled": false,
118
284
  "Name": "C1",
119
285
  "ID": "47eab347-9851-47ac-a8f7-b39fc92fa7b3",
120
286
  "Parameters": {
@@ -123,9 +289,75 @@
123
289
  "DutyCycle": "0.5",
124
290
  "Offset": "0",
125
291
  "PhaseShift": "0",
126
- "SamplingTime": "none"
292
+ "SamplingTime": "none",
293
+ "Name": "C1"
127
294
  },
128
- "EnabledScopes": []
295
+ "EnabledScopes": [],
296
+ "ParametersDisplayAttributes": {
297
+ "Amplitude": {
298
+ "IsVisible": false,
299
+ "Suffix": "",
300
+ "RelativeLocation": "1 4",
301
+ "UnrotatedWidth": 2,
302
+ "UnrotatedHeight": 1,
303
+ "FontSize": 12,
304
+ "Color": "#04B404"
305
+ },
306
+ "Frequency": {
307
+ "IsVisible": false,
308
+ "Suffix": "Hz",
309
+ "RelativeLocation": "1 5",
310
+ "UnrotatedWidth": 2,
311
+ "UnrotatedHeight": 1,
312
+ "FontSize": 12,
313
+ "Color": "#04B404"
314
+ },
315
+ "DutyCycle": {
316
+ "IsVisible": false,
317
+ "Suffix": "",
318
+ "RelativeLocation": "1 6",
319
+ "UnrotatedWidth": 2,
320
+ "UnrotatedHeight": 1,
321
+ "FontSize": 12,
322
+ "Color": "#04B404"
323
+ },
324
+ "Offset": {
325
+ "IsVisible": false,
326
+ "Suffix": "",
327
+ "RelativeLocation": "1 7",
328
+ "UnrotatedWidth": 2,
329
+ "UnrotatedHeight": 1,
330
+ "FontSize": 12,
331
+ "Color": "#04B404"
332
+ },
333
+ "PhaseShift": {
334
+ "IsVisible": false,
335
+ "Suffix": "\u00B0",
336
+ "RelativeLocation": "1 8",
337
+ "UnrotatedWidth": 2,
338
+ "UnrotatedHeight": 1,
339
+ "FontSize": 12,
340
+ "Color": "#04B404"
341
+ },
342
+ "SamplingTime": {
343
+ "IsVisible": false,
344
+ "Suffix": "",
345
+ "RelativeLocation": "1 9",
346
+ "UnrotatedWidth": 2,
347
+ "UnrotatedHeight": 1,
348
+ "FontSize": 12,
349
+ "Color": "#04B404"
350
+ },
351
+ "Name": {
352
+ "IsVisible": true,
353
+ "Suffix": "",
354
+ "RelativeLocation": "1 -1",
355
+ "UnrotatedWidth": 2,
356
+ "UnrotatedHeight": 1,
357
+ "FontSize": 12,
358
+ "Color": "#04B404"
359
+ }
360
+ }
129
361
  }
130
362
  ],
131
363
  "Connectors": [
@@ -167,7 +399,7 @@
167
399
  "EndY": 9
168
400
  }
169
401
  ],
170
- "Name": "C1"
402
+ "Name": "C2"
171
403
  },
172
404
  {
173
405
  "Segments": [
@@ -212,12 +444,6 @@
212
444
  "EndX": 22,
213
445
  "EndY": 27
214
446
  },
215
- {
216
- "StartX": 26,
217
- "StartY": 21,
218
- "EndX": 26,
219
- "EndY": 25
220
- },
221
447
  {
222
448
  "StartX": 34,
223
449
  "StartY": 20,
@@ -230,6 +456,12 @@
230
456
  "EndX": 40,
231
457
  "EndY": 25
232
458
  },
459
+ {
460
+ "StartX": 26,
461
+ "StartY": 21,
462
+ "EndX": 26,
463
+ "EndY": 25
464
+ },
233
465
  {
234
466
  "StartX": 11,
235
467
  "StartY": 25,
@@ -237,48 +469,36 @@
237
469
  "EndY": 25
238
470
  },
239
471
  {
240
- "StartX": 22,
472
+ "StartX": 34,
241
473
  "StartY": 25,
242
- "EndX": 26,
474
+ "EndX": 40,
243
475
  "EndY": 25
244
476
  },
245
477
  {
246
- "StartX": 26,
478
+ "StartX": 22,
247
479
  "StartY": 25,
248
- "EndX": 34,
480
+ "EndX": 26,
249
481
  "EndY": 25
250
482
  },
251
483
  {
252
- "StartX": 34,
484
+ "StartX": 26,
253
485
  "StartY": 25,
254
- "EndX": 40,
486
+ "EndX": 34,
255
487
  "EndY": 25
256
488
  }
257
489
  ],
258
- "Name": "C5"
490
+ "Name": "C1"
259
491
  },
260
492
  {
261
493
  "Segments": [
262
494
  {
263
- "StartX": 30,
264
- "StartY": 18,
265
- "EndX": 30,
266
- "EndY": 31
267
- },
268
- {
269
- "StartX": 28,
495
+ "StartX": 24,
270
496
  "StartY": 18,
271
- "EndX": 30,
497
+ "EndX": 23,
272
498
  "EndY": 18
273
- },
274
- {
275
- "StartX": 29,
276
- "StartY": 31,
277
- "EndX": 30,
278
- "EndY": 31
279
499
  }
280
500
  ],
281
- "Name": "C2"
501
+ "Name": "C4"
282
502
  }
283
503
  ],
284
504
  "Name": "Top Circuit",
@@ -289,6 +509,7 @@
289
509
  "EndTime": "50m",
290
510
  "FixedTimeStep": false,
291
511
  "SaveInitialPoint": true,
512
+ "CompressScopes": false,
292
513
  "StopAtSteadyState": false,
293
514
  "TimeStep": "1u",
294
515
  "BaseFrequencyParameterEnabled": false,