aesim.simba 2024.2.29a1__py3-none-macosx_11_0_arm64.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 (435) hide show
  1. aesim/simba/Resources/CsvHelper.dll +0 -0
  2. aesim/simba/Resources/DeviceId.Linux.dll +0 -0
  3. aesim/simba/Resources/DeviceId.Mac.dll +0 -0
  4. aesim/simba/Resources/DeviceId.Windows.dll +0 -0
  5. aesim/simba/Resources/DeviceId.dll +0 -0
  6. aesim/simba/Resources/DotNetZip.dll +0 -0
  7. aesim/simba/Resources/Microsoft.Win32.SystemEvents.dll +0 -0
  8. aesim/simba/Resources/Newtonsoft.Json.dll +0 -0
  9. aesim/simba/Resources/Python.Runtime.dll +0 -0
  10. aesim/simba/Resources/Resources/DesignExamples.jsimba +21981 -0
  11. aesim/simba/Resources/Resources/Examples/acdc_3ph_diodebridge.jsimba +552 -0
  12. aesim/simba/Resources/Resources/Examples/acdc_3ph_thyristor_rectifier.jsimba +1589 -0
  13. aesim/simba/Resources/Resources/Examples/acdc_pfc_totem_pole.jsimba +1790 -0
  14. aesim/simba/Resources/Resources/Examples/bldc_drive_example.jsimba +4074 -0
  15. aesim/simba/Resources/Resources/Examples/dcac_3_phase_inverter_spwm.jsimba +984 -0
  16. aesim/simba/Resources/Resources/Examples/dcac_5lvl_npc.jsimba +3292 -0
  17. aesim/simba/Resources/Resources/Examples/dcdc_boost_converter.jsimba +304 -0
  18. aesim/simba/Resources/Resources/Examples/dcdc_buck_c_code.jsimba +669 -0
  19. aesim/simba/Resources/Resources/Examples/dcdc_buck_chopper_thermal.jsimba +550 -0
  20. aesim/simba/Resources/Resources/Examples/dcdc_buck_converter_ac_sweep.jsimba +468 -0
  21. aesim/simba/Resources/Resources/Examples/dcdc_buck_detailed.jsimba +713 -0
  22. aesim/simba/Resources/Resources/Examples/dcdc_buckboost.jsimba +642 -0
  23. aesim/simba/Resources/Resources/Examples/dcdc_dual_active_bridge_converter.jsimba +1628 -0
  24. aesim/simba/Resources/Resources/Examples/dcdc_flyback.jsimba +361 -0
  25. aesim/simba/Resources/Resources/Examples/dcdc_forward.jsimba +458 -0
  26. aesim/simba/Resources/Resources/Examples/dcdc_interleaved_buck_chopper.jsimba +736 -0
  27. aesim/simba/Resources/Resources/Examples/dcdc_llc_resonant_converter.jsimba +1872 -0
  28. aesim/simba/Resources/Resources/Examples/dcdc_phase_shift_full_bridge_converter.jsimba +1474 -0
  29. aesim/simba/Resources/Resources/Examples/double_pulse_test.jsimba +557 -0
  30. aesim/simba/Resources/Resources/PsimSimbaDictionary.json +15667 -0
  31. aesim/simba/Resources/Resources/acdc_3ph_diodebridge.jsimba +552 -0
  32. aesim/simba/Resources/Resources/acdc_3ph_thyristor_rectifier.jsimba +1589 -0
  33. aesim/simba/Resources/Resources/bldc_drive_example.jsimba +4074 -0
  34. aesim/simba/Resources/Resources/dcac_3ph_inverter_SPWM.jsimba +942 -0
  35. aesim/simba/Resources/Resources/dcdc_buck_chopper_thermal.jsimba +550 -0
  36. aesim/simba/Resources/Resources/dcdc_buck_detailed.jsimba +713 -0
  37. aesim/simba/Resources/Resources/dcdc_buckboost.jsimba +642 -0
  38. aesim/simba/Resources/Resources/dcdc_forward.jsimba +458 -0
  39. aesim/simba/Resources/Resources/double_pulse_test.jsimba +557 -0
  40. aesim/simba/Resources/Resources/libSimba.Solvers.osx-arm64.dylib +0 -0
  41. aesim/simba/Resources/Resources/llc_resonant_converter.jsimba +1460 -0
  42. aesim/simba/Resources/Resources/pfc_totem_pole.jsimba +1639 -0
  43. aesim/simba/Resources/Resources/simba_library.c +92 -0
  44. aesim/simba/Resources/Resources/simba_library.h +37 -0
  45. aesim/simba/Resources/Simba.Data.deps.json +1149 -0
  46. aesim/simba/Resources/Simba.Data.dll +0 -0
  47. aesim/simba/Resources/Simba.Data.runtimeconfig.json +13 -0
  48. aesim/simba/Resources/Simba.Drawing.dll +0 -0
  49. aesim/simba/Resources/Simba.Helper.dll +0 -0
  50. aesim/simba/Resources/System.Drawing.Common.dll +0 -0
  51. aesim/simba/Resources/System.Linq.Async.dll +0 -0
  52. aesim/simba/Resources/System.Security.Permissions.dll +0 -0
  53. aesim/simba/Resources/System.Windows.Extensions.dll +0 -0
  54. aesim/simba/Resources/dotnet/LICENSE.txt +23 -0
  55. aesim/simba/Resources/dotnet/ThirdPartyNotices.txt +1822 -0
  56. aesim/simba/Resources/dotnet/dotnet +0 -0
  57. aesim/simba/Resources/dotnet/host/fxr/7.0.0/libhostfxr.dylib +0 -0
  58. aesim/simba/Resources/dotnet/host/fxr/8.0.0/libhostfxr.dylib +0 -0
  59. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/.version +2 -0
  60. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/Microsoft.CSharp.dll +0 -0
  61. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/Microsoft.NETCore.App.deps.json +926 -0
  62. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/Microsoft.NETCore.App.runtimeconfig.json +8 -0
  63. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/Microsoft.VisualBasic.Core.dll +0 -0
  64. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/Microsoft.VisualBasic.dll +0 -0
  65. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/Microsoft.Win32.Primitives.dll +0 -0
  66. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/Microsoft.Win32.Registry.dll +0 -0
  67. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.AppContext.dll +0 -0
  68. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Buffers.dll +0 -0
  69. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Collections.Concurrent.dll +0 -0
  70. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Collections.Immutable.dll +0 -0
  71. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Collections.NonGeneric.dll +0 -0
  72. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Collections.Specialized.dll +0 -0
  73. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Collections.dll +0 -0
  74. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ComponentModel.Annotations.dll +0 -0
  75. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ComponentModel.DataAnnotations.dll +0 -0
  76. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ComponentModel.EventBasedAsync.dll +0 -0
  77. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ComponentModel.Primitives.dll +0 -0
  78. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ComponentModel.TypeConverter.dll +0 -0
  79. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ComponentModel.dll +0 -0
  80. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Configuration.dll +0 -0
  81. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Console.dll +0 -0
  82. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Core.dll +0 -0
  83. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Data.Common.dll +0 -0
  84. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Data.DataSetExtensions.dll +0 -0
  85. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Data.dll +0 -0
  86. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.Contracts.dll +0 -0
  87. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.Debug.dll +0 -0
  88. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.DiagnosticSource.dll +0 -0
  89. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.FileVersionInfo.dll +0 -0
  90. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.Process.dll +0 -0
  91. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.StackTrace.dll +0 -0
  92. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.TextWriterTraceListener.dll +0 -0
  93. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.Tools.dll +0 -0
  94. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.TraceSource.dll +0 -0
  95. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.Tracing.dll +0 -0
  96. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Drawing.Primitives.dll +0 -0
  97. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Drawing.dll +0 -0
  98. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Dynamic.Runtime.dll +0 -0
  99. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Formats.Asn1.dll +0 -0
  100. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Formats.Tar.dll +0 -0
  101. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Globalization.Calendars.dll +0 -0
  102. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Globalization.Extensions.dll +0 -0
  103. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Globalization.dll +0 -0
  104. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.Compression.Brotli.dll +0 -0
  105. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.Compression.FileSystem.dll +0 -0
  106. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.Compression.ZipFile.dll +0 -0
  107. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.Compression.dll +0 -0
  108. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.FileSystem.AccessControl.dll +0 -0
  109. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.FileSystem.DriveInfo.dll +0 -0
  110. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.FileSystem.Primitives.dll +0 -0
  111. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.FileSystem.Watcher.dll +0 -0
  112. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.FileSystem.dll +0 -0
  113. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.IsolatedStorage.dll +0 -0
  114. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.MemoryMappedFiles.dll +0 -0
  115. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.Pipes.AccessControl.dll +0 -0
  116. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.Pipes.dll +0 -0
  117. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.UnmanagedMemoryStream.dll +0 -0
  118. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.dll +0 -0
  119. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Linq.Expressions.dll +0 -0
  120. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Linq.Parallel.dll +0 -0
  121. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Linq.Queryable.dll +0 -0
  122. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Linq.dll +0 -0
  123. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Memory.dll +0 -0
  124. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Http.Json.dll +0 -0
  125. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Http.dll +0 -0
  126. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.HttpListener.dll +0 -0
  127. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Mail.dll +0 -0
  128. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.NameResolution.dll +0 -0
  129. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.NetworkInformation.dll +0 -0
  130. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Ping.dll +0 -0
  131. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Primitives.dll +0 -0
  132. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Quic.dll +0 -0
  133. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Requests.dll +0 -0
  134. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Security.dll +0 -0
  135. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.ServicePoint.dll +0 -0
  136. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Sockets.dll +0 -0
  137. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.WebClient.dll +0 -0
  138. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.WebHeaderCollection.dll +0 -0
  139. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.WebProxy.dll +0 -0
  140. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.WebSockets.Client.dll +0 -0
  141. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.WebSockets.dll +0 -0
  142. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.dll +0 -0
  143. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Numerics.Vectors.dll +0 -0
  144. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Numerics.dll +0 -0
  145. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ObjectModel.dll +0 -0
  146. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Private.CoreLib.dll +0 -0
  147. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Private.DataContractSerialization.dll +0 -0
  148. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Private.Uri.dll +0 -0
  149. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Private.Xml.Linq.dll +0 -0
  150. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Private.Xml.dll +0 -0
  151. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.DispatchProxy.dll +0 -0
  152. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.Emit.ILGeneration.dll +0 -0
  153. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.Emit.Lightweight.dll +0 -0
  154. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.Emit.dll +0 -0
  155. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.Extensions.dll +0 -0
  156. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.Metadata.dll +0 -0
  157. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.Primitives.dll +0 -0
  158. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.TypeExtensions.dll +0 -0
  159. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.dll +0 -0
  160. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Resources.Reader.dll +0 -0
  161. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Resources.ResourceManager.dll +0 -0
  162. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Resources.Writer.dll +0 -0
  163. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.CompilerServices.Unsafe.dll +0 -0
  164. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.CompilerServices.VisualC.dll +0 -0
  165. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Extensions.dll +0 -0
  166. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Handles.dll +0 -0
  167. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.InteropServices.JavaScript.dll +0 -0
  168. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.InteropServices.RuntimeInformation.dll +0 -0
  169. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.InteropServices.dll +0 -0
  170. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Intrinsics.dll +0 -0
  171. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Loader.dll +0 -0
  172. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Numerics.dll +0 -0
  173. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Serialization.Formatters.dll +0 -0
  174. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Serialization.Json.dll +0 -0
  175. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Serialization.Primitives.dll +0 -0
  176. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Serialization.Xml.dll +0 -0
  177. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Serialization.dll +0 -0
  178. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.dll +0 -0
  179. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.AccessControl.dll +0 -0
  180. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Claims.dll +0 -0
  181. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Cryptography.Algorithms.dll +0 -0
  182. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Cryptography.Cng.dll +0 -0
  183. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Cryptography.Csp.dll +0 -0
  184. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Cryptography.Encoding.dll +0 -0
  185. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Cryptography.OpenSsl.dll +0 -0
  186. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Cryptography.Primitives.dll +0 -0
  187. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Cryptography.X509Certificates.dll +0 -0
  188. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Cryptography.dll +0 -0
  189. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Principal.Windows.dll +0 -0
  190. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Principal.dll +0 -0
  191. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.SecureString.dll +0 -0
  192. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.dll +0 -0
  193. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ServiceModel.Web.dll +0 -0
  194. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ServiceProcess.dll +0 -0
  195. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Text.Encoding.CodePages.dll +0 -0
  196. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Text.Encoding.Extensions.dll +0 -0
  197. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Text.Encoding.dll +0 -0
  198. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Text.Encodings.Web.dll +0 -0
  199. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Text.Json.dll +0 -0
  200. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Text.RegularExpressions.dll +0 -0
  201. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.Channels.dll +0 -0
  202. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.Overlapped.dll +0 -0
  203. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.Tasks.Dataflow.dll +0 -0
  204. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.Tasks.Extensions.dll +0 -0
  205. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.Tasks.Parallel.dll +0 -0
  206. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.Tasks.dll +0 -0
  207. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.Thread.dll +0 -0
  208. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.ThreadPool.dll +0 -0
  209. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.Timer.dll +0 -0
  210. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.dll +0 -0
  211. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Transactions.Local.dll +0 -0
  212. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Transactions.dll +0 -0
  213. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ValueTuple.dll +0 -0
  214. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Web.HttpUtility.dll +0 -0
  215. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Web.dll +0 -0
  216. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Windows.dll +0 -0
  217. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.Linq.dll +0 -0
  218. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.ReaderWriter.dll +0 -0
  219. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.Serialization.dll +0 -0
  220. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.XDocument.dll +0 -0
  221. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.XPath.XDocument.dll +0 -0
  222. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.XPath.dll +0 -0
  223. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.XmlDocument.dll +0 -0
  224. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.XmlSerializer.dll +0 -0
  225. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.dll +0 -0
  226. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.dll +0 -0
  227. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/WindowsBase.dll +0 -0
  228. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/createdump +0 -0
  229. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libSystem.Globalization.Native.dylib +0 -0
  230. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libSystem.IO.Compression.Native.dylib +0 -0
  231. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libSystem.Native.dylib +0 -0
  232. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libSystem.Net.Security.Native.dylib +0 -0
  233. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libSystem.Security.Cryptography.Native.Apple.dylib +0 -0
  234. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libSystem.Security.Cryptography.Native.OpenSsl.dylib +0 -0
  235. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libclrgc.dylib +0 -0
  236. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libclrjit.dylib +0 -0
  237. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libcoreclr.dylib +0 -0
  238. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libhostpolicy.dylib +0 -0
  239. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libmscordaccore.dylib +0 -0
  240. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libmscordbi.dylib +0 -0
  241. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/mscorlib.dll +0 -0
  242. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/netstandard.dll +0 -0
  243. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/.version +2 -0
  244. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/Microsoft.CSharp.dll +0 -0
  245. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/Microsoft.NETCore.App.deps.json +926 -0
  246. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/Microsoft.NETCore.App.runtimeconfig.json +5 -0
  247. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/Microsoft.VisualBasic.Core.dll +0 -0
  248. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/Microsoft.VisualBasic.dll +0 -0
  249. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/Microsoft.Win32.Primitives.dll +0 -0
  250. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/Microsoft.Win32.Registry.dll +0 -0
  251. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.AppContext.dll +0 -0
  252. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Buffers.dll +0 -0
  253. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Collections.Concurrent.dll +0 -0
  254. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Collections.Immutable.dll +0 -0
  255. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Collections.NonGeneric.dll +0 -0
  256. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Collections.Specialized.dll +0 -0
  257. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Collections.dll +0 -0
  258. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ComponentModel.Annotations.dll +0 -0
  259. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ComponentModel.DataAnnotations.dll +0 -0
  260. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ComponentModel.EventBasedAsync.dll +0 -0
  261. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ComponentModel.Primitives.dll +0 -0
  262. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ComponentModel.TypeConverter.dll +0 -0
  263. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ComponentModel.dll +0 -0
  264. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Configuration.dll +0 -0
  265. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Console.dll +0 -0
  266. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Core.dll +0 -0
  267. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Data.Common.dll +0 -0
  268. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Data.DataSetExtensions.dll +0 -0
  269. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Data.dll +0 -0
  270. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.Contracts.dll +0 -0
  271. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.Debug.dll +0 -0
  272. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.DiagnosticSource.dll +0 -0
  273. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.FileVersionInfo.dll +0 -0
  274. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.Process.dll +0 -0
  275. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.StackTrace.dll +0 -0
  276. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.TextWriterTraceListener.dll +0 -0
  277. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.Tools.dll +0 -0
  278. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.TraceSource.dll +0 -0
  279. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.Tracing.dll +0 -0
  280. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Drawing.Primitives.dll +0 -0
  281. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Drawing.dll +0 -0
  282. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Dynamic.Runtime.dll +0 -0
  283. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Formats.Asn1.dll +0 -0
  284. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Formats.Tar.dll +0 -0
  285. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Globalization.Calendars.dll +0 -0
  286. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Globalization.Extensions.dll +0 -0
  287. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Globalization.dll +0 -0
  288. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.Compression.Brotli.dll +0 -0
  289. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.Compression.FileSystem.dll +0 -0
  290. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.Compression.ZipFile.dll +0 -0
  291. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.Compression.dll +0 -0
  292. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.FileSystem.AccessControl.dll +0 -0
  293. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.FileSystem.DriveInfo.dll +0 -0
  294. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.FileSystem.Primitives.dll +0 -0
  295. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.FileSystem.Watcher.dll +0 -0
  296. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.FileSystem.dll +0 -0
  297. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.IsolatedStorage.dll +0 -0
  298. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.MemoryMappedFiles.dll +0 -0
  299. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.Pipes.AccessControl.dll +0 -0
  300. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.Pipes.dll +0 -0
  301. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.UnmanagedMemoryStream.dll +0 -0
  302. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.dll +0 -0
  303. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Linq.Expressions.dll +0 -0
  304. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Linq.Parallel.dll +0 -0
  305. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Linq.Queryable.dll +0 -0
  306. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Linq.dll +0 -0
  307. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Memory.dll +0 -0
  308. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Http.Json.dll +0 -0
  309. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Http.dll +0 -0
  310. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.HttpListener.dll +0 -0
  311. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Mail.dll +0 -0
  312. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.NameResolution.dll +0 -0
  313. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.NetworkInformation.dll +0 -0
  314. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Ping.dll +0 -0
  315. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Primitives.dll +0 -0
  316. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Quic.dll +0 -0
  317. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Requests.dll +0 -0
  318. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Security.dll +0 -0
  319. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.ServicePoint.dll +0 -0
  320. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Sockets.dll +0 -0
  321. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.WebClient.dll +0 -0
  322. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.WebHeaderCollection.dll +0 -0
  323. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.WebProxy.dll +0 -0
  324. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.WebSockets.Client.dll +0 -0
  325. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.WebSockets.dll +0 -0
  326. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.dll +0 -0
  327. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Numerics.Vectors.dll +0 -0
  328. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Numerics.dll +0 -0
  329. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ObjectModel.dll +0 -0
  330. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Private.CoreLib.dll +0 -0
  331. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Private.DataContractSerialization.dll +0 -0
  332. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Private.Uri.dll +0 -0
  333. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Private.Xml.Linq.dll +0 -0
  334. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Private.Xml.dll +0 -0
  335. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.DispatchProxy.dll +0 -0
  336. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.Emit.ILGeneration.dll +0 -0
  337. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.Emit.Lightweight.dll +0 -0
  338. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.Emit.dll +0 -0
  339. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.Extensions.dll +0 -0
  340. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.Metadata.dll +0 -0
  341. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.Primitives.dll +0 -0
  342. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.TypeExtensions.dll +0 -0
  343. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.dll +0 -0
  344. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Resources.Reader.dll +0 -0
  345. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Resources.ResourceManager.dll +0 -0
  346. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Resources.Writer.dll +0 -0
  347. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.CompilerServices.Unsafe.dll +0 -0
  348. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.CompilerServices.VisualC.dll +0 -0
  349. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Extensions.dll +0 -0
  350. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Handles.dll +0 -0
  351. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.InteropServices.JavaScript.dll +0 -0
  352. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.InteropServices.RuntimeInformation.dll +0 -0
  353. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.InteropServices.dll +0 -0
  354. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Intrinsics.dll +0 -0
  355. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Loader.dll +0 -0
  356. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Numerics.dll +0 -0
  357. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Serialization.Formatters.dll +0 -0
  358. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Serialization.Json.dll +0 -0
  359. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Serialization.Primitives.dll +0 -0
  360. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Serialization.Xml.dll +0 -0
  361. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Serialization.dll +0 -0
  362. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.dll +0 -0
  363. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.AccessControl.dll +0 -0
  364. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Claims.dll +0 -0
  365. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Cryptography.Algorithms.dll +0 -0
  366. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Cryptography.Cng.dll +0 -0
  367. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Cryptography.Csp.dll +0 -0
  368. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Cryptography.Encoding.dll +0 -0
  369. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Cryptography.OpenSsl.dll +0 -0
  370. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Cryptography.Primitives.dll +0 -0
  371. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Cryptography.X509Certificates.dll +0 -0
  372. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Cryptography.dll +0 -0
  373. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Principal.Windows.dll +0 -0
  374. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Principal.dll +0 -0
  375. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.SecureString.dll +0 -0
  376. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.dll +0 -0
  377. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ServiceModel.Web.dll +0 -0
  378. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ServiceProcess.dll +0 -0
  379. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Text.Encoding.CodePages.dll +0 -0
  380. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Text.Encoding.Extensions.dll +0 -0
  381. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Text.Encoding.dll +0 -0
  382. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Text.Encodings.Web.dll +0 -0
  383. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Text.Json.dll +0 -0
  384. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Text.RegularExpressions.dll +0 -0
  385. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.Channels.dll +0 -0
  386. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.Overlapped.dll +0 -0
  387. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.Tasks.Dataflow.dll +0 -0
  388. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.Tasks.Extensions.dll +0 -0
  389. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.Tasks.Parallel.dll +0 -0
  390. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.Tasks.dll +0 -0
  391. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.Thread.dll +0 -0
  392. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.ThreadPool.dll +0 -0
  393. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.Timer.dll +0 -0
  394. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.dll +0 -0
  395. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Transactions.Local.dll +0 -0
  396. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Transactions.dll +0 -0
  397. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ValueTuple.dll +0 -0
  398. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Web.HttpUtility.dll +0 -0
  399. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Web.dll +0 -0
  400. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Windows.dll +0 -0
  401. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.Linq.dll +0 -0
  402. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.ReaderWriter.dll +0 -0
  403. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.Serialization.dll +0 -0
  404. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.XDocument.dll +0 -0
  405. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.XPath.XDocument.dll +0 -0
  406. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.XPath.dll +0 -0
  407. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.XmlDocument.dll +0 -0
  408. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.XmlSerializer.dll +0 -0
  409. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.dll +0 -0
  410. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.dll +0 -0
  411. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/WindowsBase.dll +0 -0
  412. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/createdump +0 -0
  413. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libSystem.Globalization.Native.dylib +0 -0
  414. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libSystem.IO.Compression.Native.dylib +0 -0
  415. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libSystem.Native.dylib +0 -0
  416. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libSystem.Net.Security.Native.dylib +0 -0
  417. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libSystem.Security.Cryptography.Native.Apple.dylib +0 -0
  418. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libSystem.Security.Cryptography.Native.OpenSsl.dylib +0 -0
  419. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libclrgc.dylib +0 -0
  420. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libclrjit.dylib +0 -0
  421. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libcoreclr.dylib +0 -0
  422. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libhostpolicy.dylib +0 -0
  423. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libmscordaccore.dylib +0 -0
  424. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libmscordbi.dylib +0 -0
  425. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/mscorlib.dll +0 -0
  426. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/netstandard.dll +0 -0
  427. aesim/simba/Resources/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll +0 -0
  428. aesim/simba/Resources/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll +0 -0
  429. aesim/simba/Resources/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll +0 -0
  430. aesim/simba/Resources/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll +0 -0
  431. aesim/simba/__init__.py +59 -0
  432. aesim.simba-2024.2.29a1.dist-info/METADATA +89 -0
  433. aesim.simba-2024.2.29a1.dist-info/RECORD +435 -0
  434. aesim.simba-2024.2.29a1.dist-info/WHEEL +5 -0
  435. aesim.simba-2024.2.29a1.dist-info/top_level.txt +1 -0
@@ -0,0 +1,1639 @@
1
+ {
2
+ "Designs": [
3
+ {
4
+ "Id": "3a2a4f4e-4fb8-486f-9bf6-3ea0b499e085",
5
+ "Name": "AC-DC PFC Totem Pole",
6
+ "Circuit": {
7
+ "Id": "9ed9901a-8b8d-4d81-95ae-ad06eace6731",
8
+ "Devices": [
9
+ {
10
+ "LibraryName": "Control Output Connector Label",
11
+ "Top": 2,
12
+ "Left": -79,
13
+ "Angle": 0,
14
+ "HF": false,
15
+ "VF": false,
16
+ "Name": "Q1",
17
+ "ID": "7bfaac67-15be-4794-a2a4-7401e26a2b8e",
18
+ "Parameters": {},
19
+ "EnabledScopes": []
20
+ },
21
+ {
22
+ "LibraryName": "MOSFET",
23
+ "Top": 0,
24
+ "Left": -75,
25
+ "Angle": 0,
26
+ "HF": false,
27
+ "VF": false,
28
+ "Name": "T1",
29
+ "ID": "9bdc468a-a6a9-46fc-95e1-1acd46950e44",
30
+ "Parameters": {
31
+ "Ron": "0.1m"
32
+ },
33
+ "EnabledScopes": []
34
+ },
35
+ {
36
+ "LibraryName": "Diode",
37
+ "Top": 2,
38
+ "Left": -73,
39
+ "Angle": 270,
40
+ "HF": false,
41
+ "VF": false,
42
+ "Name": "D1",
43
+ "ID": "0e4ec380-4cba-4e0d-bb43-84009790cda7",
44
+ "Parameters": {
45
+ "Rd": "0.1m",
46
+ "Vf": "3.3"
47
+ },
48
+ "EnabledScopes": []
49
+ },
50
+ {
51
+ "LibraryName": "Control Output Connector Label",
52
+ "Top": 2,
53
+ "Left": -67,
54
+ "Angle": 0,
55
+ "HF": false,
56
+ "VF": false,
57
+ "Name": "!Q2",
58
+ "ID": "3ae5dbcc-2203-4b9b-9555-68cebc57c089",
59
+ "Parameters": {},
60
+ "EnabledScopes": []
61
+ },
62
+ {
63
+ "LibraryName": "MOSFET",
64
+ "Top": 0,
65
+ "Left": -63,
66
+ "Angle": 0,
67
+ "HF": false,
68
+ "VF": false,
69
+ "Name": "!T2",
70
+ "ID": "ba9d366e-a6f7-4d7d-abb6-c2cb96cd680b",
71
+ "Parameters": {
72
+ "Ron": "0.1m"
73
+ },
74
+ "EnabledScopes": []
75
+ },
76
+ {
77
+ "LibraryName": "Diode",
78
+ "Top": 2,
79
+ "Left": -61,
80
+ "Angle": 270,
81
+ "HF": false,
82
+ "VF": false,
83
+ "Name": "!D2",
84
+ "ID": "77150e69-6f72-48b1-9c9e-61eae30f173a",
85
+ "Parameters": {
86
+ "Rd": "0.1m",
87
+ "Vf": "3.3"
88
+ },
89
+ "EnabledScopes": []
90
+ },
91
+ {
92
+ "LibraryName": "AC Voltage Source",
93
+ "Top": 7,
94
+ "Left": -103,
95
+ "Angle": 0,
96
+ "HF": false,
97
+ "VF": false,
98
+ "Name": "AC1",
99
+ "ID": "0bb4e04f-a40c-4fe0-aa9e-46eb47383d3b",
100
+ "Parameters": {
101
+ "Frequency": "60",
102
+ "Amplitude": "240*1.414",
103
+ "Phase": "0"
104
+ },
105
+ "EnabledScopes": []
106
+ },
107
+ {
108
+ "LibraryName": "Resistor",
109
+ "Top": 6,
110
+ "Left": -91,
111
+ "Angle": 0,
112
+ "HF": false,
113
+ "VF": false,
114
+ "Name": "R1",
115
+ "ID": "d8f9702e-014b-4b4f-83a5-54b3835f31c2",
116
+ "Parameters": {
117
+ "Value": "56m"
118
+ },
119
+ "EnabledScopes": []
120
+ },
121
+ {
122
+ "LibraryName": "Inductor",
123
+ "Top": 6,
124
+ "Left": -85,
125
+ "Angle": 0,
126
+ "HF": false,
127
+ "VF": false,
128
+ "Name": "L1",
129
+ "ID": "e592b3da-6234-4c97-87b8-92ae5122d789",
130
+ "Parameters": {
131
+ "Value": "350u",
132
+ "Iinit": "0"
133
+ },
134
+ "EnabledScopes": []
135
+ },
136
+ {
137
+ "LibraryName": "Current Probe",
138
+ "Top": 6,
139
+ "Left": -78,
140
+ "Angle": 0,
141
+ "HF": false,
142
+ "VF": false,
143
+ "Name": "Iin",
144
+ "ID": "8f1e11fc-e2ba-4c17-9a79-100232f22887",
145
+ "Parameters": {
146
+ "Gain": "1/21.07",
147
+ "SamplingTime": "auto"
148
+ },
149
+ "EnabledScopes": [
150
+ "Current"
151
+ ]
152
+ },
153
+ {
154
+ "LibraryName": "Control Output Connector Label",
155
+ "Top": 18,
156
+ "Left": -79,
157
+ "Angle": 0,
158
+ "HF": false,
159
+ "VF": false,
160
+ "Name": "!Q1",
161
+ "ID": "8c6b48dc-1193-4bee-af84-48435be7857a",
162
+ "Parameters": {},
163
+ "EnabledScopes": []
164
+ },
165
+ {
166
+ "LibraryName": "MOSFET",
167
+ "Top": 16,
168
+ "Left": -75,
169
+ "Angle": 0,
170
+ "HF": false,
171
+ "VF": false,
172
+ "Name": "!T1",
173
+ "ID": "bf39402b-754a-4250-bb3d-4ced2c7b3ce8",
174
+ "Parameters": {
175
+ "Ron": "0.1m"
176
+ },
177
+ "EnabledScopes": []
178
+ },
179
+ {
180
+ "LibraryName": "Diode",
181
+ "Top": 18,
182
+ "Left": -73,
183
+ "Angle": 270,
184
+ "HF": false,
185
+ "VF": false,
186
+ "Name": "!D1",
187
+ "ID": "e25ab3ac-5031-455d-b9a1-bed78ffe2e37",
188
+ "Parameters": {
189
+ "Rd": "0.1m",
190
+ "Vf": "3.3"
191
+ },
192
+ "EnabledScopes": []
193
+ },
194
+ {
195
+ "LibraryName": "Control Output Connector Label",
196
+ "Top": 18,
197
+ "Left": -67,
198
+ "Angle": 0,
199
+ "HF": false,
200
+ "VF": false,
201
+ "Name": "Q2",
202
+ "ID": "ac0a97cb-c17b-4dd8-87e7-2662be495c13",
203
+ "Parameters": {},
204
+ "EnabledScopes": []
205
+ },
206
+ {
207
+ "LibraryName": "MOSFET",
208
+ "Top": 16,
209
+ "Left": -63,
210
+ "Angle": 0,
211
+ "HF": false,
212
+ "VF": false,
213
+ "Name": "T2",
214
+ "ID": "06083684-53cd-4264-ba39-a49d751dc576",
215
+ "Parameters": {
216
+ "Ron": "0.1m"
217
+ },
218
+ "EnabledScopes": []
219
+ },
220
+ {
221
+ "LibraryName": "Diode",
222
+ "Top": 18,
223
+ "Left": -61,
224
+ "Angle": 270,
225
+ "HF": false,
226
+ "VF": false,
227
+ "Name": "D2",
228
+ "ID": "ff88c4f8-4523-4b44-842c-9dcf014c5726",
229
+ "Parameters": {
230
+ "Rd": "0.1m",
231
+ "Vf": "3.3"
232
+ },
233
+ "EnabledScopes": []
234
+ },
235
+ {
236
+ "LibraryName": "Ground",
237
+ "Top": 22,
238
+ "Left": -54,
239
+ "Angle": 0,
240
+ "HF": false,
241
+ "VF": false,
242
+ "Name": "Ground1",
243
+ "ID": "d6a899d0-d3e1-489a-9f01-831b8e6941d7",
244
+ "Parameters": {},
245
+ "EnabledScopes": []
246
+ },
247
+ {
248
+ "LibraryName": "Resistor",
249
+ "Top": 6,
250
+ "Left": -53,
251
+ "Angle": 90,
252
+ "HF": false,
253
+ "VF": false,
254
+ "Name": "R2",
255
+ "ID": "be2a97b6-afc6-433e-9c8b-8342da320725",
256
+ "Parameters": {
257
+ "Value": "1m"
258
+ },
259
+ "EnabledScopes": []
260
+ },
261
+ {
262
+ "LibraryName": "Capacitor",
263
+ "Top": 12,
264
+ "Left": -53,
265
+ "Angle": 90,
266
+ "HF": false,
267
+ "VF": false,
268
+ "Name": "C1",
269
+ "ID": "1d8f63ad-59f5-44f6-9e4c-c03b7390e36c",
270
+ "Parameters": {
271
+ "Value": "1.6m",
272
+ "Vinit": "600"
273
+ },
274
+ "EnabledScopes": []
275
+ },
276
+ {
277
+ "LibraryName": "Differential Voltage Probe",
278
+ "Top": 11,
279
+ "Left": -44,
280
+ "Angle": 90,
281
+ "HF": false,
282
+ "VF": false,
283
+ "Name": "Vout",
284
+ "ID": "8e5ab4e9-8b02-4401-9617-4b6bd584e398",
285
+ "Parameters": {
286
+ "Gain": "1/600",
287
+ "SamplingTime": "auto"
288
+ },
289
+ "EnabledScopes": [
290
+ "Voltage"
291
+ ]
292
+ },
293
+ {
294
+ "LibraryName": "Differential Voltage Probe",
295
+ "Top": 10,
296
+ "Left": -96,
297
+ "Angle": 90,
298
+ "HF": false,
299
+ "VF": true,
300
+ "Name": "Vin",
301
+ "ID": "2dee6e69-7541-4d53-a1fc-2dda6e561690",
302
+ "Parameters": {
303
+ "Gain": "1/240",
304
+ "SamplingTime": "auto"
305
+ },
306
+ "EnabledScopes": [
307
+ "Voltage"
308
+ ]
309
+ },
310
+ {
311
+ "LibraryName": "Control Input Connector Label",
312
+ "Top": 11,
313
+ "Left": -47,
314
+ "Angle": 0,
315
+ "HF": true,
316
+ "VF": false,
317
+ "Name": "Vout",
318
+ "ID": "53dfb578-70b9-4628-a3b0-6161e42fa353",
319
+ "Parameters": {},
320
+ "EnabledScopes": []
321
+ },
322
+ {
323
+ "LibraryName": "Control Input Connector Label",
324
+ "Top": 10,
325
+ "Left": -93,
326
+ "Angle": 0,
327
+ "HF": false,
328
+ "VF": false,
329
+ "Name": "Vin",
330
+ "ID": "e9600464-56c1-478f-b1cb-202703a91365",
331
+ "Parameters": {},
332
+ "EnabledScopes": []
333
+ },
334
+ {
335
+ "LibraryName": "Control Input Connector Label",
336
+ "Top": 10,
337
+ "Left": -82,
338
+ "Angle": 180,
339
+ "HF": false,
340
+ "VF": false,
341
+ "Name": "Iin",
342
+ "ID": "49ada447-023b-4c4b-8c0e-d43c67ba3b7d",
343
+ "Parameters": {},
344
+ "EnabledScopes": []
345
+ },
346
+ {
347
+ "LibraryName": "Constant",
348
+ "Top": 26,
349
+ "Left": -106,
350
+ "Angle": 0,
351
+ "HF": false,
352
+ "VF": false,
353
+ "Name": "",
354
+ "ID": "ebac6e6c-a45a-42ae-b39b-4b412462783a",
355
+ "Parameters": {
356
+ "Value": "1",
357
+ "SamplingTime": "auto"
358
+ },
359
+ "EnabledScopes": []
360
+ },
361
+ {
362
+ "LibraryName": "Control Output Connector Label",
363
+ "Top": 29,
364
+ "Left": -102,
365
+ "Angle": 0,
366
+ "HF": false,
367
+ "VF": false,
368
+ "Name": "Vout",
369
+ "ID": "9cf4a967-1ed9-4e92-963c-a98f39dc53ae",
370
+ "Parameters": {},
371
+ "EnabledScopes": []
372
+ },
373
+ {
374
+ "LibraryName": "Constant",
375
+ "Top": 34,
376
+ "Left": -102,
377
+ "Angle": 0,
378
+ "HF": false,
379
+ "VF": false,
380
+ "Name": "",
381
+ "ID": "93bf8726-f0f1-43db-8816-0b761472f698",
382
+ "Parameters": {
383
+ "Value": "0",
384
+ "SamplingTime": "auto"
385
+ },
386
+ "EnabledScopes": []
387
+ },
388
+ {
389
+ "LibraryName": "Sum",
390
+ "Top": 27,
391
+ "Left": -98,
392
+ "Angle": 0,
393
+ "HF": false,
394
+ "VF": false,
395
+ "Name": "SUM1",
396
+ "ID": "5f83d160-4196-4ab4-8146-ae8eecc3b4d6",
397
+ "Parameters": {
398
+ "NumberOfInputs": "2",
399
+ "Gains": "[1 -1]",
400
+ "SamplingTime": "auto"
401
+ },
402
+ "EnabledScopes": []
403
+ },
404
+ {
405
+ "LibraryName": "Comparator",
406
+ "Top": 33,
407
+ "Left": -98,
408
+ "Angle": 0,
409
+ "HF": false,
410
+ "VF": false,
411
+ "Name": "COMP2",
412
+ "ID": "d136b710-908e-4656-a5b1-64011486d0ff",
413
+ "Parameters": {
414
+ "SamplingTime": "auto"
415
+ },
416
+ "EnabledScopes": []
417
+ },
418
+ {
419
+ "LibraryName": "PID",
420
+ "Top": 27,
421
+ "Left": -92,
422
+ "Angle": 0,
423
+ "HF": false,
424
+ "VF": false,
425
+ "Name": "PID1",
426
+ "ID": "b70779d6-f7cc-4af2-b1e4-b7fa5a84d759",
427
+ "Parameters": {
428
+ "Kp": "5.022",
429
+ "Kd": "0",
430
+ "Ki": "803.52",
431
+ "SamplingTime": "auto"
432
+ },
433
+ "EnabledScopes": []
434
+ },
435
+ {
436
+ "LibraryName": "Not",
437
+ "Top": 38,
438
+ "Left": -92,
439
+ "Angle": 0,
440
+ "HF": false,
441
+ "VF": false,
442
+ "Name": "",
443
+ "ID": "a0090f40-0580-4d75-b3f8-eebac8379a19",
444
+ "Parameters": {
445
+ "SamplingTime": "auto"
446
+ },
447
+ "EnabledScopes": []
448
+ },
449
+ {
450
+ "LibraryName": "Control Input Connector Label",
451
+ "Top": 34,
452
+ "Left": -88,
453
+ "Angle": 0,
454
+ "HF": false,
455
+ "VF": false,
456
+ "Name": "Q2",
457
+ "ID": "c7c8ba38-e404-470b-8133-48e212d583e3",
458
+ "Parameters": {},
459
+ "EnabledScopes": []
460
+ },
461
+ {
462
+ "LibraryName": "Control Input Connector Label",
463
+ "Top": 39,
464
+ "Left": -88,
465
+ "Angle": 0,
466
+ "HF": false,
467
+ "VF": false,
468
+ "Name": "!Q2",
469
+ "ID": "0805b583-f723-498d-9aef-91ab9700da20",
470
+ "Parameters": {},
471
+ "EnabledScopes": []
472
+ },
473
+ {
474
+ "LibraryName": "Control Output Connector Label",
475
+ "Top": 27,
476
+ "Left": -78,
477
+ "Angle": 0,
478
+ "HF": false,
479
+ "VF": false,
480
+ "Name": "Iin",
481
+ "ID": "737fdd00-582f-4afd-b65a-dee4f4152a16",
482
+ "Parameters": {},
483
+ "EnabledScopes": []
484
+ },
485
+ {
486
+ "LibraryName": "Absolute Value",
487
+ "Top": 26,
488
+ "Left": -74,
489
+ "Angle": 0,
490
+ "HF": false,
491
+ "VF": false,
492
+ "Name": "",
493
+ "ID": "983ea9aa-28ee-4111-b2b5-c76875bf2ca2",
494
+ "Parameters": {
495
+ "SamplingTime": "auto"
496
+ },
497
+ "EnabledScopes": []
498
+ },
499
+ {
500
+ "LibraryName": "Sum",
501
+ "Top": 25,
502
+ "Left": -70,
503
+ "Angle": 0,
504
+ "HF": false,
505
+ "VF": false,
506
+ "Name": "",
507
+ "ID": "963c7843-9b62-43a2-8f7a-9bcffeec187e",
508
+ "Parameters": {
509
+ "NumberOfInputs": "2",
510
+ "Gains": "[1 -1]",
511
+ "SamplingTime": "auto"
512
+ },
513
+ "EnabledScopes": []
514
+ },
515
+ {
516
+ "LibraryName": "PID",
517
+ "Top": 25,
518
+ "Left": -64,
519
+ "Angle": 0,
520
+ "HF": false,
521
+ "VF": false,
522
+ "Name": "PID2",
523
+ "ID": "20e4fff4-350d-4fdb-8215-af2818098dbc",
524
+ "Parameters": {
525
+ "Kp": "660.761m",
526
+ "Kd": "0",
527
+ "Ki": "24076.7016",
528
+ "SamplingTime": "auto"
529
+ },
530
+ "EnabledScopes": []
531
+ },
532
+ {
533
+ "LibraryName": "Comparator",
534
+ "Top": 26,
535
+ "Left": -50,
536
+ "Angle": 0,
537
+ "HF": false,
538
+ "VF": false,
539
+ "Name": "PWM",
540
+ "ID": "f611ab01-bd28-4651-a6b0-ff731793a87a",
541
+ "Parameters": {
542
+ "SamplingTime": "auto"
543
+ },
544
+ "EnabledScopes": [
545
+ "Out"
546
+ ]
547
+ },
548
+ {
549
+ "LibraryName": "Control Output Connector Label",
550
+ "Top": 29,
551
+ "Left": -43,
552
+ "Angle": 0,
553
+ "HF": false,
554
+ "VF": false,
555
+ "Name": "Q2",
556
+ "ID": "41adcd50-cb24-4f54-9e3f-0c1ac35d4218",
557
+ "Parameters": {},
558
+ "EnabledScopes": []
559
+ },
560
+ {
561
+ "LibraryName": "Control Output Connector Label",
562
+ "Top": 35,
563
+ "Left": -43,
564
+ "Angle": 0,
565
+ "HF": false,
566
+ "VF": false,
567
+ "Name": "!Q2",
568
+ "ID": "7eb9b368-6fb3-4840-bb09-77bbf2a3141b",
569
+ "Parameters": {},
570
+ "EnabledScopes": []
571
+ },
572
+ {
573
+ "LibraryName": "AND",
574
+ "Top": 27,
575
+ "Left": -39,
576
+ "Angle": 0,
577
+ "HF": false,
578
+ "VF": false,
579
+ "Name": "AND1",
580
+ "ID": "220dfb0c-57ea-42c2-b682-92bb718bf5e4",
581
+ "Parameters": {
582
+ "SamplingTime": "auto"
583
+ },
584
+ "EnabledScopes": []
585
+ },
586
+ {
587
+ "LibraryName": "AND",
588
+ "Top": 33,
589
+ "Left": -39,
590
+ "Angle": 0,
591
+ "HF": false,
592
+ "VF": false,
593
+ "Name": "AND2",
594
+ "ID": "179e5497-c33a-47fa-be74-c8c3f996887d",
595
+ "Parameters": {
596
+ "SamplingTime": "auto"
597
+ },
598
+ "EnabledScopes": []
599
+ },
600
+ {
601
+ "LibraryName": "Control Input Connector Label",
602
+ "Top": 28,
603
+ "Left": -35,
604
+ "Angle": 0,
605
+ "HF": false,
606
+ "VF": false,
607
+ "Name": "!Q1",
608
+ "ID": "22e16c86-bb77-4f06-91ee-c1e6be3f6cab",
609
+ "Parameters": {},
610
+ "EnabledScopes": []
611
+ },
612
+ {
613
+ "LibraryName": "Control Input Connector Label",
614
+ "Top": 34,
615
+ "Left": -35,
616
+ "Angle": 0,
617
+ "HF": false,
618
+ "VF": false,
619
+ "Name": "Q1",
620
+ "ID": "a80db837-722c-485b-b745-0a9abfdae96e",
621
+ "Parameters": {},
622
+ "EnabledScopes": []
623
+ },
624
+ {
625
+ "LibraryName": "Product",
626
+ "Top": 23,
627
+ "Left": -81,
628
+ "Angle": 0,
629
+ "HF": false,
630
+ "VF": false,
631
+ "Name": "Product1",
632
+ "ID": "f9733d01-98f0-403d-8141-0571559afabd",
633
+ "Parameters": {
634
+ "SamplingTime": "auto"
635
+ },
636
+ "EnabledScopes": []
637
+ },
638
+ {
639
+ "LibraryName": "Control Output Connector Label",
640
+ "Top": 23,
641
+ "Left": -112,
642
+ "Angle": 0,
643
+ "HF": false,
644
+ "VF": false,
645
+ "Name": "Vin",
646
+ "ID": "4ced2a80-ef8e-407c-a7f9-ad4d6500659c",
647
+ "Parameters": {},
648
+ "EnabledScopes": []
649
+ },
650
+ {
651
+ "LibraryName": "Absolute Value",
652
+ "Top": 22,
653
+ "Left": -88,
654
+ "Angle": 0,
655
+ "HF": false,
656
+ "VF": false,
657
+ "Name": "",
658
+ "ID": "cb2a1a97-c145-4c76-8bae-4fd3492cb765",
659
+ "Parameters": {
660
+ "SamplingTime": "auto"
661
+ },
662
+ "EnabledScopes": []
663
+ },
664
+ {
665
+ "LibraryName": "Limiter",
666
+ "Top": 25,
667
+ "Left": -56,
668
+ "Angle": 0,
669
+ "HF": false,
670
+ "VF": false,
671
+ "Name": "Lim1",
672
+ "ID": "22f282eb-3605-4b62-97b0-c73827485aab",
673
+ "Parameters": {
674
+ "LowLimit": "0.02",
675
+ "HighLimit": "0.98",
676
+ "SamplingTime": "auto"
677
+ },
678
+ "EnabledScopes": [
679
+ "Out"
680
+ ]
681
+ },
682
+ {
683
+ "LibraryName": "Resistor",
684
+ "Top": 11,
685
+ "Left": -38,
686
+ "Angle": 90,
687
+ "HF": false,
688
+ "VF": false,
689
+ "Name": "Rout",
690
+ "ID": "6d77e3f9-81e4-4f0f-8f53-a1d24de0c183",
691
+ "Parameters": {
692
+ "Value": "Ro"
693
+ },
694
+ "EnabledScopes": []
695
+ },
696
+ {
697
+ "LibraryName": "Triangular Wave",
698
+ "Top": 31,
699
+ "Left": -56,
700
+ "Angle": 0,
701
+ "HF": false,
702
+ "VF": false,
703
+ "Name": "TRI1",
704
+ "ID": "9511fb9a-1435-4f60-ae4f-74c44c0190e5",
705
+ "Parameters": {
706
+ "Amplitude": "1",
707
+ "Frequency": "100k",
708
+ "DutyCycle": "0.98",
709
+ "Offset": "0",
710
+ "PhaseShift": "0",
711
+ "SamplingTime": "auto"
712
+ },
713
+ "EnabledScopes": [
714
+ "Out"
715
+ ]
716
+ }
717
+ ],
718
+ "Connectors": [
719
+ {
720
+ "Segments": [
721
+ {
722
+ "StartX": -94,
723
+ "StartY": 9,
724
+ "EndX": -94,
725
+ "EndY": 7
726
+ },
727
+ {
728
+ "StartX": -101,
729
+ "StartY": 7,
730
+ "EndX": -94,
731
+ "EndY": 7
732
+ },
733
+ {
734
+ "StartX": -94,
735
+ "StartY": 7,
736
+ "EndX": -91,
737
+ "EndY": 7
738
+ }
739
+ ],
740
+ "Name": "C9"
741
+ },
742
+ {
743
+ "Segments": [
744
+ {
745
+ "StartX": -79,
746
+ "StartY": 7,
747
+ "EndX": -78,
748
+ "EndY": 7
749
+ }
750
+ ],
751
+ "Name": "C23"
752
+ },
753
+ {
754
+ "Segments": [
755
+ {
756
+ "StartX": -73,
757
+ "StartY": 16,
758
+ "EndX": -70,
759
+ "EndY": 16
760
+ },
761
+ {
762
+ "StartX": -74,
763
+ "StartY": 7,
764
+ "EndX": -73,
765
+ "EndY": 7
766
+ },
767
+ {
768
+ "StartX": -73,
769
+ "StartY": 6,
770
+ "EndX": -70,
771
+ "EndY": 6
772
+ },
773
+ {
774
+ "StartX": -73,
775
+ "StartY": 6,
776
+ "EndX": -73,
777
+ "EndY": 7
778
+ },
779
+ {
780
+ "StartX": -73,
781
+ "StartY": 7,
782
+ "EndX": -73,
783
+ "EndY": 16
784
+ }
785
+ ],
786
+ "Name": "C10"
787
+ },
788
+ {
789
+ "Segments": [
790
+ {
791
+ "StartX": -61,
792
+ "StartY": 16,
793
+ "EndX": -58,
794
+ "EndY": 16
795
+ },
796
+ {
797
+ "StartX": -61,
798
+ "StartY": 6,
799
+ "EndX": -58,
800
+ "EndY": 6
801
+ },
802
+ {
803
+ "StartX": -94,
804
+ "StartY": 13,
805
+ "EndX": -94,
806
+ "EndY": 15
807
+ },
808
+ {
809
+ "StartX": -101,
810
+ "StartY": 15,
811
+ "EndX": -94,
812
+ "EndY": 15
813
+ },
814
+ {
815
+ "StartX": -94,
816
+ "StartY": 15,
817
+ "EndX": -61,
818
+ "EndY": 15
819
+ },
820
+ {
821
+ "StartX": -61,
822
+ "StartY": 6,
823
+ "EndX": -61,
824
+ "EndY": 15
825
+ },
826
+ {
827
+ "StartX": -61,
828
+ "StartY": 15,
829
+ "EndX": -61,
830
+ "EndY": 16
831
+ }
832
+ ],
833
+ "Name": "C5"
834
+ },
835
+ {
836
+ "Segments": [
837
+ {
838
+ "StartX": -50,
839
+ "StartY": 4,
840
+ "EndX": -50,
841
+ "EndY": 0
842
+ },
843
+ {
844
+ "StartX": -42,
845
+ "StartY": 10,
846
+ "EndX": -42,
847
+ "EndY": 0
848
+ },
849
+ {
850
+ "StartX": -73,
851
+ "StartY": 0,
852
+ "EndX": -70,
853
+ "EndY": 0
854
+ },
855
+ {
856
+ "StartX": -70,
857
+ "StartY": 0,
858
+ "EndX": -61,
859
+ "EndY": 0
860
+ },
861
+ {
862
+ "StartX": -61,
863
+ "StartY": 0,
864
+ "EndX": -58,
865
+ "EndY": 0
866
+ },
867
+ {
868
+ "StartX": -35,
869
+ "StartY": 9,
870
+ "EndX": -35,
871
+ "EndY": 0
872
+ },
873
+ {
874
+ "StartX": -58,
875
+ "StartY": 0,
876
+ "EndX": -50,
877
+ "EndY": 0
878
+ },
879
+ {
880
+ "StartX": -50,
881
+ "StartY": 0,
882
+ "EndX": -42,
883
+ "EndY": 0
884
+ },
885
+ {
886
+ "StartX": -42,
887
+ "StartY": 0,
888
+ "EndX": -35,
889
+ "EndY": 0
890
+ }
891
+ ],
892
+ "Name": "C15"
893
+ },
894
+ {
895
+ "Segments": [
896
+ {
897
+ "StartX": -50,
898
+ "StartY": 16,
899
+ "EndX": -50,
900
+ "EndY": 22
901
+ },
902
+ {
903
+ "StartX": -42,
904
+ "StartY": 14,
905
+ "EndX": -42,
906
+ "EndY": 22
907
+ },
908
+ {
909
+ "StartX": -73,
910
+ "StartY": 22,
911
+ "EndX": -70,
912
+ "EndY": 22
913
+ },
914
+ {
915
+ "StartX": -70,
916
+ "StartY": 22,
917
+ "EndX": -61,
918
+ "EndY": 22
919
+ },
920
+ {
921
+ "StartX": -61,
922
+ "StartY": 22,
923
+ "EndX": -58,
924
+ "EndY": 22
925
+ },
926
+ {
927
+ "StartX": -58,
928
+ "StartY": 22,
929
+ "EndX": -53,
930
+ "EndY": 22
931
+ },
932
+ {
933
+ "StartX": -35,
934
+ "StartY": 15,
935
+ "EndX": -35,
936
+ "EndY": 22
937
+ },
938
+ {
939
+ "StartX": -53,
940
+ "StartY": 22,
941
+ "EndX": -50,
942
+ "EndY": 22
943
+ },
944
+ {
945
+ "StartX": -50,
946
+ "StartY": 22,
947
+ "EndX": -42,
948
+ "EndY": 22
949
+ },
950
+ {
951
+ "StartX": -42,
952
+ "StartY": 22,
953
+ "EndX": -35,
954
+ "EndY": 22
955
+ }
956
+ ],
957
+ "Name": "C18"
958
+ },
959
+ {
960
+ "Segments": [
961
+ {
962
+ "StartX": -76,
963
+ "StartY": 8,
964
+ "EndX": -76,
965
+ "EndY": 11
966
+ },
967
+ {
968
+ "StartX": -76,
969
+ "StartY": 11,
970
+ "EndX": -78,
971
+ "EndY": 11
972
+ }
973
+ ],
974
+ "Name": "C1"
975
+ },
976
+ {
977
+ "Segments": [
978
+ {
979
+ "StartX": -107,
980
+ "StartY": 24,
981
+ "EndX": -107,
982
+ "EndY": 34
983
+ },
984
+ {
985
+ "StartX": -98,
986
+ "StartY": 34,
987
+ "EndX": -107,
988
+ "EndY": 34
989
+ },
990
+ {
991
+ "StartX": -108,
992
+ "StartY": 24,
993
+ "EndX": -107,
994
+ "EndY": 24
995
+ },
996
+ {
997
+ "StartX": -107,
998
+ "StartY": 24,
999
+ "EndX": -88,
1000
+ "EndY": 24
1001
+ }
1002
+ ],
1003
+ "Name": "C3"
1004
+ },
1005
+ {
1006
+ "Segments": [
1007
+ {
1008
+ "StartX": -102,
1009
+ "StartY": 28,
1010
+ "EndX": -98,
1011
+ "EndY": 28
1012
+ }
1013
+ ],
1014
+ "Name": "C2"
1015
+ },
1016
+ {
1017
+ "Segments": [
1018
+ {
1019
+ "StartX": -94,
1020
+ "StartY": 29,
1021
+ "EndX": -92,
1022
+ "EndY": 29
1023
+ }
1024
+ ],
1025
+ "Name": "C4"
1026
+ },
1027
+ {
1028
+ "Segments": [
1029
+ {
1030
+ "StartX": -93,
1031
+ "StartY": 35,
1032
+ "EndX": -93,
1033
+ "EndY": 40
1034
+ },
1035
+ {
1036
+ "StartX": -92,
1037
+ "StartY": 40,
1038
+ "EndX": -93,
1039
+ "EndY": 40
1040
+ },
1041
+ {
1042
+ "StartX": -94,
1043
+ "StartY": 35,
1044
+ "EndX": -93,
1045
+ "EndY": 35
1046
+ },
1047
+ {
1048
+ "StartX": -93,
1049
+ "StartY": 35,
1050
+ "EndX": -88,
1051
+ "EndY": 35
1052
+ }
1053
+ ],
1054
+ "Name": "C7"
1055
+ },
1056
+ {
1057
+ "Segments": [
1058
+ {
1059
+ "StartX": -84,
1060
+ "StartY": 29,
1061
+ "EndX": -83,
1062
+ "EndY": 29
1063
+ },
1064
+ {
1065
+ "StartX": -83,
1066
+ "StartY": 26,
1067
+ "EndX": -83,
1068
+ "EndY": 29
1069
+ },
1070
+ {
1071
+ "StartX": -81,
1072
+ "StartY": 26,
1073
+ "EndX": -83,
1074
+ "EndY": 26
1075
+ }
1076
+ ],
1077
+ "Name": "C11"
1078
+ },
1079
+ {
1080
+ "Segments": [
1081
+ {
1082
+ "StartX": -77,
1083
+ "StartY": 25,
1084
+ "EndX": -71,
1085
+ "EndY": 25
1086
+ },
1087
+ {
1088
+ "StartX": -71,
1089
+ "StartY": 25,
1090
+ "EndX": -71,
1091
+ "EndY": 26
1092
+ },
1093
+ {
1094
+ "StartX": -70,
1095
+ "StartY": 26,
1096
+ "EndX": -71,
1097
+ "EndY": 26
1098
+ }
1099
+ ],
1100
+ "Name": "C8"
1101
+ },
1102
+ {
1103
+ "Segments": [
1104
+ {
1105
+ "StartX": -66,
1106
+ "StartY": 27,
1107
+ "EndX": -64,
1108
+ "EndY": 27
1109
+ }
1110
+ ],
1111
+ "Name": "C13"
1112
+ },
1113
+ {
1114
+ "Segments": [
1115
+ {
1116
+ "StartX": -44,
1117
+ "StartY": 28,
1118
+ "EndX": -44,
1119
+ "EndY": 34
1120
+ },
1121
+ {
1122
+ "StartX": -39,
1123
+ "StartY": 34,
1124
+ "EndX": -44,
1125
+ "EndY": 34
1126
+ },
1127
+ {
1128
+ "StartX": -46,
1129
+ "StartY": 28,
1130
+ "EndX": -44,
1131
+ "EndY": 28
1132
+ },
1133
+ {
1134
+ "StartX": -44,
1135
+ "StartY": 28,
1136
+ "EndX": -39,
1137
+ "EndY": 28
1138
+ }
1139
+ ],
1140
+ "Name": "C17"
1141
+ },
1142
+ {
1143
+ "Segments": [
1144
+ {
1145
+ "StartX": -84,
1146
+ "StartY": 24,
1147
+ "EndX": -81,
1148
+ "EndY": 24
1149
+ }
1150
+ ],
1151
+ "Name": "C6"
1152
+ },
1153
+ {
1154
+ "Segments": [
1155
+ {
1156
+ "StartX": -52,
1157
+ "StartY": 27,
1158
+ "EndX": -50,
1159
+ "EndY": 27
1160
+ }
1161
+ ],
1162
+ "Name": "C14"
1163
+ },
1164
+ {
1165
+ "Segments": [
1166
+ {
1167
+ "StartX": -50,
1168
+ "StartY": 29,
1169
+ "EndX": -51,
1170
+ "EndY": 29
1171
+ },
1172
+ {
1173
+ "StartX": -51,
1174
+ "StartY": 29,
1175
+ "EndX": -51,
1176
+ "EndY": 33
1177
+ },
1178
+ {
1179
+ "StartX": -51,
1180
+ "StartY": 33,
1181
+ "EndX": -52,
1182
+ "EndY": 33
1183
+ }
1184
+ ],
1185
+ "Name": "C12"
1186
+ }
1187
+ ],
1188
+ "Name": "Top Circuit",
1189
+ "Variables": [
1190
+ {
1191
+ "Name": "Ro",
1192
+ "Value": "(600*600)/5000"
1193
+ }
1194
+ ],
1195
+ "VariableFile": ""
1196
+ },
1197
+ "TransientAnalysis": {
1198
+ "EndTime": "0.2",
1199
+ "FixedTimeStep": false,
1200
+ "SaveInitialPoint": true,
1201
+ "StopAtSteadyState": false,
1202
+ "TimeStep": "2E-08",
1203
+ "BaseFrequencyParameterEnabled": false,
1204
+ "NumberOfBasePeriodsSavedParameterEnabled": false,
1205
+ "BaseFrequency": "60",
1206
+ "NumberOfBasePeriodsSaved": "1"
1207
+ }
1208
+ }
1209
+ ],
1210
+ "Libraries": [],
1211
+ "TestBenches": [
1212
+ {
1213
+ "Type": "ACSweep",
1214
+ "Name": "AC Sweep Test Bench inner loop",
1215
+ "DesignID": "103f1cf3-b7b5-4c6c-978a-5e7495598c17",
1216
+ "DeviceID": "43222bbd-9148-41e2-a0f2-e42b61390225",
1217
+ "Fmax": 40000,
1218
+ "Fmin": 10,
1219
+ "MagMax": 0.04,
1220
+ "MagMin": 0.03,
1221
+ "NumberOfPoints": 36,
1222
+ "SweepType": "LogSweepType",
1223
+ "SaveAllSignals": false,
1224
+ "OutputDeviceID": "791a15d8-4b77-4757-9c66-296b30ba29df",
1225
+ "OutputScope": "Out"
1226
+ },
1227
+ {
1228
+ "Type": "ACSweep",
1229
+ "Name": "AC Sweep Test Bench outer loop",
1230
+ "DesignID": "e3f0abe7-db01-4d41-8537-08479cc74093",
1231
+ "DeviceID": "06d5dfad-e97a-479c-8d72-6f94e5214665",
1232
+ "Fmax": 25000,
1233
+ "Fmin": 1,
1234
+ "MagMax": 0.13,
1235
+ "MagMin": 0.1,
1236
+ "NumberOfPoints": 43,
1237
+ "SweepType": "LogSweepType",
1238
+ "SaveAllSignals": false,
1239
+ "OutputDeviceID": "da3298fa-7d28-410c-9bd6-86753d045278",
1240
+ "OutputScope": "Out"
1241
+ }
1242
+ ],
1243
+ "ThermalData": [
1244
+ {
1245
+ "Name": "Wolfspeed C3M0021120K (MOSFET)",
1246
+ "Manufacturer": "Wolfspeed",
1247
+ "PartNumber": "C3M0021120K",
1248
+ "Comment": "This is an unreleased model and the intention is to allow customer to performance a preliminary simulation before product launched. It is customer\u0027s responsibility to verify the performance of the Mosfet with actual prototype.",
1249
+ "ConductionLossesGateDependency": false,
1250
+ "SemiconductorType": "MosfetThermalDataSemiconductorType",
1251
+ "ThermalImpedanceType": "CauerThermalNetworkType",
1252
+ "ConductionLosses": [
1253
+ {
1254
+ "Temperature": -40,
1255
+ "IVSerialized": "[-200 -3.35; -180 -3.04; -160 -2.75; -140 -2.44; -120 -2.14; -100 -1.82; -80 -1.5; -50 -1; -30 -0.607; -15 -0.35; -10 -0.26; -4 -0.087; 0 0; 2 0.04; 5 0.11; 10 0.207; 15 0.32; 30 0.64; 50 1.1; 80 1.83; 100 2.31; 120 2.83; 140 3.36; 160 3.94; 180 4.55]"
1256
+ },
1257
+ {
1258
+ "Temperature": 25,
1259
+ "IVSerialized": "[-200 -3.96; -180 -3.535; -160 -3.12; -140 -2.788; -120 -2.38; -100 -1.97; -80 -1.64; -50 -1.055; -30 -0.624; -15 -0.35; -10 -0.21; -4 -0.088; 0 0; 2 0.041; 5 0.115; 10 0.21; 15 0.333; 30 0.646; 50 1.1; 80 1.83; 100 2.34; 120 2.89; 140 3.48; 160 4.11; 180 4.79]"
1260
+ },
1261
+ {
1262
+ "Temperature": 175,
1263
+ "IVSerialized": "[-200 -6.5; -180 -6.1; -160 -5.6; -140 -5.1; -120 -4.4; -100 -3.624; -80 -2.91; -50 -1.798; -30 -1.1; -15 -0.555; -10 -0.4; -4 -0.14; 0 0; 2 0.091; 5 0.186; 10 0.375; 15 0.565; 30 1.14; 50 1.9; 80 3.19; 100 4.13; 120 5.16; 140 6.37; 160 7.88; 180 9.738]"
1264
+ },
1265
+ {
1266
+ "Temperature": 900,
1267
+ "IVSerialized": "[-200 -7.8; -180 -7.32; -160 -6.72; -140 -6.12; -120 -5.28; -100 -4.3488; -80 -3.492; -50 -2.1576; -30 -1.32; -15 -0.666; -10 -0.48; -4 -0.168; 0 0; 2 0.1092; 5 0.2232; 10 0.45; 15 0.678; 30 1.368; 50 2.28; 80 3.828; 100 4.956; 120 6.192; 140 7.644; 160 9.456; 180 11.6856]"
1268
+ }
1269
+ ],
1270
+ "ConductionLossesGateOff": [],
1271
+ "TurnOnLosses": [
1272
+ {
1273
+ "Temperature": 25,
1274
+ "Voltage": -100,
1275
+ "EISerialized": "[-10 0; 0 0; 9.73 0; 20.9 0; 30.5 0; 40.9 0; 50.5 0; 60.13 0; 70.55 0; 79.3 0]"
1276
+ },
1277
+ {
1278
+ "Temperature": 25,
1279
+ "Voltage": 0,
1280
+ "EISerialized": "[-10 0; 0 0; 9.73 0; 20.9 0; 30.5 0; 40.9 0; 50.5 0; 60.13 0; 70.55 0; 79.3 0]"
1281
+ },
1282
+ {
1283
+ "Temperature": 25,
1284
+ "Voltage": 600,
1285
+ "EISerialized": "[-10 0; 0 0; 9.73 0.000204; 20.9 0.000304; 30.5 0.000405; 40.9 0.000531; 50.5 0.000662; 60.13 0.000807; 70.55 0.000981; 79.3 0.00114]"
1286
+ },
1287
+ {
1288
+ "Temperature": 25,
1289
+ "Voltage": 800,
1290
+ "EISerialized": "[-10 0; 0 0; 9.73 0.00032; 20.9 0.000473; 30.5 0.000627; 40.9 0.000818; 50.5 0.001016; 60.13 0.001235; 70.55 0.001495; 79.3 0.001733]"
1291
+ },
1292
+ {
1293
+ "Temperature": 75,
1294
+ "Voltage": -100,
1295
+ "EISerialized": "[-10 0; 0 0; 9.73 0; 20.9 0; 30.5 0; 40.9 0; 50.5 0; 60.13 0; 70.55 0; 79.3 0]"
1296
+ },
1297
+ {
1298
+ "Temperature": 75,
1299
+ "Voltage": 0,
1300
+ "EISerialized": "[-10 0; 0 0; 9.73 0; 20.9 0; 30.5 0; 40.9 0; 50.5 0; 60.13 0; 70.55 0; 79.3 0]"
1301
+ },
1302
+ {
1303
+ "Temperature": 75,
1304
+ "Voltage": 600,
1305
+ "EISerialized": "[-10 0; 0 0; 9.73 0.000223106672; 20.9 0.000331810554; 30.5 0.000442106363; 40.9 0.0005791926309999999; 50.5 0.000721979163; 60.13 0.000880880629; 70.55 0.001070494694; 79.3 0.0012439120379999999]"
1306
+ },
1307
+ {
1308
+ "Temperature": 75,
1309
+ "Voltage": 800,
1310
+ "EISerialized": "[-10 0; 0 0; 9.73 0.00034870815100000003; 20.9 0.00051602866; 30.5 0.000684382666; 40.9 0.000892377323; 50.5 0.0011080134509999999; 60.13 0.0013471253569999999; 70.55 0.0016315774350000002; 79.3 0.00189109435]"
1311
+ },
1312
+ {
1313
+ "Temperature": 125,
1314
+ "Voltage": -100,
1315
+ "EISerialized": "[-10 0; 0 0; 9.73 0; 20.9 0; 30.5 0; 40.9 0; 50.5 0; 60.13 0; 70.55 0; 79.3 0]"
1316
+ },
1317
+ {
1318
+ "Temperature": 125,
1319
+ "Voltage": 0,
1320
+ "EISerialized": "[-10 0; 0 0; 9.73 0; 20.9 0; 30.5 0; 40.9 0; 50.5 0; 60.13 0; 70.55 0; 79.3 0]"
1321
+ },
1322
+ {
1323
+ "Temperature": 125,
1324
+ "Voltage": 600,
1325
+ "EISerialized": "[-10 0; 0 0; 9.73 0.00026830054800000005; 20.9 0.000399024165; 30.5 0.00053166218; 40.9 0.0006965174950000001; 50.5 0.0008682277550000001; 60.13 0.001059317292; 70.55 0.0012873407619999999; 79.3 0.0014958866019999999]"
1326
+ },
1327
+ {
1328
+ "Temperature": 125,
1329
+ "Voltage": 800,
1330
+ "EISerialized": "[-10 0; 0 0; 9.73 0.000419344645; 20.9 0.0006205586370000001; 30.5 0.000823015478; 40.9 0.0010731428270000002; 50.5 0.001332459552; 60.13 0.001620007454; 70.55 0.001962079915; 79.3 0.002274166192]"
1331
+ },
1332
+ {
1333
+ "Temperature": 175,
1334
+ "Voltage": -100,
1335
+ "EISerialized": "[-10 0; 0 0; 9.73 0; 20.9 0; 30.5 0; 40.9 0; 50.5 0; 60.13 0; 70.55 0; 79.3 0]"
1336
+ },
1337
+ {
1338
+ "Temperature": 175,
1339
+ "Voltage": 0,
1340
+ "EISerialized": "[-10 0; 0 0; 9.73 0; 20.9 0; 30.5 0; 40.9 0; 50.5 0; 60.13 0; 70.55 0; 79.3 0]"
1341
+ },
1342
+ {
1343
+ "Temperature": 175,
1344
+ "Voltage": 600,
1345
+ "EISerialized": "[-10 0; 0 0; 9.73 0.000314048861; 20.9 0.000467062351; 30.5 0.0006223166650000001; 40.9 0.0008152816980000001; 50.5 0.001016270523; 60.13 0.001239943012; 70.55 0.001506847093; 79.3 0.001750952385]"
1346
+ },
1347
+ {
1348
+ "Temperature": 175,
1349
+ "Voltage": 800,
1350
+ "EISerialized": "[-10 0; 0 0; 9.73 0.000490847705; 20.9 0.000726370985; 30.5 0.000963349035; 40.9 0.001256125959; 50.5 0.001559659153; 60.13 0.001896237263; 70.55 0.002296636992; 79.3 0.002661937551]"
1351
+ },
1352
+ {
1353
+ "Temperature": 900,
1354
+ "Voltage": -100,
1355
+ "EISerialized": "[-10 0; 0 0; 9.73 0; 20.9 0; 30.5 0; 40.9 0; 50.5 0; 60.13 0; 70.55 0; 79.3 0]"
1356
+ },
1357
+ {
1358
+ "Temperature": 900,
1359
+ "Voltage": 0,
1360
+ "EISerialized": "[-10 0; 0 0; 9.73 0; 20.9 0; 30.5 0; 40.9 0; 50.5 0; 60.13 0; 70.55 0; 79.3 0]"
1361
+ },
1362
+ {
1363
+ "Temperature": 900,
1364
+ "Voltage": 600,
1365
+ "EISerialized": "[-10 0; 0 0; 9.73 0.000345453747; 20.9 0.000513768586; 30.5 0.000684548332; 40.9 0.0008968098679999999; 50.5 0.001117897575; 60.13 0.0013639373130000002; 70.55 0.001657531803; 79.3 0.001926047624]"
1366
+ },
1367
+ {
1368
+ "Temperature": 900,
1369
+ "Voltage": 800,
1370
+ "EISerialized": "[-10 0; 0 0; 9.73 0.0005399324760000001; 20.9 0.000799008084; 30.5 0.001059683939; 40.9 0.0013817385550000001; 50.5 0.0017156250689999999; 60.13 0.002085860989; 70.55 0.002526300691; 79.3 0.002928131306]"
1371
+ }
1372
+ ],
1373
+ "TurnOffLosses": [
1374
+ {
1375
+ "Temperature": 25,
1376
+ "Voltage": -100,
1377
+ "EISerialized": "[-10 0; 0 0; 9.74 0; 20.94 0; 31.34 0; 40.89 0; 51.28 0; 60.13 0; 70.55 0; 79.3 0]"
1378
+ },
1379
+ {
1380
+ "Temperature": 25,
1381
+ "Voltage": 0,
1382
+ "EISerialized": "[-10 0; 0 0; 9.74 0; 20.94 0; 31.34 0; 40.89 0; 51.28 0; 60.13 0; 70.55 0; 79.3 0]"
1383
+ },
1384
+ {
1385
+ "Temperature": 25,
1386
+ "Voltage": 600,
1387
+ "EISerialized": "[-10 0; 0 0; 9.74 3.4E-05; 20.94 5.4E-05; 31.34 8.8E-05; 40.89 0.000138; 51.28 0.000193; 60.13 0.000259; 70.55 0.000348; 79.3 0.000444]"
1388
+ },
1389
+ {
1390
+ "Temperature": 25,
1391
+ "Voltage": 800,
1392
+ "EISerialized": "[-10 0; 0 0; 9.74 6.4E-05; 20.94 8E-05; 31.34 0.000129; 40.89 0.000207; 51.28 0.000291; 60.13 0.000385; 70.55 0.000497; 79.3 0.000602]"
1393
+ },
1394
+ {
1395
+ "Temperature": 75,
1396
+ "Voltage": -100,
1397
+ "EISerialized": "[-10 0; 0 0; 9.74 0; 20.94 0; 31.34 0; 40.89 0; 51.28 0; 60.13 0; 70.55 0; 79.3 0]"
1398
+ },
1399
+ {
1400
+ "Temperature": 75,
1401
+ "Voltage": 0,
1402
+ "EISerialized": "[-10 0; 0 0; 9.74 0; 20.94 0; 31.34 0; 40.89 0; 51.28 0; 60.13 0; 70.55 0; 79.3 0]"
1403
+ },
1404
+ {
1405
+ "Temperature": 75,
1406
+ "Voltage": 600,
1407
+ "EISerialized": "[-10 0; 0 0; 9.74 3.4261189E-05; 20.94 5.4689722E-05; 31.34 8.9550964E-05; 40.89 0.000139459885; 51.28 0.00019508947; 60.13 0.00026180151400000004; 70.55 0.000351979177; 79.3 0.000449411131]"
1408
+ },
1409
+ {
1410
+ "Temperature": 75,
1411
+ "Voltage": 800,
1412
+ "EISerialized": "[-10 0; 0 0; 9.74 6.5180398E-05; 20.94 8.0979321E-05; 31.34 0.00013105033399999998; 40.89 0.00020913643300000002; 51.28 0.00029493964700000005; 60.13 0.00039013697400000003; 70.55 0.000503280098; 79.3 0.000609654448]"
1413
+ },
1414
+ {
1415
+ "Temperature": 125,
1416
+ "Voltage": -100,
1417
+ "EISerialized": "[-10 0; 0 0; 9.74 0; 20.94 0; 31.34 0; 40.89 0; 51.28 0; 60.13 0; 70.55 0; 79.3 0]"
1418
+ },
1419
+ {
1420
+ "Temperature": 125,
1421
+ "Voltage": 0,
1422
+ "EISerialized": "[-10 0; 0 0; 9.74 0; 20.94 0; 31.34 0; 40.89 0; 51.28 0; 60.13 0; 70.55 0; 79.3 0]"
1423
+ },
1424
+ {
1425
+ "Temperature": 125,
1426
+ "Voltage": 600,
1427
+ "EISerialized": "[-10 0; 0 0; 9.74 3.6794046E-05; 20.94 5.8732817E-05; 31.34 9.6171276E-05; 40.89 0.000149769858; 51.28 0.00020951202; 60.13 0.00028115594300000003; 70.55 0.000378000249; 79.3 0.000482635141]"
1428
+ },
1429
+ {
1430
+ "Temperature": 125,
1431
+ "Voltage": 800,
1432
+ "EISerialized": "[-10 0; 0 0; 9.74 6.9999046E-05; 20.94 8.696595E-05; 31.34 0.000140738606; 40.89 0.000224597445; 51.28 0.00031674390800000003; 60.13 0.000418978971; 70.55 0.000540486526; 79.3 0.000654724905]"
1433
+ },
1434
+ {
1435
+ "Temperature": 175,
1436
+ "Voltage": -100,
1437
+ "EISerialized": "[-10 0; 0 0; 9.74 0; 20.94 0; 31.34 0; 40.89 0; 51.28 0; 60.13 0; 70.55 0; 79.3 0]"
1438
+ },
1439
+ {
1440
+ "Temperature": 175,
1441
+ "Voltage": 0,
1442
+ "EISerialized": "[-10 0; 0 0; 9.74 0; 20.94 0; 31.34 0; 40.89 0; 51.28 0; 60.13 0; 70.55 0; 79.3 0]"
1443
+ },
1444
+ {
1445
+ "Temperature": 175,
1446
+ "Voltage": 600,
1447
+ "EISerialized": "[-10 0; 0 0; 9.74 3.9103192E-05; 20.94 6.241881199999999E-05; 31.34 0.000102206859; 40.89 0.00015916921800000002; 51.28 0.000222660719; 60.13 0.00029880092200000006; 70.55 0.000401723049; 79.3 0.00051292469]"
1448
+ },
1449
+ {
1450
+ "Temperature": 175,
1451
+ "Voltage": 800,
1452
+ "EISerialized": "[-10 0; 0 0; 9.74 7.4392095E-05; 20.94 9.2423819E-05; 31.34 0.000149571177; 40.89 0.000238692886; 51.28 0.00033662234; 60.13 0.00044527354200000005; 70.55 0.000574406752; 79.3 0.0006958145810000001]"
1453
+ },
1454
+ {
1455
+ "Temperature": 900,
1456
+ "Voltage": -100,
1457
+ "EISerialized": "[-10 0; 0 0; 9.74 0; 20.94 0; 31.34 0; 40.89 0; 51.28 0; 60.13 0; 70.55 0; 79.3 0]"
1458
+ },
1459
+ {
1460
+ "Temperature": 900,
1461
+ "Voltage": 0,
1462
+ "EISerialized": "[-10 0; 0 0; 9.74 0; 20.94 0; 31.34 0; 40.89 0; 51.28 0; 60.13 0; 70.55 0; 79.3 0]"
1463
+ },
1464
+ {
1465
+ "Temperature": 900,
1466
+ "Voltage": 600,
1467
+ "EISerialized": "[-10 0; 0 0; 9.74 4.3013511E-05; 20.94 6.866069299999999E-05; 31.34 0.000112427545; 40.89 0.00017508614; 51.28 0.000244926791; 60.13 0.000328681014; 70.55 0.00044189535400000003; 79.3 0.000564217159]"
1468
+ },
1469
+ {
1470
+ "Temperature": 900,
1471
+ "Voltage": 800,
1472
+ "EISerialized": "[-10 0; 0 0; 9.74 8.1831304E-05; 20.94 0.000101666201; 31.34 0.00016452829399999998; 40.89 0.000262562175; 51.28 0.000370284575; 60.13 0.000489800896; 70.55 0.000631847427; 79.3 0.0007653960400000001]"
1473
+ }
1474
+ ],
1475
+ "CustomVariables": [
1476
+ {
1477
+ "Name": "Rgon",
1478
+ "Value": "",
1479
+ "Description": "External turn-on gate resistance"
1480
+ },
1481
+ {
1482
+ "Name": "Rgoff",
1483
+ "Value": "",
1484
+ "Description": "External turn-off gate resistance"
1485
+ }
1486
+ ],
1487
+ "Constants": [],
1488
+ "Custom1DTables": [],
1489
+ "Custom2DTables": [],
1490
+ "Custom3DTables": [],
1491
+ "ConductionLossComputationMethod": 1,
1492
+ "ConductionLossComputationFormula": null,
1493
+ "ConductionLossComputationMethodGateOff": 1,
1494
+ "ConductionLossComputationFormulaGateOff": "",
1495
+ "TurnOnLossComputationMethod": "FormulaAndLookUpTableComputationMethodType",
1496
+ "TurnOnLossComputationFormula": "E/(0.0795e-3*2.5\u002B0.8929e-3)*(0.0795e-3*Rgon\u002B0.8929e-3)",
1497
+ "TurnOffLossComputationMethod": "FormulaAndLookUpTableComputationMethodType",
1498
+ "TurnOffLossComputationFormula": "E/(0.064e-3*2.5\u002B0.1351e-3)*(0.064e-3*Rgoff\u002B0.1351e-3)",
1499
+ "ThermalImpedanceDataSerialized": "[0.0441 0.002214; 0.104 0.0126; 0.06378 0.03416; 0.1121 0.1294]",
1500
+ "ID": "4b142ddd-4a33-49ba-8171-da5df4f96852"
1501
+ },
1502
+ {
1503
+ "Name": "Wolfspeed C3M0021120K (Diode)",
1504
+ "Manufacturer": "Wolfspeed",
1505
+ "PartNumber": "C3M0021120K",
1506
+ "Comment": "This is an unreleased model and the intention is to allow customer to performance a preliminary simulation before product launched. It is customer\u0027s responsibility to verify the performance of the Mosfet with actual prototype.",
1507
+ "ConductionLossesGateDependency": false,
1508
+ "SemiconductorType": "DiodeThermalDataSemiconductorType",
1509
+ "ThermalImpedanceType": "CauerThermalNetworkType",
1510
+ "ConductionLosses": [
1511
+ {
1512
+ "Temperature": -40,
1513
+ "IVSerialized": "[0 0; 0.5 3; 2 3.5; 5 3.9; 8 4.15; 15 4.6; 20 4.77; 30 5.1; 40 5.42; 60 5.9; 80 6.3; 100 6.59; 120 6.9; 140 7.14; 160 7.4; 180 7.6; 200 7.84]"
1514
+ },
1515
+ {
1516
+ "Temperature": 25,
1517
+ "IVSerialized": "[0 0; 0.5 2.9; 2 3.15; 5 3.5; 8 3.75; 15 4.1; 20 4.3; 30 4.66; 40 4.89; 60 5.37; 80 5.77; 100 6.1; 120 6.4; 140 6.65; 160 6.9; 180 7.13; 200 7.35]"
1518
+ },
1519
+ {
1520
+ "Temperature": 175,
1521
+ "IVSerialized": "[0 0; 0.5 2.45; 2 2.74; 5 3.1; 8 3.3; 15 3.6; 20 3.8; 30 4.12; 40 4.4; 60 4.78; 80 5.16; 100 5.46; 120 5.75; 140 6; 160 6.25; 180 6.47; 200 6.7]"
1522
+ },
1523
+ {
1524
+ "Temperature": 900,
1525
+ "IVSerialized": "[0 0; 0.5 2.205; 2 2.466; 5 2.79; 8 2.97; 15 3.24; 20 3.42; 30 3.708; 40 3.96; 60 4.302; 80 4.644; 100 4.914; 120 5.175; 140 5.4; 160 5.625; 180 5.823; 200 6.03]"
1526
+ }
1527
+ ],
1528
+ "ConductionLossesGateOff": [],
1529
+ "TurnOnLosses": [
1530
+ {
1531
+ "Temperature": 25,
1532
+ "Voltage": 0,
1533
+ "EISerialized": "[0 0]"
1534
+ }
1535
+ ],
1536
+ "TurnOffLosses": [
1537
+ {
1538
+ "Temperature": 25,
1539
+ "Voltage": 0,
1540
+ "EISerialized": "[0 0]"
1541
+ }
1542
+ ],
1543
+ "CustomVariables": [],
1544
+ "Constants": [],
1545
+ "Custom1DTables": [],
1546
+ "Custom2DTables": [],
1547
+ "Custom3DTables": [],
1548
+ "ConductionLossComputationMethod": 1,
1549
+ "ConductionLossComputationFormula": null,
1550
+ "ConductionLossComputationMethodGateOff": 1,
1551
+ "ConductionLossComputationFormulaGateOff": "",
1552
+ "TurnOnLossComputationMethod": "LookUpTableComputationMethodType",
1553
+ "TurnOnLossComputationFormula": null,
1554
+ "TurnOffLossComputationMethod": "LookUpTableComputationMethodType",
1555
+ "TurnOffLossComputationFormula": null,
1556
+ "ThermalImpedanceDataSerialized": "[0.0441 0.002214; 0.104 0.0126; 0.06378 0.03416; 0.1121 0.1294]",
1557
+ "ID": "8cd67085-b0b2-4575-bca8-e9d3682b79be"
1558
+ },
1559
+ {
1560
+ "Name": "Infineon IGB10N60T (IGBT)",
1561
+ "Manufacturer": "Infineon",
1562
+ "PartNumber": "IGB10N60T",
1563
+ "Comment": "",
1564
+ "ConductionLossesGateDependency": false,
1565
+ "SemiconductorType": "IGBTThermalDataSemiconductorType",
1566
+ "ThermalImpedanceType": "FosterThermalNetworkType",
1567
+ "ConductionLosses": [
1568
+ {
1569
+ "Temperature": 25,
1570
+ "IVSerialized": "[0 0.601146193; 1 0.793154195; 2.5 0.960867813; 5 1.179530092; 10 1.531109576; 20 2.096402019; 40 3.005316105]"
1571
+ },
1572
+ {
1573
+ "Temperature": 175,
1574
+ "IVSerialized": "[0 0.559338228; 1 0.731537715; 2.5 0.94613788; 5 1.272767506; 10 1.8752167; 20 2.986398916; 40 5.035909361]"
1575
+ }
1576
+ ],
1577
+ "ConductionLossesGateOff": [],
1578
+ "TurnOnLosses": [
1579
+ {
1580
+ "Temperature": 25,
1581
+ "Voltage": 0,
1582
+ "EISerialized": "[0 0; 1 0; 2.5 0; 5 0; 10 0; 20 0; 40 0]"
1583
+ },
1584
+ {
1585
+ "Temperature": 25,
1586
+ "Voltage": 400,
1587
+ "EISerialized": "[0 2.64E-05; 1 3.33E-05; 2.5 4.83E-05; 5 7.87E-05; 10 0.00016; 20 0.000326; 40 0.000742]"
1588
+ },
1589
+ {
1590
+ "Temperature": 175,
1591
+ "Voltage": 0,
1592
+ "EISerialized": "[0 0; 1 0; 2.5 0; 5 0; 10 0; 20 0; 40 0]"
1593
+ },
1594
+ {
1595
+ "Temperature": 175,
1596
+ "Voltage": 400,
1597
+ "EISerialized": "[0 4.28314E-05; 1 5.40713E-05; 2.5 7.84182E-05; 5 0.00012793; 10 0.00026; 20 0.000529454; 40 0.001206495]"
1598
+ }
1599
+ ],
1600
+ "TurnOffLosses": [
1601
+ {
1602
+ "Temperature": 25,
1603
+ "Voltage": 0,
1604
+ "EISerialized": "[0 0; 1 0; 2.5 0; 5 0; 10 0; 20 0; 40 0]"
1605
+ },
1606
+ {
1607
+ "Temperature": 25,
1608
+ "Voltage": 400,
1609
+ "EISerialized": "[0 4.05E-05; 1 6.67E-05; 2.5 0.000105; 5 0.000169; 10 0.00027; 20 0.000548; 40 0.00105]"
1610
+ },
1611
+ {
1612
+ "Temperature": 175,
1613
+ "Voltage": 0,
1614
+ "EISerialized": "[0 0; 1 0; 2.5 0; 5 0; 10 0; 20 0; 40 0]"
1615
+ },
1616
+ {
1617
+ "Temperature": 175,
1618
+ "Voltage": 400,
1619
+ "EISerialized": "[0 5.24638E-05; 1 8.64689E-05; 2.5 0.000136617; 5 0.000219482; 10 0.00035; 20 0.000710347; 40 0.001358156]"
1620
+ }
1621
+ ],
1622
+ "CustomVariables": [],
1623
+ "Constants": [],
1624
+ "Custom1DTables": [],
1625
+ "Custom2DTables": [],
1626
+ "Custom3DTables": [],
1627
+ "ConductionLossComputationMethod": 1,
1628
+ "ConductionLossComputationFormula": null,
1629
+ "ConductionLossComputationMethodGateOff": 1,
1630
+ "ConductionLossComputationFormulaGateOff": "",
1631
+ "TurnOnLossComputationMethod": "LookUpTableComputationMethodType",
1632
+ "TurnOnLossComputationFormula": null,
1633
+ "TurnOffLossComputationMethod": "LookUpTableComputationMethodType",
1634
+ "TurnOffLossComputationFormula": null,
1635
+ "ThermalImpedanceDataSerialized": "[0.2911 0.0653; 0.4092 0.00833; 0.5008 0.000737; 0.1529 7.63E-05]",
1636
+ "ID": "1997dda5-970e-491d-9245-05b31e8c024f"
1637
+ }
1638
+ ]
1639
+ }