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,1790 @@
1
+ {
2
+ "Designs": [
3
+ {
4
+ "Id": "12d22a79-0052-4b0b-8b6b-791c0aab2afa",
5
+ "Name": "AC-DC PFC Totem Pole",
6
+ "Circuit": {
7
+ "Id": "00074088-8fc5-4e2a-a915-8646ba35ddd2",
8
+ "Devices": [
9
+ {
10
+ "LibraryName": "Differential Voltage Probe",
11
+ "Top": 13,
12
+ "Left": -96,
13
+ "Angle": 90,
14
+ "HF": false,
15
+ "VF": false,
16
+ "Name": "VP1",
17
+ "ID": "6c9b1c42-f83f-4963-bd41-4ca9e04b1478",
18
+ "Parameters": {
19
+ "Gain": "1/240",
20
+ "SamplingTime": "auto"
21
+ },
22
+ "EnabledScopes": [
23
+ "Out"
24
+ ]
25
+ },
26
+ {
27
+ "LibraryName": "Resistor",
28
+ "Top": 9,
29
+ "Left": -91,
30
+ "Angle": 0,
31
+ "HF": false,
32
+ "VF": false,
33
+ "Name": "R1",
34
+ "ID": "269c184a-2e25-444b-befd-c33755e3180c",
35
+ "Parameters": {
36
+ "Value": "56m"
37
+ },
38
+ "EnabledScopes": []
39
+ },
40
+ {
41
+ "LibraryName": "Inductor",
42
+ "Top": 9,
43
+ "Left": -85,
44
+ "Angle": 0,
45
+ "HF": false,
46
+ "VF": false,
47
+ "Name": "L1",
48
+ "ID": "e61a616c-3862-4251-bb37-eee9f016fd89",
49
+ "Parameters": {
50
+ "Value": "350u",
51
+ "Iinit": "0"
52
+ },
53
+ "EnabledScopes": []
54
+ },
55
+ {
56
+ "LibraryName": "Control Output Connector Label",
57
+ "Top": 0,
58
+ "Left": -79,
59
+ "Angle": 0,
60
+ "HF": false,
61
+ "VF": false,
62
+ "Name": "Q1",
63
+ "ID": "3c94d170-1f0c-4c45-a193-a2f9d6fef87b",
64
+ "Parameters": {},
65
+ "EnabledScopes": []
66
+ },
67
+ {
68
+ "LibraryName": "Control Output Connector Label",
69
+ "Top": 26,
70
+ "Left": -79,
71
+ "Angle": 0,
72
+ "HF": false,
73
+ "VF": false,
74
+ "Name": "!Q1",
75
+ "ID": "c1e324ab-98af-4883-a947-5eaf6d2c7176",
76
+ "Parameters": {},
77
+ "EnabledScopes": []
78
+ },
79
+ {
80
+ "LibraryName": "Current Probe",
81
+ "Top": 9,
82
+ "Left": -78,
83
+ "Angle": 0,
84
+ "HF": false,
85
+ "VF": false,
86
+ "Name": "CP1",
87
+ "ID": "7da19b7a-93e7-4fd7-9ed2-aa299d5ca9b2",
88
+ "Parameters": {
89
+ "Gain": "1/21.07",
90
+ "SamplingTime": "auto"
91
+ },
92
+ "EnabledScopes": [
93
+ "Out"
94
+ ]
95
+ },
96
+ {
97
+ "LibraryName": "MOSFET",
98
+ "Top": -2,
99
+ "Left": -75,
100
+ "Angle": 0,
101
+ "HF": false,
102
+ "VF": false,
103
+ "Name": "T1",
104
+ "ID": "3e7891fe-1e8b-49fc-af5a-cdc30fbeef46",
105
+ "Parameters": {
106
+ "Ron": "0.1m"
107
+ },
108
+ "EnabledScopes": [
109
+ "In"
110
+ ]
111
+ },
112
+ {
113
+ "LibraryName": "MOSFET",
114
+ "Top": 24,
115
+ "Left": -75,
116
+ "Angle": 0,
117
+ "HF": false,
118
+ "VF": false,
119
+ "Name": "!T1",
120
+ "ID": "da983bd9-7bf0-4d71-9140-4de9164c233e",
121
+ "Parameters": {
122
+ "Ron": "0.1m"
123
+ },
124
+ "EnabledScopes": [
125
+ "In"
126
+ ]
127
+ },
128
+ {
129
+ "LibraryName": "Diode",
130
+ "Top": 0,
131
+ "Left": -73,
132
+ "Angle": 270,
133
+ "HF": false,
134
+ "VF": false,
135
+ "Name": "D1",
136
+ "ID": "3cc7c32b-354f-4d0c-99af-0f1185a6b0ed",
137
+ "Parameters": {
138
+ "Rd": "0.1m",
139
+ "Vf": "3.3"
140
+ },
141
+ "EnabledScopes": [
142
+ "Current"
143
+ ]
144
+ },
145
+ {
146
+ "LibraryName": "Diode",
147
+ "Top": 26,
148
+ "Left": -73,
149
+ "Angle": 270,
150
+ "HF": false,
151
+ "VF": false,
152
+ "Name": "!D1",
153
+ "ID": "52529f0c-55f8-4476-ba29-e0d96211f121",
154
+ "Parameters": {
155
+ "Rd": "0.1m",
156
+ "Vf": "3.3"
157
+ },
158
+ "EnabledScopes": [
159
+ "Current"
160
+ ]
161
+ },
162
+ {
163
+ "LibraryName": "Control Output Connector Label",
164
+ "Top": 0,
165
+ "Left": -67,
166
+ "Angle": 0,
167
+ "HF": false,
168
+ "VF": false,
169
+ "Name": "!Q2",
170
+ "ID": "4938e8d3-1baa-493d-85fd-9708bdbe5d2c",
171
+ "Parameters": {},
172
+ "EnabledScopes": []
173
+ },
174
+ {
175
+ "LibraryName": "Control Output Connector Label",
176
+ "Top": 26,
177
+ "Left": -67,
178
+ "Angle": 0,
179
+ "HF": false,
180
+ "VF": false,
181
+ "Name": "Q2",
182
+ "ID": "10074f6d-a38f-4c2b-93c2-2212d369067c",
183
+ "Parameters": {},
184
+ "EnabledScopes": []
185
+ },
186
+ {
187
+ "LibraryName": "MOSFET",
188
+ "Top": -2,
189
+ "Left": -63,
190
+ "Angle": 0,
191
+ "HF": false,
192
+ "VF": false,
193
+ "Name": "!T2",
194
+ "ID": "e6f36cf3-608a-47fe-bd58-87ac5896a878",
195
+ "Parameters": {
196
+ "Ron": "0.1m"
197
+ },
198
+ "EnabledScopes": []
199
+ },
200
+ {
201
+ "LibraryName": "MOSFET",
202
+ "Top": 24,
203
+ "Left": -63,
204
+ "Angle": 0,
205
+ "HF": false,
206
+ "VF": false,
207
+ "Name": "T2",
208
+ "ID": "855468ff-a249-46f2-a253-b90aba872438",
209
+ "Parameters": {
210
+ "Ron": "0.1m"
211
+ },
212
+ "EnabledScopes": [
213
+ "In"
214
+ ]
215
+ },
216
+ {
217
+ "LibraryName": "Diode",
218
+ "Top": 0,
219
+ "Left": -61,
220
+ "Angle": 270,
221
+ "HF": false,
222
+ "VF": false,
223
+ "Name": "!D2",
224
+ "ID": "bfcd5450-d147-4c4d-8934-3003b801006e",
225
+ "Parameters": {
226
+ "Rd": "0.1m",
227
+ "Vf": "3.3"
228
+ },
229
+ "EnabledScopes": [
230
+ "Current"
231
+ ]
232
+ },
233
+ {
234
+ "LibraryName": "Diode",
235
+ "Top": 26,
236
+ "Left": -61,
237
+ "Angle": 270,
238
+ "HF": false,
239
+ "VF": false,
240
+ "Name": "D2",
241
+ "ID": "d59730b1-03bf-462f-9b10-91894e71c7ab",
242
+ "Parameters": {
243
+ "Rd": "0.1m",
244
+ "Vf": "3.3"
245
+ },
246
+ "EnabledScopes": [
247
+ "Current"
248
+ ]
249
+ },
250
+ {
251
+ "LibraryName": "Capacitor",
252
+ "Top": 12,
253
+ "Left": -51,
254
+ "Angle": 90,
255
+ "HF": false,
256
+ "VF": false,
257
+ "Name": "C1",
258
+ "ID": "632a8b19-386f-4c9c-ae56-34471c487b01",
259
+ "Parameters": {
260
+ "Value": "1.6m",
261
+ "Vinit": "600"
262
+ },
263
+ "EnabledScopes": []
264
+ },
265
+ {
266
+ "LibraryName": "Ground",
267
+ "Top": 30,
268
+ "Left": -52,
269
+ "Angle": 0,
270
+ "HF": false,
271
+ "VF": false,
272
+ "Name": "Ground1",
273
+ "ID": "c09aa730-f394-48e0-a681-7901dc999608",
274
+ "Parameters": {},
275
+ "EnabledScopes": []
276
+ },
277
+ {
278
+ "LibraryName": "Resistor",
279
+ "Top": 4,
280
+ "Left": -51,
281
+ "Angle": 90,
282
+ "HF": false,
283
+ "VF": false,
284
+ "Name": "R2",
285
+ "ID": "3d509983-8066-4559-abb6-9594bfb0b332",
286
+ "Parameters": {
287
+ "Value": "1m"
288
+ },
289
+ "EnabledScopes": []
290
+ },
291
+ {
292
+ "LibraryName": "Control Input Connector Label",
293
+ "Top": 13,
294
+ "Left": -100,
295
+ "Angle": 180,
296
+ "HF": false,
297
+ "VF": false,
298
+ "Name": "Input_V",
299
+ "ID": "dae0b614-2d05-4db1-bde0-f34c3bb13042",
300
+ "Parameters": {},
301
+ "EnabledScopes": []
302
+ },
303
+ {
304
+ "LibraryName": "AC Voltage Source",
305
+ "Top": 10,
306
+ "Left": -107,
307
+ "Angle": 0,
308
+ "HF": false,
309
+ "VF": false,
310
+ "Name": "AC1",
311
+ "ID": "98051297-8d4e-4bd7-ac39-409782efeec0",
312
+ "Parameters": {
313
+ "Frequency": "60",
314
+ "Amplitude": "240*1.414",
315
+ "Phase": "0"
316
+ },
317
+ "EnabledScopes": [
318
+ "Voltage",
319
+ "Current"
320
+ ]
321
+ },
322
+ {
323
+ "LibraryName": "Control Input Connector Label",
324
+ "Top": 11,
325
+ "Left": -44,
326
+ "Angle": 180,
327
+ "HF": false,
328
+ "VF": false,
329
+ "Name": "Output_V",
330
+ "ID": "fb9ffa75-a8b6-42be-a60c-095e63d00827",
331
+ "Parameters": {},
332
+ "EnabledScopes": []
333
+ },
334
+ {
335
+ "LibraryName": "Differential Voltage Probe",
336
+ "Top": 11,
337
+ "Left": -39,
338
+ "Angle": 90,
339
+ "HF": false,
340
+ "VF": false,
341
+ "Name": "VP2",
342
+ "ID": "3fbe186f-948b-4658-a3c0-4712d3d7425b",
343
+ "Parameters": {
344
+ "Gain": "1/600",
345
+ "SamplingTime": "auto"
346
+ },
347
+ "EnabledScopes": []
348
+ },
349
+ {
350
+ "LibraryName": "Resistor",
351
+ "Top": 11,
352
+ "Left": -35,
353
+ "Angle": 90,
354
+ "HF": false,
355
+ "VF": false,
356
+ "Name": "R3",
357
+ "ID": "99689f8f-a4d2-4174-b3fe-408cbf07f22b",
358
+ "Parameters": {
359
+ "Value": "Ro"
360
+ },
361
+ "EnabledScopes": [
362
+ "Voltage"
363
+ ]
364
+ },
365
+ {
366
+ "LibraryName": "Control Input Connector Label",
367
+ "Top": 13,
368
+ "Left": -78,
369
+ "Angle": 90,
370
+ "HF": false,
371
+ "VF": false,
372
+ "Name": "Input_I",
373
+ "ID": "6aa9fda6-5f3c-4ffc-982b-212d6b3a9654",
374
+ "Parameters": {},
375
+ "EnabledScopes": []
376
+ },
377
+ {
378
+ "LibraryName": "Constant",
379
+ "Top": 39,
380
+ "Left": -109,
381
+ "Angle": 0,
382
+ "HF": false,
383
+ "VF": false,
384
+ "Name": "C2",
385
+ "ID": "52e32be6-baf8-4248-9606-479b0e3f54ec",
386
+ "Parameters": {
387
+ "Value": "1",
388
+ "SamplingTime": "auto"
389
+ },
390
+ "EnabledScopes": []
391
+ },
392
+ {
393
+ "LibraryName": "Control Output Connector Label",
394
+ "Top": 45,
395
+ "Left": -109,
396
+ "Angle": 0,
397
+ "HF": false,
398
+ "VF": false,
399
+ "Name": "Output_V",
400
+ "ID": "f21adb86-2468-4525-bb07-16a99c363887",
401
+ "Parameters": {},
402
+ "EnabledScopes": []
403
+ },
404
+ {
405
+ "LibraryName": "Control Output Connector Label",
406
+ "Top": 49,
407
+ "Left": -109,
408
+ "Angle": 0,
409
+ "HF": false,
410
+ "VF": false,
411
+ "Name": "Input_V",
412
+ "ID": "028eb261-b56b-46f2-9a28-8917ee31c53d",
413
+ "Parameters": {},
414
+ "EnabledScopes": []
415
+ },
416
+ {
417
+ "LibraryName": "Constant",
418
+ "Top": 61,
419
+ "Left": -106,
420
+ "Angle": 0,
421
+ "HF": false,
422
+ "VF": false,
423
+ "Name": "C3",
424
+ "ID": "c30f6eea-2b01-4634-afd2-6754a343b92d",
425
+ "Parameters": {
426
+ "Value": "0",
427
+ "SamplingTime": "auto"
428
+ },
429
+ "EnabledScopes": []
430
+ },
431
+ {
432
+ "LibraryName": "Sum",
433
+ "Top": 40,
434
+ "Left": -97,
435
+ "Angle": 0,
436
+ "HF": false,
437
+ "VF": false,
438
+ "Name": "SUM1",
439
+ "ID": "27f6bba9-ce2f-41ab-a001-8b08c90f1d45",
440
+ "Parameters": {
441
+ "NumberOfInputs": "2",
442
+ "Gains": "[1 -1]",
443
+ "SamplingTime": "auto"
444
+ },
445
+ "EnabledScopes": []
446
+ },
447
+ {
448
+ "LibraryName": "Comparator",
449
+ "Top": 55,
450
+ "Left": -96,
451
+ "Angle": 0,
452
+ "HF": false,
453
+ "VF": false,
454
+ "Name": "COMP2",
455
+ "ID": "8d15557e-b7c9-4598-9a9a-b24a1a9d7cd8",
456
+ "Parameters": {
457
+ "SamplingTime": "auto"
458
+ },
459
+ "EnabledScopes": []
460
+ },
461
+ {
462
+ "LibraryName": "PID",
463
+ "Top": 40,
464
+ "Left": -91,
465
+ "Angle": 0,
466
+ "HF": false,
467
+ "VF": false,
468
+ "Name": "PID1",
469
+ "ID": "8cdcec07-e034-45c2-9bc1-f56a03514fa9",
470
+ "Parameters": {
471
+ "Kp": "5.022",
472
+ "Kd": "0",
473
+ "Ki": "803.52",
474
+ "SamplingTime": "auto"
475
+ },
476
+ "EnabledScopes": []
477
+ },
478
+ {
479
+ "LibraryName": "Not",
480
+ "Top": 59,
481
+ "Left": -87,
482
+ "Angle": 0,
483
+ "HF": false,
484
+ "VF": false,
485
+ "Name": "NOT2",
486
+ "ID": "6faacdc9-75d4-4178-ad1f-921822efa3cb",
487
+ "Parameters": {
488
+ "SamplingTime": "auto"
489
+ },
490
+ "EnabledScopes": []
491
+ },
492
+ {
493
+ "LibraryName": "Absolute Value",
494
+ "Top": 48,
495
+ "Left": -84,
496
+ "Angle": 0,
497
+ "HF": false,
498
+ "VF": false,
499
+ "Name": "ABS1",
500
+ "ID": "4e3c6793-4b18-4428-9fc3-9219aac70fe3",
501
+ "Parameters": {
502
+ "SamplingTime": "auto"
503
+ },
504
+ "EnabledScopes": []
505
+ },
506
+ {
507
+ "LibraryName": "Control Input Connector Label",
508
+ "Top": 56,
509
+ "Left": -79,
510
+ "Angle": 0,
511
+ "HF": false,
512
+ "VF": false,
513
+ "Name": "Q2",
514
+ "ID": "b3655381-7600-47b6-b058-525a6406b988",
515
+ "Parameters": {},
516
+ "EnabledScopes": []
517
+ },
518
+ {
519
+ "LibraryName": "Control Input Connector Label",
520
+ "Top": 60,
521
+ "Left": -79,
522
+ "Angle": 0,
523
+ "HF": false,
524
+ "VF": false,
525
+ "Name": "!Q2",
526
+ "ID": "49975e35-dfad-4a6b-be2a-f7405f5f46c5",
527
+ "Parameters": {},
528
+ "EnabledScopes": []
529
+ },
530
+ {
531
+ "LibraryName": "Control Output Connector Label",
532
+ "Top": 53,
533
+ "Left": -74,
534
+ "Angle": 0,
535
+ "HF": false,
536
+ "VF": false,
537
+ "Name": "Input_I",
538
+ "ID": "ba6a7b38-db59-4109-a1e5-52ba9c20b220",
539
+ "Parameters": {},
540
+ "EnabledScopes": []
541
+ },
542
+ {
543
+ "LibraryName": "Product",
544
+ "Top": 47,
545
+ "Left": -71,
546
+ "Angle": 0,
547
+ "HF": false,
548
+ "VF": false,
549
+ "Name": "Product1",
550
+ "ID": "805583c9-958d-4075-ba0d-daf8e90a43de",
551
+ "Parameters": {
552
+ "SamplingTime": "auto"
553
+ },
554
+ "EnabledScopes": []
555
+ },
556
+ {
557
+ "LibraryName": "Absolute Value",
558
+ "Top": 52,
559
+ "Left": -67,
560
+ "Angle": 0,
561
+ "HF": false,
562
+ "VF": false,
563
+ "Name": "ABS2",
564
+ "ID": "2d8e193d-6236-4f06-80b7-f8b216947c68",
565
+ "Parameters": {
566
+ "SamplingTime": "auto"
567
+ },
568
+ "EnabledScopes": []
569
+ },
570
+ {
571
+ "LibraryName": "Sum",
572
+ "Top": 49,
573
+ "Left": -60,
574
+ "Angle": 0,
575
+ "HF": false,
576
+ "VF": false,
577
+ "Name": "SUM2",
578
+ "ID": "2672d90c-5b82-4526-aa04-c298df3dc4e7",
579
+ "Parameters": {
580
+ "NumberOfInputs": "2",
581
+ "Gains": "[1 -1]",
582
+ "SamplingTime": "auto"
583
+ },
584
+ "EnabledScopes": []
585
+ },
586
+ {
587
+ "LibraryName": "PID",
588
+ "Top": 49,
589
+ "Left": -54,
590
+ "Angle": 0,
591
+ "HF": false,
592
+ "VF": false,
593
+ "Name": "PID2",
594
+ "ID": "6478f587-816b-42de-a791-dddebb0a95ae",
595
+ "Parameters": {
596
+ "Kp": "660.761m",
597
+ "Kd": "0",
598
+ "Ki": "24076.7016",
599
+ "SamplingTime": "auto"
600
+ },
601
+ "EnabledScopes": []
602
+ },
603
+ {
604
+ "LibraryName": "Limiter",
605
+ "Top": 49,
606
+ "Left": -41,
607
+ "Angle": 0,
608
+ "HF": false,
609
+ "VF": false,
610
+ "Name": "Lim1",
611
+ "ID": "7631861c-f11d-4250-9ddc-823ac2dce5e8",
612
+ "Parameters": {
613
+ "LowLimit": "0.02",
614
+ "HighLimit": "0.98",
615
+ "SamplingTime": "auto"
616
+ },
617
+ "EnabledScopes": []
618
+ },
619
+ {
620
+ "LibraryName": "Triangular Wave",
621
+ "Top": 53,
622
+ "Left": -41,
623
+ "Angle": 0,
624
+ "HF": false,
625
+ "VF": false,
626
+ "Name": "TRI1",
627
+ "ID": "226fdcf5-a294-4db2-8dfa-a5811ba024b4",
628
+ "Parameters": {
629
+ "Amplitude": "1",
630
+ "Frequency": "100k",
631
+ "DutyCycle": "0.98",
632
+ "Offset": "0",
633
+ "PhaseShift": "0",
634
+ "SamplingTime": "auto"
635
+ },
636
+ "EnabledScopes": []
637
+ },
638
+ {
639
+ "LibraryName": "Comparator",
640
+ "Top": 50,
641
+ "Left": -35,
642
+ "Angle": 0,
643
+ "HF": false,
644
+ "VF": false,
645
+ "Name": "COMP1",
646
+ "ID": "40b843d1-ed16-4faa-bb8f-57e687c23aba",
647
+ "Parameters": {
648
+ "SamplingTime": "auto"
649
+ },
650
+ "EnabledScopes": []
651
+ },
652
+ {
653
+ "LibraryName": "Control Output Connector Label",
654
+ "Top": 53,
655
+ "Left": -29,
656
+ "Angle": 0,
657
+ "HF": false,
658
+ "VF": false,
659
+ "Name": "Q2",
660
+ "ID": "4270aeb6-6899-4d33-bb72-054ca976f07c",
661
+ "Parameters": {},
662
+ "EnabledScopes": []
663
+ },
664
+ {
665
+ "LibraryName": "Control Output Connector Label",
666
+ "Top": 59,
667
+ "Left": -28,
668
+ "Angle": 0,
669
+ "HF": false,
670
+ "VF": false,
671
+ "Name": "!Q2",
672
+ "ID": "af67b2e1-e446-4b46-9714-f8b8eaa5a06f",
673
+ "Parameters": {},
674
+ "EnabledScopes": []
675
+ },
676
+ {
677
+ "LibraryName": "AND",
678
+ "Top": 51,
679
+ "Left": -24,
680
+ "Angle": 0,
681
+ "HF": false,
682
+ "VF": false,
683
+ "Name": "AND1",
684
+ "ID": "fd2be9b6-33c0-4b77-9b6c-bd142fe837c2",
685
+ "Parameters": {
686
+ "SamplingTime": "auto"
687
+ },
688
+ "EnabledScopes": []
689
+ },
690
+ {
691
+ "LibraryName": "AND",
692
+ "Top": 57,
693
+ "Left": -24,
694
+ "Angle": 0,
695
+ "HF": false,
696
+ "VF": false,
697
+ "Name": "AND2",
698
+ "ID": "78af9e8c-a3c1-48c8-9843-5ecd0e0b87ef",
699
+ "Parameters": {
700
+ "SamplingTime": "auto"
701
+ },
702
+ "EnabledScopes": []
703
+ },
704
+ {
705
+ "LibraryName": "Control Input Connector Label",
706
+ "Top": 52,
707
+ "Left": -20,
708
+ "Angle": 0,
709
+ "HF": false,
710
+ "VF": false,
711
+ "Name": "!Q1",
712
+ "ID": "754a183c-6ccc-4e62-90b1-445389ea01d6",
713
+ "Parameters": {},
714
+ "EnabledScopes": []
715
+ },
716
+ {
717
+ "LibraryName": "Control Input Connector Label",
718
+ "Top": 58,
719
+ "Left": -20,
720
+ "Angle": 0,
721
+ "HF": false,
722
+ "VF": false,
723
+ "Name": "Q1",
724
+ "ID": "036409d6-4038-4b0b-b30b-67de1c7f8fae",
725
+ "Parameters": {},
726
+ "EnabledScopes": []
727
+ }
728
+ ],
729
+ "Connectors": [
730
+ {
731
+ "Segments": [
732
+ {
733
+ "StartX": -94,
734
+ "StartY": 12,
735
+ "EndX": -94,
736
+ "EndY": 10
737
+ },
738
+ {
739
+ "StartX": -105,
740
+ "StartY": 10,
741
+ "EndX": -94,
742
+ "EndY": 10
743
+ },
744
+ {
745
+ "StartX": -94,
746
+ "StartY": 10,
747
+ "EndX": -91,
748
+ "EndY": 10
749
+ }
750
+ ],
751
+ "Name": "C1"
752
+ },
753
+ {
754
+ "Segments": [
755
+ {
756
+ "StartX": -61,
757
+ "StartY": 24,
758
+ "EndX": -58,
759
+ "EndY": 24
760
+ },
761
+ {
762
+ "StartX": -61,
763
+ "StartY": 4,
764
+ "EndX": -58,
765
+ "EndY": 4
766
+ },
767
+ {
768
+ "StartX": -94,
769
+ "StartY": 16,
770
+ "EndX": -94,
771
+ "EndY": 18
772
+ },
773
+ {
774
+ "StartX": -105,
775
+ "StartY": 18,
776
+ "EndX": -94,
777
+ "EndY": 18
778
+ },
779
+ {
780
+ "StartX": -94,
781
+ "StartY": 18,
782
+ "EndX": -61,
783
+ "EndY": 18
784
+ },
785
+ {
786
+ "StartX": -61,
787
+ "StartY": 4,
788
+ "EndX": -61,
789
+ "EndY": 18
790
+ },
791
+ {
792
+ "StartX": -61,
793
+ "StartY": 18,
794
+ "EndX": -61,
795
+ "EndY": 24
796
+ }
797
+ ],
798
+ "Name": "C18"
799
+ },
800
+ {
801
+ "Segments": [
802
+ {
803
+ "StartX": -79,
804
+ "StartY": 10,
805
+ "EndX": -78,
806
+ "EndY": 10
807
+ }
808
+ ],
809
+ "Name": "C9"
810
+ },
811
+ {
812
+ "Segments": [
813
+ {
814
+ "StartX": -73,
815
+ "StartY": 24,
816
+ "EndX": -70,
817
+ "EndY": 24
818
+ },
819
+ {
820
+ "StartX": -74,
821
+ "StartY": 10,
822
+ "EndX": -73,
823
+ "EndY": 10
824
+ },
825
+ {
826
+ "StartX": -73,
827
+ "StartY": 4,
828
+ "EndX": -70,
829
+ "EndY": 4
830
+ },
831
+ {
832
+ "StartX": -73,
833
+ "StartY": 4,
834
+ "EndX": -73,
835
+ "EndY": 10
836
+ },
837
+ {
838
+ "StartX": -73,
839
+ "StartY": 10,
840
+ "EndX": -73,
841
+ "EndY": 24
842
+ }
843
+ ],
844
+ "Name": "C12"
845
+ },
846
+ {
847
+ "Segments": [
848
+ {
849
+ "StartX": -48,
850
+ "StartY": 8,
851
+ "EndX": -48,
852
+ "EndY": 10
853
+ }
854
+ ],
855
+ "Name": "C14"
856
+ },
857
+ {
858
+ "Segments": [
859
+ {
860
+ "StartX": -96,
861
+ "StartY": 14,
862
+ "EndX": -95,
863
+ "EndY": 14
864
+ }
865
+ ],
866
+ "Name": "C5"
867
+ },
868
+ {
869
+ "Segments": [
870
+ {
871
+ "StartX": -40,
872
+ "StartY": 12,
873
+ "EndX": -38,
874
+ "EndY": 12
875
+ }
876
+ ],
877
+ "Name": "C16"
878
+ },
879
+ {
880
+ "Segments": [
881
+ {
882
+ "StartX": -37,
883
+ "StartY": 10,
884
+ "EndX": -37,
885
+ "EndY": -2
886
+ },
887
+ {
888
+ "StartX": -32,
889
+ "StartY": 9,
890
+ "EndX": -32,
891
+ "EndY": -2
892
+ },
893
+ {
894
+ "StartX": -48,
895
+ "StartY": 2,
896
+ "EndX": -48,
897
+ "EndY": -2
898
+ },
899
+ {
900
+ "StartX": -73,
901
+ "StartY": -2,
902
+ "EndX": -70,
903
+ "EndY": -2
904
+ },
905
+ {
906
+ "StartX": -70,
907
+ "StartY": -2,
908
+ "EndX": -61,
909
+ "EndY": -2
910
+ },
911
+ {
912
+ "StartX": -61,
913
+ "StartY": -2,
914
+ "EndX": -58,
915
+ "EndY": -2
916
+ },
917
+ {
918
+ "StartX": -37,
919
+ "StartY": -2,
920
+ "EndX": -32,
921
+ "EndY": -2
922
+ },
923
+ {
924
+ "StartX": -58,
925
+ "StartY": -2,
926
+ "EndX": -48,
927
+ "EndY": -2
928
+ },
929
+ {
930
+ "StartX": -48,
931
+ "StartY": -2,
932
+ "EndX": -37,
933
+ "EndY": -2
934
+ }
935
+ ],
936
+ "Name": "C28"
937
+ },
938
+ {
939
+ "Segments": [
940
+ {
941
+ "StartX": -37,
942
+ "StartY": 14,
943
+ "EndX": -37,
944
+ "EndY": 30
945
+ },
946
+ {
947
+ "StartX": -32,
948
+ "StartY": 15,
949
+ "EndX": -32,
950
+ "EndY": 30
951
+ },
952
+ {
953
+ "StartX": -48,
954
+ "StartY": 16,
955
+ "EndX": -48,
956
+ "EndY": 30
957
+ },
958
+ {
959
+ "StartX": -73,
960
+ "StartY": 30,
961
+ "EndX": -70,
962
+ "EndY": 30
963
+ },
964
+ {
965
+ "StartX": -70,
966
+ "StartY": 30,
967
+ "EndX": -61,
968
+ "EndY": 30
969
+ },
970
+ {
971
+ "StartX": -61,
972
+ "StartY": 30,
973
+ "EndX": -58,
974
+ "EndY": 30
975
+ },
976
+ {
977
+ "StartX": -58,
978
+ "StartY": 30,
979
+ "EndX": -51,
980
+ "EndY": 30
981
+ },
982
+ {
983
+ "StartX": -37,
984
+ "StartY": 30,
985
+ "EndX": -32,
986
+ "EndY": 30
987
+ },
988
+ {
989
+ "StartX": -51,
990
+ "StartY": 30,
991
+ "EndX": -48,
992
+ "EndY": 30
993
+ },
994
+ {
995
+ "StartX": -48,
996
+ "StartY": 30,
997
+ "EndX": -37,
998
+ "EndY": 30
999
+ }
1000
+ ],
1001
+ "Name": "C25"
1002
+ },
1003
+ {
1004
+ "Segments": [
1005
+ {
1006
+ "StartX": -76,
1007
+ "StartY": 12,
1008
+ "EndX": -76,
1009
+ "EndY": 11
1010
+ }
1011
+ ],
1012
+ "Name": "C29"
1013
+ },
1014
+ {
1015
+ "Segments": [
1016
+ {
1017
+ "StartX": -105,
1018
+ "StartY": 41,
1019
+ "EndX": -97,
1020
+ "EndY": 41
1021
+ }
1022
+ ],
1023
+ "Name": "C2"
1024
+ },
1025
+ {
1026
+ "Segments": [
1027
+ {
1028
+ "StartX": -105,
1029
+ "StartY": 46,
1030
+ "EndX": -104,
1031
+ "EndY": 46
1032
+ },
1033
+ {
1034
+ "StartX": -104,
1035
+ "StartY": 43,
1036
+ "EndX": -104,
1037
+ "EndY": 46
1038
+ },
1039
+ {
1040
+ "StartX": -97,
1041
+ "StartY": 43,
1042
+ "EndX": -104,
1043
+ "EndY": 43
1044
+ }
1045
+ ],
1046
+ "Name": "C6"
1047
+ },
1048
+ {
1049
+ "Segments": [
1050
+ {
1051
+ "StartX": -104,
1052
+ "StartY": 50,
1053
+ "EndX": -104,
1054
+ "EndY": 56
1055
+ },
1056
+ {
1057
+ "StartX": -96,
1058
+ "StartY": 56,
1059
+ "EndX": -104,
1060
+ "EndY": 56
1061
+ },
1062
+ {
1063
+ "StartX": -105,
1064
+ "StartY": 50,
1065
+ "EndX": -104,
1066
+ "EndY": 50
1067
+ },
1068
+ {
1069
+ "StartX": -104,
1070
+ "StartY": 50,
1071
+ "EndX": -84,
1072
+ "EndY": 50
1073
+ }
1074
+ ],
1075
+ "Name": "C3"
1076
+ },
1077
+ {
1078
+ "Segments": [
1079
+ {
1080
+ "StartX": -102,
1081
+ "StartY": 63,
1082
+ "EndX": -101,
1083
+ "EndY": 63
1084
+ },
1085
+ {
1086
+ "StartX": -101,
1087
+ "StartY": 58,
1088
+ "EndX": -101,
1089
+ "EndY": 63
1090
+ },
1091
+ {
1092
+ "StartX": -96,
1093
+ "StartY": 58,
1094
+ "EndX": -101,
1095
+ "EndY": 58
1096
+ }
1097
+ ],
1098
+ "Name": "C7"
1099
+ },
1100
+ {
1101
+ "Segments": [
1102
+ {
1103
+ "StartX": -93,
1104
+ "StartY": 42,
1105
+ "EndX": -91,
1106
+ "EndY": 42
1107
+ }
1108
+ ],
1109
+ "Name": "C4"
1110
+ },
1111
+ {
1112
+ "Segments": [
1113
+ {
1114
+ "StartX": -90,
1115
+ "StartY": 57,
1116
+ "EndX": -90,
1117
+ "EndY": 61
1118
+ },
1119
+ {
1120
+ "StartX": -87,
1121
+ "StartY": 61,
1122
+ "EndX": -90,
1123
+ "EndY": 61
1124
+ },
1125
+ {
1126
+ "StartX": -92,
1127
+ "StartY": 57,
1128
+ "EndX": -90,
1129
+ "EndY": 57
1130
+ },
1131
+ {
1132
+ "StartX": -90,
1133
+ "StartY": 57,
1134
+ "EndX": -79,
1135
+ "EndY": 57
1136
+ }
1137
+ ],
1138
+ "Name": "C10"
1139
+ },
1140
+ {
1141
+ "Segments": [
1142
+ {
1143
+ "StartX": -83,
1144
+ "StartY": 42,
1145
+ "EndX": -72,
1146
+ "EndY": 42
1147
+ },
1148
+ {
1149
+ "StartX": -72,
1150
+ "StartY": 42,
1151
+ "EndX": -72,
1152
+ "EndY": 48
1153
+ },
1154
+ {
1155
+ "StartX": -71,
1156
+ "StartY": 48,
1157
+ "EndX": -72,
1158
+ "EndY": 48
1159
+ }
1160
+ ],
1161
+ "Name": "C8"
1162
+ },
1163
+ {
1164
+ "Segments": [
1165
+ {
1166
+ "StartX": -83,
1167
+ "StartY": 61,
1168
+ "EndX": -79,
1169
+ "EndY": 61
1170
+ }
1171
+ ],
1172
+ "Name": "C11"
1173
+ },
1174
+ {
1175
+ "Segments": [
1176
+ {
1177
+ "StartX": -80,
1178
+ "StartY": 50,
1179
+ "EndX": -71,
1180
+ "EndY": 50
1181
+ }
1182
+ ],
1183
+ "Name": "C13"
1184
+ },
1185
+ {
1186
+ "Segments": [
1187
+ {
1188
+ "StartX": -70,
1189
+ "StartY": 54,
1190
+ "EndX": -67,
1191
+ "EndY": 54
1192
+ }
1193
+ ],
1194
+ "Name": "C15"
1195
+ },
1196
+ {
1197
+ "Segments": [
1198
+ {
1199
+ "StartX": -67,
1200
+ "StartY": 49,
1201
+ "EndX": -61,
1202
+ "EndY": 49
1203
+ },
1204
+ {
1205
+ "StartX": -61,
1206
+ "StartY": 49,
1207
+ "EndX": -61,
1208
+ "EndY": 50
1209
+ },
1210
+ {
1211
+ "StartX": -60,
1212
+ "StartY": 50,
1213
+ "EndX": -61,
1214
+ "EndY": 50
1215
+ }
1216
+ ],
1217
+ "Name": "C17"
1218
+ },
1219
+ {
1220
+ "Segments": [
1221
+ {
1222
+ "StartX": -63,
1223
+ "StartY": 54,
1224
+ "EndX": -62,
1225
+ "EndY": 54
1226
+ },
1227
+ {
1228
+ "StartX": -62,
1229
+ "StartY": 52,
1230
+ "EndX": -62,
1231
+ "EndY": 54
1232
+ },
1233
+ {
1234
+ "StartX": -60,
1235
+ "StartY": 52,
1236
+ "EndX": -62,
1237
+ "EndY": 52
1238
+ }
1239
+ ],
1240
+ "Name": "C20"
1241
+ },
1242
+ {
1243
+ "Segments": [
1244
+ {
1245
+ "StartX": -56,
1246
+ "StartY": 51,
1247
+ "EndX": -54,
1248
+ "EndY": 51
1249
+ }
1250
+ ],
1251
+ "Name": "C19"
1252
+ },
1253
+ {
1254
+ "Segments": [
1255
+ {
1256
+ "StartX": -46,
1257
+ "StartY": 51,
1258
+ "EndX": -41,
1259
+ "EndY": 51
1260
+ }
1261
+ ],
1262
+ "Name": "C21"
1263
+ },
1264
+ {
1265
+ "Segments": [
1266
+ {
1267
+ "StartX": -37,
1268
+ "StartY": 51,
1269
+ "EndX": -35,
1270
+ "EndY": 51
1271
+ }
1272
+ ],
1273
+ "Name": "C22"
1274
+ },
1275
+ {
1276
+ "Segments": [
1277
+ {
1278
+ "StartX": -37,
1279
+ "StartY": 55,
1280
+ "EndX": -36,
1281
+ "EndY": 55
1282
+ },
1283
+ {
1284
+ "StartX": -36,
1285
+ "StartY": 53,
1286
+ "EndX": -36,
1287
+ "EndY": 55
1288
+ },
1289
+ {
1290
+ "StartX": -35,
1291
+ "StartY": 53,
1292
+ "EndX": -36,
1293
+ "EndY": 53
1294
+ }
1295
+ ],
1296
+ "Name": "C24"
1297
+ },
1298
+ {
1299
+ "Segments": [
1300
+ {
1301
+ "StartX": -29,
1302
+ "StartY": 52,
1303
+ "EndX": -29,
1304
+ "EndY": 58
1305
+ },
1306
+ {
1307
+ "StartX": -24,
1308
+ "StartY": 58,
1309
+ "EndX": -29,
1310
+ "EndY": 58
1311
+ },
1312
+ {
1313
+ "StartX": -31,
1314
+ "StartY": 52,
1315
+ "EndX": -29,
1316
+ "EndY": 52
1317
+ },
1318
+ {
1319
+ "StartX": -29,
1320
+ "StartY": 52,
1321
+ "EndX": -24,
1322
+ "EndY": 52
1323
+ }
1324
+ ],
1325
+ "Name": "C26"
1326
+ },
1327
+ {
1328
+ "Segments": [
1329
+ {
1330
+ "StartX": -25,
1331
+ "StartY": 54,
1332
+ "EndX": -24,
1333
+ "EndY": 54
1334
+ }
1335
+ ],
1336
+ "Name": "C23"
1337
+ }
1338
+ ],
1339
+ "Name": "Top Circuit - Copy",
1340
+ "Variables": [
1341
+ {
1342
+ "Name": "Ro",
1343
+ "Value": "(600*600)/5000"
1344
+ }
1345
+ ],
1346
+ "VariableFile": ""
1347
+ },
1348
+ "TransientAnalysis": {
1349
+ "EndTime": "0.3",
1350
+ "FixedTimeStep": false,
1351
+ "SaveInitialPoint": true,
1352
+ "StopAtSteadyState": false,
1353
+ "TimeStep": "2E-08",
1354
+ "BaseFrequencyParameterEnabled": false,
1355
+ "NumberOfBasePeriodsSavedParameterEnabled": false,
1356
+ "BaseFrequency": "60",
1357
+ "NumberOfBasePeriodsSaved": "1"
1358
+ }
1359
+ }
1360
+ ],
1361
+ "Libraries": [],
1362
+ "TestBenches": [
1363
+ {
1364
+ "Type": "ACSweep",
1365
+ "Name": "AC Sweep Test Bench inner loop",
1366
+ "DesignID": "103f1cf3-b7b5-4c6c-978a-5e7495598c17",
1367
+ "DeviceID": "43222bbd-9148-41e2-a0f2-e42b61390225",
1368
+ "Fmax": 40000,
1369
+ "Fmin": 10,
1370
+ "MagMax": 0.04,
1371
+ "MagMin": 0.03,
1372
+ "NumberOfPoints": 36,
1373
+ "SweepType": "LogSweepType",
1374
+ "SaveAllSignals": false,
1375
+ "OutputDeviceID": "791a15d8-4b77-4757-9c66-296b30ba29df",
1376
+ "OutputScope": "Out"
1377
+ },
1378
+ {
1379
+ "Type": "ACSweep",
1380
+ "Name": "AC Sweep Test Bench outer loop",
1381
+ "DesignID": "e3f0abe7-db01-4d41-8537-08479cc74093",
1382
+ "DeviceID": "06d5dfad-e97a-479c-8d72-6f94e5214665",
1383
+ "Fmax": 25000,
1384
+ "Fmin": 1,
1385
+ "MagMax": 0.13,
1386
+ "MagMin": 0.1,
1387
+ "NumberOfPoints": 43,
1388
+ "SweepType": "LogSweepType",
1389
+ "SaveAllSignals": false,
1390
+ "OutputDeviceID": "da3298fa-7d28-410c-9bd6-86753d045278",
1391
+ "OutputScope": "Out"
1392
+ }
1393
+ ],
1394
+ "ThermalData": [
1395
+ {
1396
+ "Name": "Wolfspeed C3M0021120K (MOSFET)",
1397
+ "Manufacturer": "Wolfspeed",
1398
+ "PartNumber": "C3M0021120K",
1399
+ "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.",
1400
+ "ConductionLossesGateDependency": false,
1401
+ "SemiconductorType": "MosfetThermalDataSemiconductorType",
1402
+ "ThermalImpedanceType": "CauerThermalNetworkType",
1403
+ "ConductionLosses": [
1404
+ {
1405
+ "Temperature": -40,
1406
+ "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]"
1407
+ },
1408
+ {
1409
+ "Temperature": 25,
1410
+ "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]"
1411
+ },
1412
+ {
1413
+ "Temperature": 175,
1414
+ "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]"
1415
+ },
1416
+ {
1417
+ "Temperature": 900,
1418
+ "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]"
1419
+ }
1420
+ ],
1421
+ "ConductionLossesGateOff": [],
1422
+ "TurnOnLosses": [
1423
+ {
1424
+ "Temperature": 25,
1425
+ "Voltage": -100,
1426
+ "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]"
1427
+ },
1428
+ {
1429
+ "Temperature": 25,
1430
+ "Voltage": 0,
1431
+ "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]"
1432
+ },
1433
+ {
1434
+ "Temperature": 25,
1435
+ "Voltage": 600,
1436
+ "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]"
1437
+ },
1438
+ {
1439
+ "Temperature": 25,
1440
+ "Voltage": 800,
1441
+ "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]"
1442
+ },
1443
+ {
1444
+ "Temperature": 75,
1445
+ "Voltage": -100,
1446
+ "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]"
1447
+ },
1448
+ {
1449
+ "Temperature": 75,
1450
+ "Voltage": 0,
1451
+ "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]"
1452
+ },
1453
+ {
1454
+ "Temperature": 75,
1455
+ "Voltage": 600,
1456
+ "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]"
1457
+ },
1458
+ {
1459
+ "Temperature": 75,
1460
+ "Voltage": 800,
1461
+ "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]"
1462
+ },
1463
+ {
1464
+ "Temperature": 125,
1465
+ "Voltage": -100,
1466
+ "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]"
1467
+ },
1468
+ {
1469
+ "Temperature": 125,
1470
+ "Voltage": 0,
1471
+ "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]"
1472
+ },
1473
+ {
1474
+ "Temperature": 125,
1475
+ "Voltage": 600,
1476
+ "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]"
1477
+ },
1478
+ {
1479
+ "Temperature": 125,
1480
+ "Voltage": 800,
1481
+ "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]"
1482
+ },
1483
+ {
1484
+ "Temperature": 175,
1485
+ "Voltage": -100,
1486
+ "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]"
1487
+ },
1488
+ {
1489
+ "Temperature": 175,
1490
+ "Voltage": 0,
1491
+ "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]"
1492
+ },
1493
+ {
1494
+ "Temperature": 175,
1495
+ "Voltage": 600,
1496
+ "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]"
1497
+ },
1498
+ {
1499
+ "Temperature": 175,
1500
+ "Voltage": 800,
1501
+ "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]"
1502
+ },
1503
+ {
1504
+ "Temperature": 900,
1505
+ "Voltage": -100,
1506
+ "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]"
1507
+ },
1508
+ {
1509
+ "Temperature": 900,
1510
+ "Voltage": 0,
1511
+ "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]"
1512
+ },
1513
+ {
1514
+ "Temperature": 900,
1515
+ "Voltage": 600,
1516
+ "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]"
1517
+ },
1518
+ {
1519
+ "Temperature": 900,
1520
+ "Voltage": 800,
1521
+ "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]"
1522
+ }
1523
+ ],
1524
+ "TurnOffLosses": [
1525
+ {
1526
+ "Temperature": 25,
1527
+ "Voltage": -100,
1528
+ "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]"
1529
+ },
1530
+ {
1531
+ "Temperature": 25,
1532
+ "Voltage": 0,
1533
+ "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]"
1534
+ },
1535
+ {
1536
+ "Temperature": 25,
1537
+ "Voltage": 600,
1538
+ "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]"
1539
+ },
1540
+ {
1541
+ "Temperature": 25,
1542
+ "Voltage": 800,
1543
+ "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]"
1544
+ },
1545
+ {
1546
+ "Temperature": 75,
1547
+ "Voltage": -100,
1548
+ "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]"
1549
+ },
1550
+ {
1551
+ "Temperature": 75,
1552
+ "Voltage": 0,
1553
+ "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]"
1554
+ },
1555
+ {
1556
+ "Temperature": 75,
1557
+ "Voltage": 600,
1558
+ "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]"
1559
+ },
1560
+ {
1561
+ "Temperature": 75,
1562
+ "Voltage": 800,
1563
+ "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]"
1564
+ },
1565
+ {
1566
+ "Temperature": 125,
1567
+ "Voltage": -100,
1568
+ "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]"
1569
+ },
1570
+ {
1571
+ "Temperature": 125,
1572
+ "Voltage": 0,
1573
+ "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]"
1574
+ },
1575
+ {
1576
+ "Temperature": 125,
1577
+ "Voltage": 600,
1578
+ "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]"
1579
+ },
1580
+ {
1581
+ "Temperature": 125,
1582
+ "Voltage": 800,
1583
+ "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]"
1584
+ },
1585
+ {
1586
+ "Temperature": 175,
1587
+ "Voltage": -100,
1588
+ "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]"
1589
+ },
1590
+ {
1591
+ "Temperature": 175,
1592
+ "Voltage": 0,
1593
+ "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]"
1594
+ },
1595
+ {
1596
+ "Temperature": 175,
1597
+ "Voltage": 600,
1598
+ "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]"
1599
+ },
1600
+ {
1601
+ "Temperature": 175,
1602
+ "Voltage": 800,
1603
+ "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]"
1604
+ },
1605
+ {
1606
+ "Temperature": 900,
1607
+ "Voltage": -100,
1608
+ "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]"
1609
+ },
1610
+ {
1611
+ "Temperature": 900,
1612
+ "Voltage": 0,
1613
+ "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]"
1614
+ },
1615
+ {
1616
+ "Temperature": 900,
1617
+ "Voltage": 600,
1618
+ "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]"
1619
+ },
1620
+ {
1621
+ "Temperature": 900,
1622
+ "Voltage": 800,
1623
+ "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]"
1624
+ }
1625
+ ],
1626
+ "CustomVariables": [
1627
+ {
1628
+ "Name": "Rgon",
1629
+ "Value": "",
1630
+ "Description": "External turn-on gate resistance"
1631
+ },
1632
+ {
1633
+ "Name": "Rgoff",
1634
+ "Value": "",
1635
+ "Description": "External turn-off gate resistance"
1636
+ }
1637
+ ],
1638
+ "Constants": [],
1639
+ "Custom1DTables": [],
1640
+ "Custom2DTables": [],
1641
+ "Custom3DTables": [],
1642
+ "ConductionLossComputationMethod": 1,
1643
+ "ConductionLossComputationFormula": null,
1644
+ "ConductionLossComputationMethodGateOff": 1,
1645
+ "ConductionLossComputationFormulaGateOff": "",
1646
+ "TurnOnLossComputationMethod": "FormulaAndLookUpTableComputationMethodType",
1647
+ "TurnOnLossComputationFormula": "E/(0.0795e-3*2.5\u002B0.8929e-3)*(0.0795e-3*Rgon\u002B0.8929e-3)",
1648
+ "TurnOffLossComputationMethod": "FormulaAndLookUpTableComputationMethodType",
1649
+ "TurnOffLossComputationFormula": "E/(0.064e-3*2.5\u002B0.1351e-3)*(0.064e-3*Rgoff\u002B0.1351e-3)",
1650
+ "ThermalImpedanceDataSerialized": "[0.0441 0.002214; 0.104 0.0126; 0.06378 0.03416; 0.1121 0.1294]",
1651
+ "ID": "4b142ddd-4a33-49ba-8171-da5df4f96852"
1652
+ },
1653
+ {
1654
+ "Name": "Wolfspeed C3M0021120K (Diode)",
1655
+ "Manufacturer": "Wolfspeed",
1656
+ "PartNumber": "C3M0021120K",
1657
+ "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.",
1658
+ "ConductionLossesGateDependency": false,
1659
+ "SemiconductorType": "DiodeThermalDataSemiconductorType",
1660
+ "ThermalImpedanceType": "CauerThermalNetworkType",
1661
+ "ConductionLosses": [
1662
+ {
1663
+ "Temperature": -40,
1664
+ "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]"
1665
+ },
1666
+ {
1667
+ "Temperature": 25,
1668
+ "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]"
1669
+ },
1670
+ {
1671
+ "Temperature": 175,
1672
+ "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]"
1673
+ },
1674
+ {
1675
+ "Temperature": 900,
1676
+ "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]"
1677
+ }
1678
+ ],
1679
+ "ConductionLossesGateOff": [],
1680
+ "TurnOnLosses": [
1681
+ {
1682
+ "Temperature": 25,
1683
+ "Voltage": 0,
1684
+ "EISerialized": "[0 0]"
1685
+ }
1686
+ ],
1687
+ "TurnOffLosses": [
1688
+ {
1689
+ "Temperature": 25,
1690
+ "Voltage": 0,
1691
+ "EISerialized": "[0 0]"
1692
+ }
1693
+ ],
1694
+ "CustomVariables": [],
1695
+ "Constants": [],
1696
+ "Custom1DTables": [],
1697
+ "Custom2DTables": [],
1698
+ "Custom3DTables": [],
1699
+ "ConductionLossComputationMethod": 1,
1700
+ "ConductionLossComputationFormula": null,
1701
+ "ConductionLossComputationMethodGateOff": 1,
1702
+ "ConductionLossComputationFormulaGateOff": "",
1703
+ "TurnOnLossComputationMethod": "LookUpTableComputationMethodType",
1704
+ "TurnOnLossComputationFormula": null,
1705
+ "TurnOffLossComputationMethod": "LookUpTableComputationMethodType",
1706
+ "TurnOffLossComputationFormula": null,
1707
+ "ThermalImpedanceDataSerialized": "[0.0441 0.002214; 0.104 0.0126; 0.06378 0.03416; 0.1121 0.1294]",
1708
+ "ID": "8cd67085-b0b2-4575-bca8-e9d3682b79be"
1709
+ },
1710
+ {
1711
+ "Name": "Infineon IGB10N60T (IGBT)",
1712
+ "Manufacturer": "Infineon",
1713
+ "PartNumber": "IGB10N60T",
1714
+ "Comment": "",
1715
+ "ConductionLossesGateDependency": false,
1716
+ "SemiconductorType": "IGBTThermalDataSemiconductorType",
1717
+ "ThermalImpedanceType": "FosterThermalNetworkType",
1718
+ "ConductionLosses": [
1719
+ {
1720
+ "Temperature": 25,
1721
+ "IVSerialized": "[0 0.601146193; 1 0.793154195; 2.5 0.960867813; 5 1.179530092; 10 1.531109576; 20 2.096402019; 40 3.005316105]"
1722
+ },
1723
+ {
1724
+ "Temperature": 175,
1725
+ "IVSerialized": "[0 0.559338228; 1 0.731537715; 2.5 0.94613788; 5 1.272767506; 10 1.8752167; 20 2.986398916; 40 5.035909361]"
1726
+ }
1727
+ ],
1728
+ "ConductionLossesGateOff": [],
1729
+ "TurnOnLosses": [
1730
+ {
1731
+ "Temperature": 25,
1732
+ "Voltage": 0,
1733
+ "EISerialized": "[0 0; 1 0; 2.5 0; 5 0; 10 0; 20 0; 40 0]"
1734
+ },
1735
+ {
1736
+ "Temperature": 25,
1737
+ "Voltage": 400,
1738
+ "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]"
1739
+ },
1740
+ {
1741
+ "Temperature": 175,
1742
+ "Voltage": 0,
1743
+ "EISerialized": "[0 0; 1 0; 2.5 0; 5 0; 10 0; 20 0; 40 0]"
1744
+ },
1745
+ {
1746
+ "Temperature": 175,
1747
+ "Voltage": 400,
1748
+ "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]"
1749
+ }
1750
+ ],
1751
+ "TurnOffLosses": [
1752
+ {
1753
+ "Temperature": 25,
1754
+ "Voltage": 0,
1755
+ "EISerialized": "[0 0; 1 0; 2.5 0; 5 0; 10 0; 20 0; 40 0]"
1756
+ },
1757
+ {
1758
+ "Temperature": 25,
1759
+ "Voltage": 400,
1760
+ "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]"
1761
+ },
1762
+ {
1763
+ "Temperature": 175,
1764
+ "Voltage": 0,
1765
+ "EISerialized": "[0 0; 1 0; 2.5 0; 5 0; 10 0; 20 0; 40 0]"
1766
+ },
1767
+ {
1768
+ "Temperature": 175,
1769
+ "Voltage": 400,
1770
+ "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]"
1771
+ }
1772
+ ],
1773
+ "CustomVariables": [],
1774
+ "Constants": [],
1775
+ "Custom1DTables": [],
1776
+ "Custom2DTables": [],
1777
+ "Custom3DTables": [],
1778
+ "ConductionLossComputationMethod": 1,
1779
+ "ConductionLossComputationFormula": null,
1780
+ "ConductionLossComputationMethodGateOff": 1,
1781
+ "ConductionLossComputationFormulaGateOff": "",
1782
+ "TurnOnLossComputationMethod": "LookUpTableComputationMethodType",
1783
+ "TurnOnLossComputationFormula": null,
1784
+ "TurnOffLossComputationMethod": "LookUpTableComputationMethodType",
1785
+ "TurnOffLossComputationFormula": null,
1786
+ "ThermalImpedanceDataSerialized": "[0.2911 0.0653; 0.4092 0.00833; 0.5008 0.000737; 0.1529 7.63E-05]",
1787
+ "ID": "1997dda5-970e-491d-9245-05b31e8c024f"
1788
+ }
1789
+ ]
1790
+ }