aesim.simba 2024.5.22a1__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.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,13 +13,44 @@
13
13
  "Angle": 0,
14
14
  "HF": false,
15
15
  "VF": false,
16
+ "Disabled": false,
16
17
  "Name": "duty cycle",
17
18
  "ID": "302edd65-c539-442e-96f4-c0fb47d291db",
18
19
  "Parameters": {
19
20
  "Value": "0.417",
20
- "SamplingTime": "none"
21
+ "SamplingTime": "none",
22
+ "Name": "duty cycle"
21
23
  },
22
- "EnabledScopes": []
24
+ "EnabledScopes": [],
25
+ "ParametersDisplayAttributes": {
26
+ "Value": {
27
+ "IsVisible": true,
28
+ "Suffix": "",
29
+ "RelativeLocation": "1 1",
30
+ "UnrotatedWidth": 2,
31
+ "UnrotatedHeight": 2,
32
+ "FontSize": 12,
33
+ "Color": "#04B404"
34
+ },
35
+ "SamplingTime": {
36
+ "IsVisible": false,
37
+ "Suffix": "",
38
+ "RelativeLocation": "1 4",
39
+ "UnrotatedWidth": 2,
40
+ "UnrotatedHeight": 1,
41
+ "FontSize": 12,
42
+ "Color": "#04B404"
43
+ },
44
+ "Name": {
45
+ "IsVisible": true,
46
+ "Suffix": "",
47
+ "RelativeLocation": "1 -1",
48
+ "UnrotatedWidth": 2,
49
+ "UnrotatedHeight": 1,
50
+ "FontSize": 12,
51
+ "Color": "#04B404"
52
+ }
53
+ }
23
54
  },
24
55
  {
25
56
  "LibraryName": "AC Sweep Perturbation",
@@ -28,12 +59,34 @@
28
59
  "Angle": 0,
29
60
  "HF": false,
30
61
  "VF": false,
62
+ "Disabled": false,
31
63
  "Name": "Control",
32
64
  "ID": "bd8a5de2-6310-4499-8bd3-0974bde63a09",
33
65
  "Parameters": {
34
- "SamplingTime": "none"
66
+ "SamplingTime": "none",
67
+ "Name": "Control"
35
68
  },
36
- "EnabledScopes": []
69
+ "EnabledScopes": [],
70
+ "ParametersDisplayAttributes": {
71
+ "SamplingTime": {
72
+ "IsVisible": false,
73
+ "Suffix": "",
74
+ "RelativeLocation": "1 4",
75
+ "UnrotatedWidth": 2,
76
+ "UnrotatedHeight": 1,
77
+ "FontSize": 12,
78
+ "Color": "#04B404"
79
+ },
80
+ "Name": {
81
+ "IsVisible": true,
82
+ "Suffix": "",
83
+ "RelativeLocation": "1 -1",
84
+ "UnrotatedWidth": 2,
85
+ "UnrotatedHeight": 1,
86
+ "FontSize": 12,
87
+ "Color": "#04B404"
88
+ }
89
+ }
37
90
  },
38
91
  {
39
92
  "LibraryName": "Sum",
@@ -42,14 +95,54 @@
42
95
  "Angle": 0,
43
96
  "HF": false,
44
97
  "VF": false,
98
+ "Disabled": false,
45
99
  "Name": "SUM1",
46
100
  "ID": "759cd653-2ed7-4ce5-b8a8-40dee46e2213",
47
101
  "Parameters": {
48
102
  "NumberOfInputs": "2",
49
103
  "Gains": "[1 1]",
50
- "SamplingTime": "none"
104
+ "SamplingTime": "none",
105
+ "Name": "SUM1"
51
106
  },
52
- "EnabledScopes": []
107
+ "EnabledScopes": [],
108
+ "ParametersDisplayAttributes": {
109
+ "NumberOfInputs": {
110
+ "IsVisible": false,
111
+ "Suffix": "",
112
+ "RelativeLocation": "1 4",
113
+ "UnrotatedWidth": 2,
114
+ "UnrotatedHeight": 1,
115
+ "FontSize": 12,
116
+ "Color": "#04B404"
117
+ },
118
+ "Gains": {
119
+ "IsVisible": false,
120
+ "Suffix": "",
121
+ "RelativeLocation": "0 5",
122
+ "UnrotatedWidth": 3,
123
+ "UnrotatedHeight": 1,
124
+ "FontSize": 12,
125
+ "Color": "#04B404"
126
+ },
127
+ "SamplingTime": {
128
+ "IsVisible": false,
129
+ "Suffix": "",
130
+ "RelativeLocation": "1 6",
131
+ "UnrotatedWidth": 2,
132
+ "UnrotatedHeight": 1,
133
+ "FontSize": 12,
134
+ "Color": "#04B404"
135
+ },
136
+ "Name": {
137
+ "IsVisible": true,
138
+ "Suffix": "",
139
+ "RelativeLocation": "1 -1",
140
+ "UnrotatedWidth": 2,
141
+ "UnrotatedHeight": 1,
142
+ "FontSize": 12,
143
+ "Color": "#04B404"
144
+ }
145
+ }
53
146
  },
54
147
  {
55
148
  "LibraryName": "Triangular Wave",
@@ -58,6 +151,7 @@
58
151
  "Angle": 0,
59
152
  "HF": false,
60
153
  "VF": false,
154
+ "Disabled": false,
61
155
  "Name": "Fsw",
62
156
  "ID": "510cf891-55f3-49de-85c1-1ddd6adfdacd",
63
157
  "Parameters": {
@@ -66,9 +160,75 @@
66
160
  "DutyCycle": "1",
67
161
  "Offset": "0",
68
162
  "PhaseShift": "0",
69
- "SamplingTime": "none"
163
+ "SamplingTime": "none",
164
+ "Name": "Fsw"
70
165
  },
71
- "EnabledScopes": []
166
+ "EnabledScopes": [],
167
+ "ParametersDisplayAttributes": {
168
+ "Amplitude": {
169
+ "IsVisible": false,
170
+ "Suffix": "",
171
+ "RelativeLocation": "1 4",
172
+ "UnrotatedWidth": 2,
173
+ "UnrotatedHeight": 1,
174
+ "FontSize": 12,
175
+ "Color": "#04B404"
176
+ },
177
+ "Frequency": {
178
+ "IsVisible": false,
179
+ "Suffix": "Hz",
180
+ "RelativeLocation": "1 5",
181
+ "UnrotatedWidth": 2,
182
+ "UnrotatedHeight": 1,
183
+ "FontSize": 12,
184
+ "Color": "#04B404"
185
+ },
186
+ "DutyCycle": {
187
+ "IsVisible": false,
188
+ "Suffix": "",
189
+ "RelativeLocation": "1 6",
190
+ "UnrotatedWidth": 2,
191
+ "UnrotatedHeight": 1,
192
+ "FontSize": 12,
193
+ "Color": "#04B404"
194
+ },
195
+ "Offset": {
196
+ "IsVisible": false,
197
+ "Suffix": "",
198
+ "RelativeLocation": "1 7",
199
+ "UnrotatedWidth": 2,
200
+ "UnrotatedHeight": 1,
201
+ "FontSize": 12,
202
+ "Color": "#04B404"
203
+ },
204
+ "PhaseShift": {
205
+ "IsVisible": false,
206
+ "Suffix": "\u00B0",
207
+ "RelativeLocation": "1 8",
208
+ "UnrotatedWidth": 2,
209
+ "UnrotatedHeight": 1,
210
+ "FontSize": 12,
211
+ "Color": "#04B404"
212
+ },
213
+ "SamplingTime": {
214
+ "IsVisible": false,
215
+ "Suffix": "",
216
+ "RelativeLocation": "1 9",
217
+ "UnrotatedWidth": 2,
218
+ "UnrotatedHeight": 1,
219
+ "FontSize": 12,
220
+ "Color": "#04B404"
221
+ },
222
+ "Name": {
223
+ "IsVisible": true,
224
+ "Suffix": "",
225
+ "RelativeLocation": "1 -1",
226
+ "UnrotatedWidth": 2,
227
+ "UnrotatedHeight": 1,
228
+ "FontSize": 12,
229
+ "Color": "#04B404"
230
+ }
231
+ }
72
232
  },
73
233
  {
74
234
  "LibraryName": "DC Voltage Source",
@@ -77,12 +237,34 @@
77
237
  "Angle": 0,
78
238
  "HF": false,
79
239
  "VF": false,
240
+ "Disabled": false,
80
241
  "Name": "Vin",
81
242
  "ID": "1b0d68d8-476b-4b2e-94ef-1ada15652a41",
82
243
  "Parameters": {
83
- "Voltage": "12"
244
+ "Voltage": "12",
245
+ "Name": "Vin"
84
246
  },
85
- "EnabledScopes": []
247
+ "EnabledScopes": [],
248
+ "ParametersDisplayAttributes": {
249
+ "Voltage": {
250
+ "IsVisible": false,
251
+ "Suffix": "",
252
+ "RelativeLocation": "2 2",
253
+ "UnrotatedWidth": 2,
254
+ "UnrotatedHeight": 1,
255
+ "FontSize": 12,
256
+ "Color": "#0081BC"
257
+ },
258
+ "Name": {
259
+ "IsVisible": true,
260
+ "Suffix": "",
261
+ "RelativeLocation": "4 3",
262
+ "UnrotatedWidth": 2,
263
+ "UnrotatedHeight": 2,
264
+ "FontSize": 12,
265
+ "Color": "#0081BC"
266
+ }
267
+ }
86
268
  },
87
269
  {
88
270
  "LibraryName": "Comparator",
@@ -91,12 +273,34 @@
91
273
  "Angle": 0,
92
274
  "HF": false,
93
275
  "VF": false,
276
+ "Disabled": false,
94
277
  "Name": "COMP1",
95
278
  "ID": "ce61ab6d-51c1-4584-be08-520fd6a07791",
96
279
  "Parameters": {
97
- "SamplingTime": "none"
280
+ "SamplingTime": "none",
281
+ "Name": "COMP1"
98
282
  },
99
- "EnabledScopes": []
283
+ "EnabledScopes": [],
284
+ "ParametersDisplayAttributes": {
285
+ "SamplingTime": {
286
+ "IsVisible": false,
287
+ "Suffix": "",
288
+ "RelativeLocation": "1 4",
289
+ "UnrotatedWidth": 2,
290
+ "UnrotatedHeight": 1,
291
+ "FontSize": 12,
292
+ "Color": "#04B404"
293
+ },
294
+ "Name": {
295
+ "IsVisible": true,
296
+ "Suffix": "",
297
+ "RelativeLocation": "1 -1",
298
+ "UnrotatedWidth": 2,
299
+ "UnrotatedHeight": 1,
300
+ "FontSize": 12,
301
+ "Color": "#04B404"
302
+ }
303
+ }
100
304
  },
101
305
  {
102
306
  "LibraryName": "Controlled Switch",
@@ -105,10 +309,24 @@
105
309
  "Angle": 0,
106
310
  "HF": false,
107
311
  "VF": false,
312
+ "Disabled": false,
108
313
  "Name": "SW1",
109
314
  "ID": "8417488b-5564-490f-9117-f2f9282ce761",
110
- "Parameters": {},
111
- "EnabledScopes": []
315
+ "Parameters": {
316
+ "Name": "SW1"
317
+ },
318
+ "EnabledScopes": [],
319
+ "ParametersDisplayAttributes": {
320
+ "Name": {
321
+ "IsVisible": true,
322
+ "Suffix": "",
323
+ "RelativeLocation": "2 3",
324
+ "UnrotatedWidth": 2,
325
+ "UnrotatedHeight": 1,
326
+ "FontSize": 12,
327
+ "Color": "#0081BC"
328
+ }
329
+ }
112
330
  },
113
331
  {
114
332
  "LibraryName": "Ground",
@@ -117,10 +335,24 @@
117
335
  "Angle": 0,
118
336
  "HF": false,
119
337
  "VF": false,
338
+ "Disabled": false,
120
339
  "Name": "Ground1",
121
340
  "ID": "cfc0512d-0ff2-4126-96b2-0898a2e3ffdb",
122
- "Parameters": {},
123
- "EnabledScopes": []
341
+ "Parameters": {
342
+ "Name": "Ground1"
343
+ },
344
+ "EnabledScopes": [],
345
+ "ParametersDisplayAttributes": {
346
+ "Name": {
347
+ "IsVisible": false,
348
+ "Suffix": "",
349
+ "RelativeLocation": "4 3",
350
+ "UnrotatedWidth": 2,
351
+ "UnrotatedHeight": 2,
352
+ "FontSize": 12,
353
+ "Color": "#0081BC"
354
+ }
355
+ }
124
356
  },
125
357
  {
126
358
  "LibraryName": "Ideal Diode",
@@ -129,13 +361,44 @@
129
361
  "Angle": 270,
130
362
  "HF": false,
131
363
  "VF": false,
364
+ "Disabled": false,
132
365
  "Name": "D1",
133
366
  "ID": "dd0b68df-26a9-473b-9fbb-97c9cd3eb615",
134
367
  "Parameters": {
135
368
  "Rd": "0",
136
- "Vf": "0"
369
+ "Vf": "0",
370
+ "Name": "D1"
137
371
  },
138
- "EnabledScopes": []
372
+ "EnabledScopes": [],
373
+ "ParametersDisplayAttributes": {
374
+ "Rd": {
375
+ "IsVisible": false,
376
+ "Suffix": "",
377
+ "RelativeLocation": "2 0",
378
+ "UnrotatedWidth": 2,
379
+ "UnrotatedHeight": 1,
380
+ "FontSize": 12,
381
+ "Color": "#0081BC"
382
+ },
383
+ "Vf": {
384
+ "IsVisible": false,
385
+ "Suffix": "",
386
+ "RelativeLocation": "2 1",
387
+ "UnrotatedWidth": 2,
388
+ "UnrotatedHeight": 1,
389
+ "FontSize": 12,
390
+ "Color": "#0081BC"
391
+ },
392
+ "Name": {
393
+ "IsVisible": true,
394
+ "Suffix": "",
395
+ "RelativeLocation": "2 2",
396
+ "UnrotatedWidth": 2,
397
+ "UnrotatedHeight": 1,
398
+ "FontSize": 12,
399
+ "Color": "#0081BC"
400
+ }
401
+ }
139
402
  },
140
403
  {
141
404
  "LibraryName": "Inductor",
@@ -144,13 +407,44 @@
144
407
  "Angle": 0,
145
408
  "HF": false,
146
409
  "VF": false,
410
+ "Disabled": false,
147
411
  "Name": "L1",
148
412
  "ID": "76721366-7283-4832-a768-2239ced480ed",
149
413
  "Parameters": {
150
414
  "Value": "100u",
151
- "Iinit": "0"
415
+ "Iinit": "0",
416
+ "Name": "L1"
152
417
  },
153
- "EnabledScopes": []
418
+ "EnabledScopes": [],
419
+ "ParametersDisplayAttributes": {
420
+ "Value": {
421
+ "IsVisible": true,
422
+ "Suffix": "H",
423
+ "RelativeLocation": "2 2",
424
+ "UnrotatedWidth": 2,
425
+ "UnrotatedHeight": 1,
426
+ "FontSize": 12,
427
+ "Color": "#0081BC"
428
+ },
429
+ "Iinit": {
430
+ "IsVisible": false,
431
+ "Suffix": "",
432
+ "RelativeLocation": "2 4",
433
+ "UnrotatedWidth": 2,
434
+ "UnrotatedHeight": 1,
435
+ "FontSize": 12,
436
+ "Color": "#0081BC"
437
+ },
438
+ "Name": {
439
+ "IsVisible": true,
440
+ "Suffix": "",
441
+ "RelativeLocation": "2 -1",
442
+ "UnrotatedWidth": 2,
443
+ "UnrotatedHeight": 1,
444
+ "FontSize": 12,
445
+ "Color": "#0081BC"
446
+ }
447
+ }
154
448
  },
155
449
  {
156
450
  "LibraryName": "Resistor",
@@ -159,12 +453,34 @@
159
453
  "Angle": 180,
160
454
  "HF": false,
161
455
  "VF": false,
456
+ "Disabled": false,
162
457
  "Name": "rl",
163
458
  "ID": "072a28f7-f9b4-4fdf-abfa-802332280648",
164
459
  "Parameters": {
165
- "Value": "10m"
460
+ "Value": "10m",
461
+ "Name": "rl"
166
462
  },
167
- "EnabledScopes": []
463
+ "EnabledScopes": [],
464
+ "ParametersDisplayAttributes": {
465
+ "Value": {
466
+ "IsVisible": true,
467
+ "Suffix": "\u03A9",
468
+ "RelativeLocation": "2 2",
469
+ "UnrotatedWidth": 2,
470
+ "UnrotatedHeight": 1,
471
+ "FontSize": 12,
472
+ "Color": "#0081BC"
473
+ },
474
+ "Name": {
475
+ "IsVisible": true,
476
+ "Suffix": "",
477
+ "RelativeLocation": "2 -1",
478
+ "UnrotatedWidth": 2,
479
+ "UnrotatedHeight": 1,
480
+ "FontSize": 12,
481
+ "Color": "#0081BC"
482
+ }
483
+ }
168
484
  },
169
485
  {
170
486
  "LibraryName": "Resistor",
@@ -173,12 +489,34 @@
173
489
  "Angle": 90,
174
490
  "HF": false,
175
491
  "VF": false,
492
+ "Disabled": false,
176
493
  "Name": "rc",
177
494
  "ID": "0c6d6cee-9442-4178-8cf0-c7a0df04c3e3",
178
495
  "Parameters": {
179
- "Value": "30m"
496
+ "Value": "30m",
497
+ "Name": "rc"
180
498
  },
181
- "EnabledScopes": []
499
+ "EnabledScopes": [],
500
+ "ParametersDisplayAttributes": {
501
+ "Value": {
502
+ "IsVisible": true,
503
+ "Suffix": "\u03A9",
504
+ "RelativeLocation": "2 2",
505
+ "UnrotatedWidth": 2,
506
+ "UnrotatedHeight": 2,
507
+ "FontSize": 12,
508
+ "Color": "#0081BC"
509
+ },
510
+ "Name": {
511
+ "IsVisible": true,
512
+ "Suffix": "",
513
+ "RelativeLocation": "2 -1",
514
+ "UnrotatedWidth": 2,
515
+ "UnrotatedHeight": 1,
516
+ "FontSize": 12,
517
+ "Color": "#0081BC"
518
+ }
519
+ }
182
520
  },
183
521
  {
184
522
  "LibraryName": "Capacitor",
@@ -187,13 +525,44 @@
187
525
  "Angle": 90,
188
526
  "HF": false,
189
527
  "VF": false,
528
+ "Disabled": false,
190
529
  "Name": "C2",
191
530
  "ID": "e1010892-3b9d-4da3-ab3f-53a3d96d502a",
192
531
  "Parameters": {
193
532
  "Value": "47u",
194
- "Vinit": "0"
533
+ "Vinit": "0",
534
+ "Name": "C2"
195
535
  },
196
- "EnabledScopes": []
536
+ "EnabledScopes": [],
537
+ "ParametersDisplayAttributes": {
538
+ "Value": {
539
+ "IsVisible": true,
540
+ "Suffix": "F",
541
+ "RelativeLocation": "2 2",
542
+ "UnrotatedWidth": 2,
543
+ "UnrotatedHeight": 1,
544
+ "FontSize": 12,
545
+ "Color": "#0081BC"
546
+ },
547
+ "Vinit": {
548
+ "IsVisible": false,
549
+ "Suffix": "V",
550
+ "RelativeLocation": "2 3",
551
+ "UnrotatedWidth": 2,
552
+ "UnrotatedHeight": 1,
553
+ "FontSize": 12,
554
+ "Color": "#0081BC"
555
+ },
556
+ "Name": {
557
+ "IsVisible": true,
558
+ "Suffix": "",
559
+ "RelativeLocation": "2 -1",
560
+ "UnrotatedWidth": 2,
561
+ "UnrotatedHeight": 1,
562
+ "FontSize": 12,
563
+ "Color": "#0081BC"
564
+ }
565
+ }
197
566
  },
198
567
  {
199
568
  "LibraryName": "Resistor",
@@ -202,15 +571,37 @@
202
571
  "Angle": 90,
203
572
  "HF": false,
204
573
  "VF": false,
574
+ "Disabled": false,
205
575
  "Name": "Rload",
206
576
  "ID": "231718f9-8c3d-4b77-b610-cf19f294b769",
207
577
  "Parameters": {
208
- "Value": "5"
578
+ "Value": "5",
579
+ "Name": "Rload"
209
580
  },
210
581
  "EnabledScopes": [
211
582
  "Voltage",
212
583
  "Current"
213
- ]
584
+ ],
585
+ "ParametersDisplayAttributes": {
586
+ "Value": {
587
+ "IsVisible": true,
588
+ "Suffix": "\u03A9",
589
+ "RelativeLocation": "2 2",
590
+ "UnrotatedWidth": 2,
591
+ "UnrotatedHeight": 1,
592
+ "FontSize": 12,
593
+ "Color": "#0081BC"
594
+ },
595
+ "Name": {
596
+ "IsVisible": true,
597
+ "Suffix": "",
598
+ "RelativeLocation": "2 -2",
599
+ "UnrotatedWidth": 2,
600
+ "UnrotatedHeight": 2,
601
+ "FontSize": 12,
602
+ "Color": "#0081BC"
603
+ }
604
+ }
214
605
  }
215
606
  ],
216
607
  "Connectors": [
@@ -453,6 +844,7 @@
453
844
  "EndTime": "50m",
454
845
  "FixedTimeStep": false,
455
846
  "SaveInitialPoint": true,
847
+ "CompressScopes": false,
456
848
  "StopAtSteadyState": true,
457
849
  "TimeStep": "1E-08",
458
850
  "BaseFrequencyParameterEnabled": false,