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,1628 @@
1
+ {
2
+ "Designs": [
3
+ {
4
+ "Id": "42920c4c-534d-431e-a4a1-32bdbedaadfb",
5
+ "Name": "DC-DC Dual Active Bridge Converter",
6
+ "Circuit": {
7
+ "Id": "17f5323d-4227-4417-b2d1-c7912e5bceee",
8
+ "Devices": [
9
+ {
10
+ "LibraryName": "DC Voltage Source",
11
+ "Top": -1,
12
+ "Left": 23,
13
+ "Angle": 0,
14
+ "HF": false,
15
+ "VF": false,
16
+ "Name": "DC1",
17
+ "ID": "722e434a-6ec3-488d-8f76-f916a00605d3",
18
+ "Parameters": {
19
+ "Voltage": "95"
20
+ },
21
+ "EnabledScopes": []
22
+ },
23
+ {
24
+ "LibraryName": "Ground",
25
+ "Top": 13,
26
+ "Left": 24,
27
+ "Angle": 0,
28
+ "HF": false,
29
+ "VF": false,
30
+ "Name": "Ground1",
31
+ "ID": "08501d13-7857-4f4c-bc17-bb80e40577e5",
32
+ "Parameters": {},
33
+ "EnabledScopes": []
34
+ },
35
+ {
36
+ "LibraryName": "Control Output Connector Label",
37
+ "Top": -5,
38
+ "Left": 28,
39
+ "Angle": 0,
40
+ "HF": false,
41
+ "VF": false,
42
+ "Name": "Q1",
43
+ "ID": "9d6a5f92-36ec-4971-9f50-700fd51101c2",
44
+ "Parameters": {},
45
+ "EnabledScopes": []
46
+ },
47
+ {
48
+ "LibraryName": "Control Output Connector Label",
49
+ "Top": 9,
50
+ "Left": 28,
51
+ "Angle": 0,
52
+ "HF": false,
53
+ "VF": false,
54
+ "Name": "!Q1",
55
+ "ID": "0a5bbbb5-0e01-4f19-951e-8771572a3f4a",
56
+ "Parameters": {},
57
+ "EnabledScopes": []
58
+ },
59
+ {
60
+ "LibraryName": "MOSFET",
61
+ "Top": -7,
62
+ "Left": 32,
63
+ "Angle": 0,
64
+ "HF": false,
65
+ "VF": false,
66
+ "Name": "T1",
67
+ "ID": "7d48f8f3-d655-46b9-9610-88bebd3bcfde",
68
+ "Parameters": {
69
+ "Ron": "50m"
70
+ },
71
+ "EnabledScopes": []
72
+ },
73
+ {
74
+ "LibraryName": "MOSFET",
75
+ "Top": 7,
76
+ "Left": 32,
77
+ "Angle": 0,
78
+ "HF": false,
79
+ "VF": false,
80
+ "Name": "T2",
81
+ "ID": "95bc64d8-461c-4cb5-bc5c-a056bfcf626f",
82
+ "Parameters": {
83
+ "Ron": "50m"
84
+ },
85
+ "EnabledScopes": []
86
+ },
87
+ {
88
+ "LibraryName": "Diode",
89
+ "Top": -5,
90
+ "Left": 34,
91
+ "Angle": 270,
92
+ "HF": false,
93
+ "VF": false,
94
+ "Name": "D1",
95
+ "ID": "327eb099-a82b-4612-be6a-e49eaab9249e",
96
+ "Parameters": {
97
+ "Rd": "5m",
98
+ "Vf": "4.5"
99
+ },
100
+ "EnabledScopes": []
101
+ },
102
+ {
103
+ "LibraryName": "Diode",
104
+ "Top": 9,
105
+ "Left": 34,
106
+ "Angle": 270,
107
+ "HF": false,
108
+ "VF": false,
109
+ "Name": "D2",
110
+ "ID": "a860060c-5d66-4bf4-866c-fb1b00ef9a84",
111
+ "Parameters": {
112
+ "Rd": "5m",
113
+ "Vf": "4.5"
114
+ },
115
+ "EnabledScopes": []
116
+ },
117
+ {
118
+ "LibraryName": "Control Output Connector Label",
119
+ "Top": -5,
120
+ "Left": 40,
121
+ "Angle": 0,
122
+ "HF": false,
123
+ "VF": false,
124
+ "Name": "!Q1",
125
+ "ID": "94b1b703-f851-49b6-ac48-8c1208a5bddd",
126
+ "Parameters": {},
127
+ "EnabledScopes": []
128
+ },
129
+ {
130
+ "LibraryName": "Control Output Connector Label",
131
+ "Top": 9,
132
+ "Left": 40,
133
+ "Angle": 0,
134
+ "HF": false,
135
+ "VF": false,
136
+ "Name": "Q1",
137
+ "ID": "5eda58d0-459f-4992-aeaf-d4c82bbaf6f5",
138
+ "Parameters": {},
139
+ "EnabledScopes": []
140
+ },
141
+ {
142
+ "LibraryName": "MOSFET",
143
+ "Top": -7,
144
+ "Left": 44,
145
+ "Angle": 0,
146
+ "HF": false,
147
+ "VF": false,
148
+ "Name": "T3",
149
+ "ID": "4dde9920-27bb-4e52-ab98-c4d2ab91a4e9",
150
+ "Parameters": {
151
+ "Ron": "50m"
152
+ },
153
+ "EnabledScopes": []
154
+ },
155
+ {
156
+ "LibraryName": "MOSFET",
157
+ "Top": 7,
158
+ "Left": 44,
159
+ "Angle": 0,
160
+ "HF": false,
161
+ "VF": false,
162
+ "Name": "T4",
163
+ "ID": "5f08a47d-24da-466a-aef2-323c0db85a7f",
164
+ "Parameters": {
165
+ "Ron": "50m"
166
+ },
167
+ "EnabledScopes": []
168
+ },
169
+ {
170
+ "LibraryName": "Differential Voltage Meter",
171
+ "Top": 2,
172
+ "Left": 46,
173
+ "Angle": 90,
174
+ "HF": false,
175
+ "VF": false,
176
+ "Name": "V1",
177
+ "ID": "8acd9a9f-fe34-4dcd-ab1c-c3bb187dbf98",
178
+ "Parameters": {
179
+ "SamplingTime": "none"
180
+ },
181
+ "EnabledScopes": [
182
+ "Voltage"
183
+ ]
184
+ },
185
+ {
186
+ "LibraryName": "Diode",
187
+ "Top": -5,
188
+ "Left": 46,
189
+ "Angle": 270,
190
+ "HF": false,
191
+ "VF": false,
192
+ "Name": "D3",
193
+ "ID": "ef5c20d9-7b0e-46f2-a98e-6a3cc872a8f9",
194
+ "Parameters": {
195
+ "Rd": "5m",
196
+ "Vf": "4.5"
197
+ },
198
+ "EnabledScopes": []
199
+ },
200
+ {
201
+ "LibraryName": "Diode",
202
+ "Top": 9,
203
+ "Left": 46,
204
+ "Angle": 270,
205
+ "HF": false,
206
+ "VF": false,
207
+ "Name": "D4",
208
+ "ID": "e74272d4-fa6b-4e1c-ade4-b156cffff95a",
209
+ "Parameters": {
210
+ "Rd": "5m",
211
+ "Vf": "4.5"
212
+ },
213
+ "EnabledScopes": []
214
+ },
215
+ {
216
+ "LibraryName": "Inductor",
217
+ "Top": -1,
218
+ "Left": 51,
219
+ "Angle": 0,
220
+ "HF": false,
221
+ "VF": false,
222
+ "Name": "L1",
223
+ "ID": "f12ee3ba-5171-407f-a62f-e54f2eb4efdf",
224
+ "Parameters": {
225
+ "Value": "2.052u",
226
+ "Iinit": "0"
227
+ },
228
+ "EnabledScopes": [
229
+ "Current"
230
+ ]
231
+ },
232
+ {
233
+ "LibraryName": "Ideal Transformer, 2 Winding",
234
+ "Top": 1,
235
+ "Left": 57,
236
+ "Angle": 270,
237
+ "HF": false,
238
+ "VF": false,
239
+ "Name": "TX1",
240
+ "ID": "c67679ba-237d-49ad-8488-80c1993a5c4e",
241
+ "Parameters": {
242
+ "Ratio": "4"
243
+ },
244
+ "EnabledScopes": [
245
+ "W1 - Voltage"
246
+ ]
247
+ },
248
+ {
249
+ "LibraryName": "Control Output Connector Label",
250
+ "Top": -5,
251
+ "Left": 61,
252
+ "Angle": 0,
253
+ "HF": false,
254
+ "VF": false,
255
+ "Name": "Q2",
256
+ "ID": "a29e91f1-37c3-408d-abdf-f87a20f3ffe1",
257
+ "Parameters": {},
258
+ "EnabledScopes": []
259
+ },
260
+ {
261
+ "LibraryName": "Control Output Connector Label",
262
+ "Top": 9,
263
+ "Left": 61,
264
+ "Angle": 0,
265
+ "HF": false,
266
+ "VF": false,
267
+ "Name": "!Q2",
268
+ "ID": "08a3996b-d827-44d5-89eb-f7969c17e61f",
269
+ "Parameters": {},
270
+ "EnabledScopes": []
271
+ },
272
+ {
273
+ "LibraryName": "MOSFET",
274
+ "Top": -7,
275
+ "Left": 65,
276
+ "Angle": 0,
277
+ "HF": false,
278
+ "VF": false,
279
+ "Name": "T5",
280
+ "ID": "c7bc0c43-ac5b-4753-94f3-adc10e73e99a",
281
+ "Parameters": {
282
+ "Ron": "65m"
283
+ },
284
+ "EnabledScopes": []
285
+ },
286
+ {
287
+ "LibraryName": "MOSFET",
288
+ "Top": 7,
289
+ "Left": 65,
290
+ "Angle": 0,
291
+ "HF": false,
292
+ "VF": false,
293
+ "Name": "T6",
294
+ "ID": "1496a27f-a74a-4ac6-b493-a2f01e86b4a1",
295
+ "Parameters": {
296
+ "Ron": "65m"
297
+ },
298
+ "EnabledScopes": []
299
+ },
300
+ {
301
+ "LibraryName": "Diode",
302
+ "Top": -5,
303
+ "Left": 67,
304
+ "Angle": 270,
305
+ "HF": false,
306
+ "VF": false,
307
+ "Name": "D5",
308
+ "ID": "104f1892-d2a8-4bb4-9080-eb3a63856395",
309
+ "Parameters": {
310
+ "Rd": "5m",
311
+ "Vf": "4.4"
312
+ },
313
+ "EnabledScopes": []
314
+ },
315
+ {
316
+ "LibraryName": "Diode",
317
+ "Top": 9,
318
+ "Left": 67,
319
+ "Angle": 270,
320
+ "HF": false,
321
+ "VF": false,
322
+ "Name": "D6",
323
+ "ID": "8cab7c50-78e9-4499-ad6a-4bbfe7b4be9c",
324
+ "Parameters": {
325
+ "Rd": "5m",
326
+ "Vf": "4.4"
327
+ },
328
+ "EnabledScopes": []
329
+ },
330
+ {
331
+ "LibraryName": "Control Output Connector Label",
332
+ "Top": -5,
333
+ "Left": 73,
334
+ "Angle": 0,
335
+ "HF": false,
336
+ "VF": false,
337
+ "Name": "!Q2",
338
+ "ID": "63470ef2-e150-417d-be37-1c00379ee5cf",
339
+ "Parameters": {},
340
+ "EnabledScopes": []
341
+ },
342
+ {
343
+ "LibraryName": "Control Output Connector Label",
344
+ "Top": 9,
345
+ "Left": 73,
346
+ "Angle": 0,
347
+ "HF": false,
348
+ "VF": false,
349
+ "Name": "Q2",
350
+ "ID": "112b72e4-f89c-4b91-83fa-a33206e329fd",
351
+ "Parameters": {},
352
+ "EnabledScopes": []
353
+ },
354
+ {
355
+ "LibraryName": "MOSFET",
356
+ "Top": -7,
357
+ "Left": 77,
358
+ "Angle": 0,
359
+ "HF": false,
360
+ "VF": false,
361
+ "Name": "T7",
362
+ "ID": "49c98f5d-febf-4661-ae6c-b6679459ff32",
363
+ "Parameters": {
364
+ "Ron": "65m"
365
+ },
366
+ "EnabledScopes": []
367
+ },
368
+ {
369
+ "LibraryName": "MOSFET",
370
+ "Top": 7,
371
+ "Left": 77,
372
+ "Angle": 0,
373
+ "HF": false,
374
+ "VF": false,
375
+ "Name": "T8",
376
+ "ID": "659d0fc5-c6e0-4c20-ac14-10bbd25df71b",
377
+ "Parameters": {
378
+ "Ron": "65m"
379
+ },
380
+ "EnabledScopes": []
381
+ },
382
+ {
383
+ "LibraryName": "Diode",
384
+ "Top": -5,
385
+ "Left": 79,
386
+ "Angle": 270,
387
+ "HF": false,
388
+ "VF": false,
389
+ "Name": "D7",
390
+ "ID": "12122560-9f0c-4f4c-ad88-4b916c3ffe27",
391
+ "Parameters": {
392
+ "Rd": "5m",
393
+ "Vf": "4.4"
394
+ },
395
+ "EnabledScopes": []
396
+ },
397
+ {
398
+ "LibraryName": "Diode",
399
+ "Top": 9,
400
+ "Left": 79,
401
+ "Angle": 270,
402
+ "HF": false,
403
+ "VF": false,
404
+ "Name": "D8",
405
+ "ID": "0286aac2-bb68-4c5b-a628-209a13ba2c8a",
406
+ "Parameters": {
407
+ "Rd": "5m",
408
+ "Vf": "4.4"
409
+ },
410
+ "EnabledScopes": []
411
+ },
412
+ {
413
+ "LibraryName": "Resistor",
414
+ "Top": -3,
415
+ "Left": 84,
416
+ "Angle": 90,
417
+ "HF": false,
418
+ "VF": false,
419
+ "Name": "R1",
420
+ "ID": "fe9b46f8-7f19-4535-8457-264117c173f7",
421
+ "Parameters": {
422
+ "Value": "3.2m"
423
+ },
424
+ "EnabledScopes": []
425
+ },
426
+ {
427
+ "LibraryName": "Capacitor",
428
+ "Top": 7,
429
+ "Left": 84,
430
+ "Angle": 90,
431
+ "HF": false,
432
+ "VF": false,
433
+ "Name": "C10",
434
+ "ID": "bf83e877-e455-44bd-8f2c-5d65f793ace5",
435
+ "Parameters": {
436
+ "Value": "30u",
437
+ "Vinit": "0"
438
+ },
439
+ "EnabledScopes": []
440
+ },
441
+ {
442
+ "LibraryName": "Ground",
443
+ "Top": 13,
444
+ "Left": 86,
445
+ "Angle": 0,
446
+ "HF": false,
447
+ "VF": false,
448
+ "Name": "Ground2",
449
+ "ID": "0cff1fb3-449a-452e-ad52-add645920660",
450
+ "Parameters": {},
451
+ "EnabledScopes": []
452
+ },
453
+ {
454
+ "LibraryName": "Current Meter",
455
+ "Top": -8,
456
+ "Left": 88,
457
+ "Angle": 0,
458
+ "HF": false,
459
+ "VF": false,
460
+ "Name": "A1",
461
+ "ID": "c335142b-e070-4214-9ec9-3917f933c4c5",
462
+ "Parameters": {
463
+ "SamplingTime": "none"
464
+ },
465
+ "EnabledScopes": [
466
+ "Current"
467
+ ]
468
+ },
469
+ {
470
+ "LibraryName": "Resistor",
471
+ "Top": 2,
472
+ "Left": 89,
473
+ "Angle": 90,
474
+ "HF": false,
475
+ "VF": false,
476
+ "Name": "R2",
477
+ "ID": "b7e13309-376c-4920-85e8-1d813f659460",
478
+ "Parameters": {
479
+ "Value": "144.4"
480
+ },
481
+ "EnabledScopes": [
482
+ "Voltage"
483
+ ]
484
+ },
485
+ {
486
+ "LibraryName": "Differential Voltage Meter",
487
+ "Top": 3,
488
+ "Left": 55,
489
+ "Angle": 90,
490
+ "HF": false,
491
+ "VF": false,
492
+ "Name": "V2",
493
+ "ID": "b04f7ddd-9870-4229-b8a4-554707387ef8",
494
+ "Parameters": {
495
+ "SamplingTime": "none"
496
+ },
497
+ "EnabledScopes": [
498
+ "Voltage"
499
+ ]
500
+ },
501
+ {
502
+ "LibraryName": "Control Output Connector Label",
503
+ "Top": 39,
504
+ "Left": 27,
505
+ "Angle": 0,
506
+ "HF": false,
507
+ "VF": false,
508
+ "Name": "Vout",
509
+ "ID": "eba04fa4-bf03-4e4c-ba18-6040825ff750",
510
+ "Parameters": {},
511
+ "EnabledScopes": []
512
+ },
513
+ {
514
+ "LibraryName": "Constant",
515
+ "Top": 43,
516
+ "Left": 27,
517
+ "Angle": 0,
518
+ "HF": false,
519
+ "VF": false,
520
+ "Name": "C1",
521
+ "ID": "4b31df17-bea8-4d6d-a26e-edc6c04efa45",
522
+ "Parameters": {
523
+ "Value": "380",
524
+ "SamplingTime": "none"
525
+ },
526
+ "EnabledScopes": []
527
+ },
528
+ {
529
+ "LibraryName": "Sum",
530
+ "Top": 42,
531
+ "Left": 33,
532
+ "Angle": 0,
533
+ "HF": false,
534
+ "VF": false,
535
+ "Name": "SUM1",
536
+ "ID": "caa1ddbf-eeb3-4d95-abca-56d1e8d437c0",
537
+ "Parameters": {
538
+ "NumberOfInputs": "2",
539
+ "Gains": "[-1 1]",
540
+ "SamplingTime": "none"
541
+ },
542
+ "EnabledScopes": []
543
+ },
544
+ {
545
+ "LibraryName": "C Code",
546
+ "Top": 39,
547
+ "Left": 39,
548
+ "Angle": 0,
549
+ "HF": false,
550
+ "VF": false,
551
+ "Name": "C3",
552
+ "ID": "9ef83c27-29f9-47b8-b44b-2b7a07fcff03",
553
+ "Parameters": {
554
+ "NumberOfInputs": "1",
555
+ "NumberOfOutputs": "1",
556
+ "OptionalAdditionalIncludeDirectory": "",
557
+ "Code": "#include \u0022simba_library.h\u0022 \r\n#include \u003Cstdlib.h\u003E\r\n\r\n\r\ntypedef struct{\r\n double duty_cycle;\r\n double Verror;\r\n double Verror_prev;\r\n} model_data;\r\n\r\nmodel_data data; \r\n\r\nvoid initialize() {\r\n\tdata.duty_cycle = 0;\r\n\tdata.Verror = 0;\r\n\tdata.Verror_prev = 0;\r\n}\r\n\r\nvoid calculate_outputs(double* outputs, double* inputs, double time, double time_step) {\r\n\r\n\t//const double clock = inputs[0];\r\n\t//if (clock == 1 || time \u003C 1e-10) // Clock\r\n\t{\r\n\t\t// Voltage control loop\r\n\t\tdouble Verror = inputs[0];\r\n\t\tdata.duty_cycle = data.duty_cycle \u002B 0.00167595 * (Verror - data.Verror_prev) \u002B 0.11173 * 2e-4 * Verror; \t\t\r\n\t\tdata.Verror_prev = Verror;\r\n\t}\r\n\t\r\n\toutputs[0] = data.duty_cycle;\r\n}\r\n\r\nvoid terminate() {\r\n}\r\n\r\n/*\r\n * Function: snapshot (DO NOT MODIFY)\r\n */\r\nvoid* snapshot(snapshot_mode mode, void* snapshot_ptr) {\r\n\tmodel_data* model_data_ptr;\r\n\tswitch (mode) {\r\n\t\tcase SNAPSHOT_CREATE: // Create and return a snapshot of the current model state\r\n\t\t\tmodel_data_ptr = (model_data*)malloc(sizeof(model_data));\r\n\t\t\tif (model_data_ptr == 0) return 0;\r\n\t\t\t*model_data_ptr = data;\r\n\t\t\treturn (void*)model_data_ptr;\r\n\r\n\t\tcase SNAPSHOT_UPDATE: // Update an existing snapshot with current model data\r\n\t\t\tmodel_data_ptr = (model_data*)snapshot_ptr;\r\n\t\t\t*model_data_ptr = data;\r\n\t\t\treturn snapshot_ptr;\r\n\r\n\t\tcase SNAPSHOT_LOAD: // Restore model data \r\n\t\t\tmodel_data_ptr = (model_data*)snapshot_ptr;\r\n\t\t\tdata = *model_data_ptr;\r\n\t\t\treturn snapshot_ptr;\r\n\r\n\t\tcase SNAPSHOT_DELETE: // Free the resources allocated in SNAPSHOT_CREATE\r\n\t\t\tfree(snapshot_ptr);\r\n\t\t\treturn 0;\r\n\t}\r\n}",
558
+ "SamplingTime": "100u"
559
+ },
560
+ "EnabledScopes": []
561
+ },
562
+ {
563
+ "LibraryName": "Limiter",
564
+ "Top": 42,
565
+ "Left": 49,
566
+ "Angle": 0,
567
+ "HF": false,
568
+ "VF": false,
569
+ "Name": "Lim1",
570
+ "ID": "e383b4d4-79b6-4c18-9e40-bc30880da610",
571
+ "Parameters": {
572
+ "LowLimit": "-1",
573
+ "HighLimit": "1",
574
+ "SamplingTime": "none"
575
+ },
576
+ "EnabledScopes": []
577
+ },
578
+ {
579
+ "LibraryName": "Gain",
580
+ "Top": 42,
581
+ "Left": 57,
582
+ "Angle": 0,
583
+ "HF": false,
584
+ "VF": false,
585
+ "Name": "G1",
586
+ "ID": "2011ef88-2a5f-47d3-925e-5be709a2adb4",
587
+ "Parameters": {
588
+ "Value": "-0.5",
589
+ "SamplingTime": "none"
590
+ },
591
+ "EnabledScopes": []
592
+ },
593
+ {
594
+ "LibraryName": "Sum",
595
+ "Top": 46,
596
+ "Left": 64,
597
+ "Angle": 0,
598
+ "HF": false,
599
+ "VF": false,
600
+ "Name": "SUM2",
601
+ "ID": "ce0c9aec-9d5a-4796-b25d-88f33418e970",
602
+ "Parameters": {
603
+ "NumberOfInputs": "2",
604
+ "Gains": "[1 1]",
605
+ "SamplingTime": "none"
606
+ },
607
+ "EnabledScopes": []
608
+ },
609
+ {
610
+ "LibraryName": "Constant",
611
+ "Top": 19,
612
+ "Left": 71,
613
+ "Angle": 0,
614
+ "HF": false,
615
+ "VF": false,
616
+ "Name": "C7",
617
+ "ID": "5bfc311d-cc73-4219-8c49-8a349fad5ffe",
618
+ "Parameters": {
619
+ "Value": "250k",
620
+ "SamplingTime": "none"
621
+ },
622
+ "EnabledScopes": []
623
+ },
624
+ {
625
+ "LibraryName": "Constant",
626
+ "Top": 24,
627
+ "Left": 71,
628
+ "Angle": 0,
629
+ "HF": false,
630
+ "VF": false,
631
+ "Name": "C5",
632
+ "ID": "36ddaf08-b768-4273-8d7f-b1dd7cd4f236",
633
+ "Parameters": {
634
+ "Value": "0.5",
635
+ "SamplingTime": "none"
636
+ },
637
+ "EnabledScopes": []
638
+ },
639
+ {
640
+ "LibraryName": "Constant",
641
+ "Top": 29,
642
+ "Left": 71,
643
+ "Angle": 0,
644
+ "HF": false,
645
+ "VF": false,
646
+ "Name": "C6",
647
+ "ID": "1e8c0004-4ae7-4a9d-a022-9137abfbbde3",
648
+ "Parameters": {
649
+ "Value": "0",
650
+ "SamplingTime": "none"
651
+ },
652
+ "EnabledScopes": []
653
+ },
654
+ {
655
+ "LibraryName": "Constant",
656
+ "Top": 36,
657
+ "Left": 71,
658
+ "Angle": 0,
659
+ "HF": false,
660
+ "VF": false,
661
+ "Name": "C9",
662
+ "ID": "5462c515-989c-4c5e-b2b2-7b675998e601",
663
+ "Parameters": {
664
+ "Value": "250k",
665
+ "SamplingTime": "none"
666
+ },
667
+ "EnabledScopes": []
668
+ },
669
+ {
670
+ "LibraryName": "Constant",
671
+ "Top": 41,
672
+ "Left": 71,
673
+ "Angle": 0,
674
+ "HF": false,
675
+ "VF": false,
676
+ "Name": "C8",
677
+ "ID": "317eee56-8d6d-4fa3-8be7-fb6879397da9",
678
+ "Parameters": {
679
+ "Value": "0.5",
680
+ "SamplingTime": "none"
681
+ },
682
+ "EnabledScopes": []
683
+ },
684
+ {
685
+ "LibraryName": "Gain",
686
+ "Top": 46,
687
+ "Left": 71,
688
+ "Angle": 0,
689
+ "HF": false,
690
+ "VF": false,
691
+ "Name": "G2",
692
+ "ID": "af6cc11c-342e-457b-9551-4978f684f8dc",
693
+ "Parameters": {
694
+ "Value": "360",
695
+ "SamplingTime": "none"
696
+ },
697
+ "EnabledScopes": []
698
+ },
699
+ {
700
+ "LibraryName": "Controlled PWM Generator",
701
+ "Top": 23,
702
+ "Left": 78,
703
+ "Angle": 0,
704
+ "HF": false,
705
+ "VF": false,
706
+ "Name": "PWM1",
707
+ "ID": "4fd837d4-1677-47f0-9321-7e5a2d2f3760",
708
+ "Parameters": {
709
+ "RiseTime": "0",
710
+ "FallTime": "0",
711
+ "SamplingTime": "none"
712
+ },
713
+ "EnabledScopes": [
714
+ "Out"
715
+ ]
716
+ },
717
+ {
718
+ "LibraryName": "Controlled PWM Generator",
719
+ "Top": 40,
720
+ "Left": 78,
721
+ "Angle": 0,
722
+ "HF": false,
723
+ "VF": false,
724
+ "Name": "PWM2",
725
+ "ID": "911da84f-6547-40db-91ee-0115f6a2eb36",
726
+ "Parameters": {
727
+ "RiseTime": "0",
728
+ "FallTime": "0",
729
+ "SamplingTime": "none"
730
+ },
731
+ "EnabledScopes": [
732
+ "Out"
733
+ ]
734
+ },
735
+ {
736
+ "LibraryName": "Not",
737
+ "Top": 46,
738
+ "Left": 89,
739
+ "Angle": 0,
740
+ "HF": false,
741
+ "VF": false,
742
+ "Name": "NOT2",
743
+ "ID": "519435cf-53f0-4704-911e-c83911fa2a09",
744
+ "Parameters": {
745
+ "SamplingTime": "none"
746
+ },
747
+ "EnabledScopes": [
748
+ "Out"
749
+ ]
750
+ },
751
+ {
752
+ "LibraryName": "Not",
753
+ "Top": 29,
754
+ "Left": 90,
755
+ "Angle": 0,
756
+ "HF": false,
757
+ "VF": false,
758
+ "Name": "NOT1",
759
+ "ID": "0d703e78-5f22-4f00-8cf2-1b5817bee23a",
760
+ "Parameters": {
761
+ "SamplingTime": "none"
762
+ },
763
+ "EnabledScopes": [
764
+ "Out"
765
+ ]
766
+ },
767
+ {
768
+ "LibraryName": "Control Input Connector Label",
769
+ "Top": 42,
770
+ "Left": 93,
771
+ "Angle": 0,
772
+ "HF": false,
773
+ "VF": false,
774
+ "Name": "Q2",
775
+ "ID": "d7866c14-b3a2-45f0-8380-0703504156da",
776
+ "Parameters": {},
777
+ "EnabledScopes": []
778
+ },
779
+ {
780
+ "LibraryName": "Control Input Connector Label",
781
+ "Top": 47,
782
+ "Left": 93,
783
+ "Angle": 0,
784
+ "HF": false,
785
+ "VF": false,
786
+ "Name": "!Q2",
787
+ "ID": "0fc36fc4-607c-4048-8f6a-f14e05b8d668",
788
+ "Parameters": {},
789
+ "EnabledScopes": []
790
+ },
791
+ {
792
+ "LibraryName": "Control Input Connector Label",
793
+ "Top": 25,
794
+ "Left": 94,
795
+ "Angle": 0,
796
+ "HF": false,
797
+ "VF": false,
798
+ "Name": "Q1",
799
+ "ID": "acb19455-9477-41bf-89f7-711fccd37427",
800
+ "Parameters": {},
801
+ "EnabledScopes": []
802
+ },
803
+ {
804
+ "LibraryName": "Control Input Connector Label",
805
+ "Top": 30,
806
+ "Left": 94,
807
+ "Angle": 0,
808
+ "HF": false,
809
+ "VF": false,
810
+ "Name": "!Q1",
811
+ "ID": "3df1054f-6ff2-4fbc-a247-3e76abee82b6",
812
+ "Parameters": {},
813
+ "EnabledScopes": []
814
+ },
815
+ {
816
+ "LibraryName": "Constant",
817
+ "Top": 50,
818
+ "Left": 57,
819
+ "Angle": 0,
820
+ "HF": false,
821
+ "VF": false,
822
+ "Name": "C4",
823
+ "ID": "d525a5e0-465c-4eb4-acaa-64ed1ba01564",
824
+ "Parameters": {
825
+ "Value": "1",
826
+ "SamplingTime": "none"
827
+ },
828
+ "EnabledScopes": []
829
+ },
830
+ {
831
+ "LibraryName": "Differential Voltage Probe",
832
+ "Top": 2,
833
+ "Left": 100,
834
+ "Angle": 90,
835
+ "HF": false,
836
+ "VF": true,
837
+ "Name": "VP1",
838
+ "ID": "3e6e77cc-3ddf-4286-8621-9f64f67aa711",
839
+ "Parameters": {
840
+ "Gain": "1",
841
+ "SamplingTime": "auto"
842
+ },
843
+ "EnabledScopes": [
844
+ "Out"
845
+ ]
846
+ },
847
+ {
848
+ "LibraryName": "Control Input Connector Label",
849
+ "Top": 2,
850
+ "Left": 103,
851
+ "Angle": 0,
852
+ "HF": false,
853
+ "VF": false,
854
+ "Name": "Vout",
855
+ "ID": "2243dc77-d8cd-495c-b61a-4c678b916473",
856
+ "Parameters": {},
857
+ "EnabledScopes": []
858
+ },
859
+ {
860
+ "LibraryName": "Switch",
861
+ "Top": -5,
862
+ "Left": 94,
863
+ "Angle": 90,
864
+ "HF": false,
865
+ "VF": false,
866
+ "Name": "SW1",
867
+ "ID": "0c89beb2-b465-4f37-bab6-b18026afef7e",
868
+ "Parameters": {
869
+ "State": "1",
870
+ "T1": "100m"
871
+ },
872
+ "EnabledScopes": []
873
+ },
874
+ {
875
+ "LibraryName": "Resistor",
876
+ "Top": 2,
877
+ "Left": 94,
878
+ "Angle": 90,
879
+ "HF": false,
880
+ "VF": false,
881
+ "Name": "R3",
882
+ "ID": "80ecca51-8d24-4b49-84b8-f78a2573860b",
883
+ "Parameters": {
884
+ "Value": "144.4"
885
+ },
886
+ "EnabledScopes": []
887
+ }
888
+ ],
889
+ "Connectors": [
890
+ {
891
+ "Segments": [
892
+ {
893
+ "StartX": 34,
894
+ "StartY": -7,
895
+ "EndX": 25,
896
+ "EndY": -7
897
+ },
898
+ {
899
+ "StartX": 25,
900
+ "StartY": -1,
901
+ "EndX": 25,
902
+ "EndY": -7
903
+ },
904
+ {
905
+ "StartX": 34,
906
+ "StartY": -7,
907
+ "EndX": 37,
908
+ "EndY": -7
909
+ },
910
+ {
911
+ "StartX": 37,
912
+ "StartY": -7,
913
+ "EndX": 46,
914
+ "EndY": -7
915
+ },
916
+ {
917
+ "StartX": 46,
918
+ "StartY": -7,
919
+ "EndX": 49,
920
+ "EndY": -7
921
+ }
922
+ ],
923
+ "Name": "C9"
924
+ },
925
+ {
926
+ "Segments": [
927
+ {
928
+ "StartX": 25,
929
+ "StartY": 7,
930
+ "EndX": 25,
931
+ "EndY": 13
932
+ },
933
+ {
934
+ "StartX": 25,
935
+ "StartY": 13,
936
+ "EndX": 34,
937
+ "EndY": 13
938
+ },
939
+ {
940
+ "StartX": 34,
941
+ "StartY": 13,
942
+ "EndX": 37,
943
+ "EndY": 13
944
+ },
945
+ {
946
+ "StartX": 37,
947
+ "StartY": 13,
948
+ "EndX": 46,
949
+ "EndY": 13
950
+ },
951
+ {
952
+ "StartX": 46,
953
+ "StartY": 13,
954
+ "EndX": 49,
955
+ "EndY": 13
956
+ }
957
+ ],
958
+ "Name": "C10"
959
+ },
960
+ {
961
+ "Segments": [
962
+ {
963
+ "StartX": 34,
964
+ "StartY": -1,
965
+ "EndX": 37,
966
+ "EndY": -1
967
+ },
968
+ {
969
+ "StartX": 34,
970
+ "StartY": 7,
971
+ "EndX": 37,
972
+ "EndY": 7
973
+ },
974
+ {
975
+ "StartX": 48,
976
+ "StartY": 1,
977
+ "EndX": 48,
978
+ "EndY": 0
979
+ },
980
+ {
981
+ "StartX": 34,
982
+ "StartY": 0,
983
+ "EndX": 48,
984
+ "EndY": 0
985
+ },
986
+ {
987
+ "StartX": 48,
988
+ "StartY": 0,
989
+ "EndX": 51,
990
+ "EndY": 0
991
+ },
992
+ {
993
+ "StartX": 34,
994
+ "StartY": -1,
995
+ "EndX": 34,
996
+ "EndY": 0
997
+ },
998
+ {
999
+ "StartX": 34,
1000
+ "StartY": 0,
1001
+ "EndX": 34,
1002
+ "EndY": 7
1003
+ }
1004
+ ],
1005
+ "Name": "C6"
1006
+ },
1007
+ {
1008
+ "Segments": [
1009
+ {
1010
+ "StartX": 46,
1011
+ "StartY": -1,
1012
+ "EndX": 49,
1013
+ "EndY": -1
1014
+ },
1015
+ {
1016
+ "StartX": 46,
1017
+ "StartY": 7,
1018
+ "EndX": 49,
1019
+ "EndY": 7
1020
+ },
1021
+ {
1022
+ "StartX": 48,
1023
+ "StartY": 5,
1024
+ "EndX": 48,
1025
+ "EndY": 6
1026
+ },
1027
+ {
1028
+ "StartX": 46,
1029
+ "StartY": -1,
1030
+ "EndX": 46,
1031
+ "EndY": 6
1032
+ },
1033
+ {
1034
+ "StartX": 46,
1035
+ "StartY": 6,
1036
+ "EndX": 46,
1037
+ "EndY": 7
1038
+ },
1039
+ {
1040
+ "StartX": 46,
1041
+ "StartY": 6,
1042
+ "EndX": 48,
1043
+ "EndY": 6
1044
+ },
1045
+ {
1046
+ "StartX": 48,
1047
+ "StartY": 6,
1048
+ "EndX": 57,
1049
+ "EndY": 6
1050
+ },
1051
+ {
1052
+ "StartX": 57,
1053
+ "StartY": 6,
1054
+ "EndX": 59,
1055
+ "EndY": 6
1056
+ }
1057
+ ],
1058
+ "Name": "C7"
1059
+ },
1060
+ {
1061
+ "Segments": [
1062
+ {
1063
+ "StartX": 57,
1064
+ "StartY": 0,
1065
+ "EndX": 59,
1066
+ "EndY": 0
1067
+ },
1068
+ {
1069
+ "StartX": 57,
1070
+ "StartY": 2,
1071
+ "EndX": 57,
1072
+ "EndY": 0
1073
+ }
1074
+ ],
1075
+ "Name": "C19"
1076
+ },
1077
+ {
1078
+ "Segments": [
1079
+ {
1080
+ "StartX": 61,
1081
+ "StartY": 0,
1082
+ "EndX": 67,
1083
+ "EndY": 0
1084
+ },
1085
+ {
1086
+ "StartX": 67,
1087
+ "StartY": -1,
1088
+ "EndX": 70,
1089
+ "EndY": -1
1090
+ },
1091
+ {
1092
+ "StartX": 67,
1093
+ "StartY": 7,
1094
+ "EndX": 70,
1095
+ "EndY": 7
1096
+ },
1097
+ {
1098
+ "StartX": 67,
1099
+ "StartY": -1,
1100
+ "EndX": 67,
1101
+ "EndY": 0
1102
+ },
1103
+ {
1104
+ "StartX": 67,
1105
+ "StartY": 0,
1106
+ "EndX": 67,
1107
+ "EndY": 7
1108
+ }
1109
+ ],
1110
+ "Name": "C17"
1111
+ },
1112
+ {
1113
+ "Segments": [
1114
+ {
1115
+ "StartX": 61,
1116
+ "StartY": 6,
1117
+ "EndX": 79,
1118
+ "EndY": 6
1119
+ },
1120
+ {
1121
+ "StartX": 79,
1122
+ "StartY": 0,
1123
+ "EndX": 82,
1124
+ "EndY": 0
1125
+ },
1126
+ {
1127
+ "StartX": 79,
1128
+ "StartY": 7,
1129
+ "EndX": 82,
1130
+ "EndY": 7
1131
+ },
1132
+ {
1133
+ "StartX": 82,
1134
+ "StartY": -1,
1135
+ "EndX": 82,
1136
+ "EndY": 0
1137
+ },
1138
+ {
1139
+ "StartX": 79,
1140
+ "StartY": 6,
1141
+ "EndX": 79,
1142
+ "EndY": 7
1143
+ },
1144
+ {
1145
+ "StartX": 79,
1146
+ "StartY": -1,
1147
+ "EndX": 79,
1148
+ "EndY": 0
1149
+ },
1150
+ {
1151
+ "StartX": 79,
1152
+ "StartY": 0,
1153
+ "EndX": 79,
1154
+ "EndY": 6
1155
+ }
1156
+ ],
1157
+ "Name": "C22"
1158
+ },
1159
+ {
1160
+ "Segments": [
1161
+ {
1162
+ "StartX": 67,
1163
+ "StartY": -7,
1164
+ "EndX": 70,
1165
+ "EndY": -7
1166
+ },
1167
+ {
1168
+ "StartX": 70,
1169
+ "StartY": -7,
1170
+ "EndX": 79,
1171
+ "EndY": -7
1172
+ },
1173
+ {
1174
+ "StartX": 79,
1175
+ "StartY": -7,
1176
+ "EndX": 82,
1177
+ "EndY": -7
1178
+ },
1179
+ {
1180
+ "StartX": 87,
1181
+ "StartY": -5,
1182
+ "EndX": 87,
1183
+ "EndY": -7
1184
+ },
1185
+ {
1186
+ "StartX": 82,
1187
+ "StartY": -7,
1188
+ "EndX": 87,
1189
+ "EndY": -7
1190
+ },
1191
+ {
1192
+ "StartX": 87,
1193
+ "StartY": -7,
1194
+ "EndX": 88,
1195
+ "EndY": -7
1196
+ }
1197
+ ],
1198
+ "Name": "C23"
1199
+ },
1200
+ {
1201
+ "Segments": [
1202
+ {
1203
+ "StartX": 87,
1204
+ "StartY": 1,
1205
+ "EndX": 87,
1206
+ "EndY": 5
1207
+ }
1208
+ ],
1209
+ "Name": "C24"
1210
+ },
1211
+ {
1212
+ "Segments": [
1213
+ {
1214
+ "StartX": 31,
1215
+ "StartY": 40,
1216
+ "EndX": 32,
1217
+ "EndY": 40
1218
+ },
1219
+ {
1220
+ "StartX": 32,
1221
+ "StartY": 40,
1222
+ "EndX": 32,
1223
+ "EndY": 43
1224
+ },
1225
+ {
1226
+ "StartX": 33,
1227
+ "StartY": 43,
1228
+ "EndX": 32,
1229
+ "EndY": 43
1230
+ }
1231
+ ],
1232
+ "Name": "C1"
1233
+ },
1234
+ {
1235
+ "Segments": [
1236
+ {
1237
+ "StartX": 31,
1238
+ "StartY": 45,
1239
+ "EndX": 33,
1240
+ "EndY": 45
1241
+ }
1242
+ ],
1243
+ "Name": "C2"
1244
+ },
1245
+ {
1246
+ "Segments": [
1247
+ {
1248
+ "StartX": 37,
1249
+ "StartY": 44,
1250
+ "EndX": 39,
1251
+ "EndY": 44
1252
+ }
1253
+ ],
1254
+ "Name": "C3"
1255
+ },
1256
+ {
1257
+ "Segments": [
1258
+ {
1259
+ "StartX": 53,
1260
+ "StartY": 44,
1261
+ "EndX": 57,
1262
+ "EndY": 44
1263
+ }
1264
+ ],
1265
+ "Name": "C4"
1266
+ },
1267
+ {
1268
+ "Segments": [
1269
+ {
1270
+ "StartX": 61,
1271
+ "StartY": 44,
1272
+ "EndX": 62,
1273
+ "EndY": 44
1274
+ },
1275
+ {
1276
+ "StartX": 62,
1277
+ "StartY": 44,
1278
+ "EndX": 62,
1279
+ "EndY": 47
1280
+ },
1281
+ {
1282
+ "StartX": 64,
1283
+ "StartY": 47,
1284
+ "EndX": 62,
1285
+ "EndY": 47
1286
+ }
1287
+ ],
1288
+ "Name": "C8"
1289
+ },
1290
+ {
1291
+ "Segments": [
1292
+ {
1293
+ "StartX": 68,
1294
+ "StartY": 48,
1295
+ "EndX": 71,
1296
+ "EndY": 48
1297
+ }
1298
+ ],
1299
+ "Name": "C11"
1300
+ },
1301
+ {
1302
+ "Segments": [
1303
+ {
1304
+ "StartX": 75,
1305
+ "StartY": 21,
1306
+ "EndX": 76,
1307
+ "EndY": 21
1308
+ },
1309
+ {
1310
+ "StartX": 76,
1311
+ "StartY": 21,
1312
+ "EndX": 76,
1313
+ "EndY": 24
1314
+ },
1315
+ {
1316
+ "StartX": 78,
1317
+ "StartY": 24,
1318
+ "EndX": 76,
1319
+ "EndY": 24
1320
+ }
1321
+ ],
1322
+ "Name": "C12"
1323
+ },
1324
+ {
1325
+ "Segments": [
1326
+ {
1327
+ "StartX": 75,
1328
+ "StartY": 26,
1329
+ "EndX": 78,
1330
+ "EndY": 26
1331
+ }
1332
+ ],
1333
+ "Name": "C13"
1334
+ },
1335
+ {
1336
+ "Segments": [
1337
+ {
1338
+ "StartX": 75,
1339
+ "StartY": 31,
1340
+ "EndX": 76,
1341
+ "EndY": 31
1342
+ },
1343
+ {
1344
+ "StartX": 76,
1345
+ "StartY": 28,
1346
+ "EndX": 76,
1347
+ "EndY": 31
1348
+ },
1349
+ {
1350
+ "StartX": 78,
1351
+ "StartY": 28,
1352
+ "EndX": 76,
1353
+ "EndY": 28
1354
+ }
1355
+ ],
1356
+ "Name": "C20"
1357
+ },
1358
+ {
1359
+ "Segments": [
1360
+ {
1361
+ "StartX": 75,
1362
+ "StartY": 38,
1363
+ "EndX": 76,
1364
+ "EndY": 38
1365
+ },
1366
+ {
1367
+ "StartX": 76,
1368
+ "StartY": 38,
1369
+ "EndX": 76,
1370
+ "EndY": 41
1371
+ },
1372
+ {
1373
+ "StartX": 78,
1374
+ "StartY": 41,
1375
+ "EndX": 76,
1376
+ "EndY": 41
1377
+ }
1378
+ ],
1379
+ "Name": "C15"
1380
+ },
1381
+ {
1382
+ "Segments": [
1383
+ {
1384
+ "StartX": 75,
1385
+ "StartY": 43,
1386
+ "EndX": 78,
1387
+ "EndY": 43
1388
+ }
1389
+ ],
1390
+ "Name": "C16"
1391
+ },
1392
+ {
1393
+ "Segments": [
1394
+ {
1395
+ "StartX": 75,
1396
+ "StartY": 48,
1397
+ "EndX": 76,
1398
+ "EndY": 48
1399
+ },
1400
+ {
1401
+ "StartX": 76,
1402
+ "StartY": 45,
1403
+ "EndX": 76,
1404
+ "EndY": 48
1405
+ },
1406
+ {
1407
+ "StartX": 78,
1408
+ "StartY": 45,
1409
+ "EndX": 76,
1410
+ "EndY": 45
1411
+ }
1412
+ ],
1413
+ "Name": "C14"
1414
+ },
1415
+ {
1416
+ "Segments": [
1417
+ {
1418
+ "StartX": 89,
1419
+ "StartY": 26,
1420
+ "EndX": 89,
1421
+ "EndY": 31
1422
+ },
1423
+ {
1424
+ "StartX": 90,
1425
+ "StartY": 31,
1426
+ "EndX": 89,
1427
+ "EndY": 31
1428
+ },
1429
+ {
1430
+ "StartX": 86,
1431
+ "StartY": 26,
1432
+ "EndX": 89,
1433
+ "EndY": 26
1434
+ },
1435
+ {
1436
+ "StartX": 89,
1437
+ "StartY": 26,
1438
+ "EndX": 94,
1439
+ "EndY": 26
1440
+ }
1441
+ ],
1442
+ "Name": "C21"
1443
+ },
1444
+ {
1445
+ "Segments": [
1446
+ {
1447
+ "StartX": 88,
1448
+ "StartY": 43,
1449
+ "EndX": 88,
1450
+ "EndY": 48
1451
+ },
1452
+ {
1453
+ "StartX": 89,
1454
+ "StartY": 48,
1455
+ "EndX": 88,
1456
+ "EndY": 48
1457
+ },
1458
+ {
1459
+ "StartX": 86,
1460
+ "StartY": 43,
1461
+ "EndX": 88,
1462
+ "EndY": 43
1463
+ },
1464
+ {
1465
+ "StartX": 88,
1466
+ "StartY": 43,
1467
+ "EndX": 93,
1468
+ "EndY": 43
1469
+ }
1470
+ ],
1471
+ "Name": "C26"
1472
+ },
1473
+ {
1474
+ "Segments": [
1475
+ {
1476
+ "StartX": 64,
1477
+ "StartY": 49,
1478
+ "EndX": 62,
1479
+ "EndY": 49
1480
+ },
1481
+ {
1482
+ "StartX": 62,
1483
+ "StartY": 49,
1484
+ "EndX": 62,
1485
+ "EndY": 52
1486
+ },
1487
+ {
1488
+ "StartX": 62,
1489
+ "StartY": 52,
1490
+ "EndX": 61,
1491
+ "EndY": 52
1492
+ }
1493
+ ],
1494
+ "Name": "C5"
1495
+ },
1496
+ {
1497
+ "Segments": [
1498
+ {
1499
+ "StartX": 92,
1500
+ "StartY": -7,
1501
+ "EndX": 92,
1502
+ "EndY": 0
1503
+ },
1504
+ {
1505
+ "StartX": 92,
1506
+ "StartY": -7,
1507
+ "EndX": 97,
1508
+ "EndY": -7
1509
+ },
1510
+ {
1511
+ "StartX": 102,
1512
+ "StartY": 1,
1513
+ "EndX": 102,
1514
+ "EndY": -7
1515
+ },
1516
+ {
1517
+ "StartX": 102,
1518
+ "StartY": -7,
1519
+ "EndX": 97,
1520
+ "EndY": -7
1521
+ }
1522
+ ],
1523
+ "Name": "C28"
1524
+ },
1525
+ {
1526
+ "Segments": [
1527
+ {
1528
+ "StartX": 97,
1529
+ "StartY": -1,
1530
+ "EndX": 97,
1531
+ "EndY": 0
1532
+ }
1533
+ ],
1534
+ "Name": "C18"
1535
+ },
1536
+ {
1537
+ "Segments": [
1538
+ {
1539
+ "StartX": 97,
1540
+ "StartY": 6,
1541
+ "EndX": 97,
1542
+ "EndY": 13
1543
+ },
1544
+ {
1545
+ "StartX": 67,
1546
+ "StartY": 13,
1547
+ "EndX": 70,
1548
+ "EndY": 13
1549
+ },
1550
+ {
1551
+ "StartX": 70,
1552
+ "StartY": 13,
1553
+ "EndX": 79,
1554
+ "EndY": 13
1555
+ },
1556
+ {
1557
+ "StartX": 79,
1558
+ "StartY": 13,
1559
+ "EndX": 82,
1560
+ "EndY": 13
1561
+ },
1562
+ {
1563
+ "StartX": 82,
1564
+ "StartY": 13,
1565
+ "EndX": 87,
1566
+ "EndY": 13
1567
+ },
1568
+ {
1569
+ "StartX": 87,
1570
+ "StartY": 11,
1571
+ "EndX": 87,
1572
+ "EndY": 13
1573
+ },
1574
+ {
1575
+ "StartX": 92,
1576
+ "StartY": 6,
1577
+ "EndX": 92,
1578
+ "EndY": 13
1579
+ },
1580
+ {
1581
+ "StartX": 102,
1582
+ "StartY": 5,
1583
+ "EndX": 102,
1584
+ "EndY": 13
1585
+ },
1586
+ {
1587
+ "StartX": 97,
1588
+ "StartY": 13,
1589
+ "EndX": 102,
1590
+ "EndY": 13
1591
+ },
1592
+ {
1593
+ "StartX": 87,
1594
+ "StartY": 13,
1595
+ "EndX": 92,
1596
+ "EndY": 13
1597
+ },
1598
+ {
1599
+ "StartX": 92,
1600
+ "StartY": 13,
1601
+ "EndX": 97,
1602
+ "EndY": 13
1603
+ }
1604
+ ],
1605
+ "Name": "C25"
1606
+ }
1607
+ ],
1608
+ "Name": "Top Circuit",
1609
+ "Variables": [],
1610
+ "VariableFile": ""
1611
+ },
1612
+ "TransientAnalysis": {
1613
+ "EndTime": "0.2",
1614
+ "FixedTimeStep": false,
1615
+ "SaveInitialPoint": true,
1616
+ "StopAtSteadyState": false,
1617
+ "TimeStep": "1E-09",
1618
+ "BaseFrequencyParameterEnabled": false,
1619
+ "NumberOfBasePeriodsSavedParameterEnabled": false,
1620
+ "BaseFrequency": "60",
1621
+ "NumberOfBasePeriodsSaved": "1"
1622
+ }
1623
+ }
1624
+ ],
1625
+ "Libraries": [],
1626
+ "TestBenches": [],
1627
+ "ThermalData": []
1628
+ }