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,1460 @@
1
+ {
2
+ "Designs": [
3
+ {
4
+ "Id": "b28c9161-24c4-48c7-b723-af1933bb1e50",
5
+ "Name": "DC-DC LLC Resonant Converter",
6
+ "Circuit": {
7
+ "Id": "2fd66919-45a0-4cc6-910b-34a93bb80acb",
8
+ "Devices": [
9
+ {
10
+ "LibraryName": "First-Order Transfer Function",
11
+ "Top": -32,
12
+ "Left": -65,
13
+ "Angle": 180,
14
+ "HF": false,
15
+ "VF": false,
16
+ "Name": "TF2",
17
+ "ID": "f09d5917-4fb6-48b8-9222-afed205d025c",
18
+ "Parameters": {
19
+ "K": "1",
20
+ "Tau": "7.9577e-6",
21
+ "SamplingTime": "auto"
22
+ },
23
+ "EnabledScopes": []
24
+ },
25
+ {
26
+ "LibraryName": "Generic Transfer Function",
27
+ "Top": -29,
28
+ "Left": -35,
29
+ "Angle": 180,
30
+ "HF": false,
31
+ "VF": false,
32
+ "Name": "TF1",
33
+ "ID": "e1f5be4d-f0c8-4d01-bbe1-130ba8412499",
34
+ "Parameters": {
35
+ "Num": "[15791367041.743]",
36
+ "Den": "[1 175929.189 15791367041.743]",
37
+ "SamplingTime": "auto"
38
+ },
39
+ "EnabledScopes": []
40
+ },
41
+ {
42
+ "LibraryName": "PID",
43
+ "Top": -23,
44
+ "Left": -70,
45
+ "Angle": 0,
46
+ "HF": false,
47
+ "VF": false,
48
+ "Name": "PID1",
49
+ "ID": "9abb4a89-10c9-4af8-97c0-c61315e46652",
50
+ "Parameters": {
51
+ "Kp": "11",
52
+ "Kd": "0",
53
+ "Ki": "180327.87",
54
+ "SamplingTime": "auto"
55
+ },
56
+ "EnabledScopes": []
57
+ },
58
+ {
59
+ "LibraryName": "PID",
60
+ "Top": -22,
61
+ "Left": -36,
62
+ "Angle": 0,
63
+ "HF": false,
64
+ "VF": false,
65
+ "Name": "PID2",
66
+ "ID": "2235cc0a-2028-4570-929b-e6efbb96f4d5",
67
+ "Parameters": {
68
+ "Kp": "1m",
69
+ "Kd": "0",
70
+ "Ki": "90.91",
71
+ "SamplingTime": "auto"
72
+ },
73
+ "EnabledScopes": []
74
+ },
75
+ {
76
+ "LibraryName": "Gain",
77
+ "Top": -22,
78
+ "Left": -42,
79
+ "Angle": 0,
80
+ "HF": false,
81
+ "VF": false,
82
+ "Name": "",
83
+ "ID": "7e38d6ce-75ce-4a05-8d91-fc6e6e53cd8e",
84
+ "Parameters": {
85
+ "Value": "-1",
86
+ "SamplingTime": "auto"
87
+ },
88
+ "EnabledScopes": []
89
+ },
90
+ {
91
+ "LibraryName": "Gain",
92
+ "Top": -22,
93
+ "Left": -16,
94
+ "Angle": 0,
95
+ "HF": false,
96
+ "VF": false,
97
+ "Name": "frequency",
98
+ "ID": "84c3e957-045a-427b-9973-c56ede11cb9c",
99
+ "Parameters": {
100
+ "Value": "f_res",
101
+ "SamplingTime": "auto"
102
+ },
103
+ "EnabledScopes": [
104
+ "Out"
105
+ ]
106
+ },
107
+ {
108
+ "LibraryName": "Limiter",
109
+ "Top": -23,
110
+ "Left": -60,
111
+ "Angle": 0,
112
+ "HF": false,
113
+ "VF": false,
114
+ "Name": "Lim1",
115
+ "ID": "c1efee3b-2d17-4ccf-84e1-2ed9455702d7",
116
+ "Parameters": {
117
+ "LowLimit": "0",
118
+ "HighLimit": "450",
119
+ "SamplingTime": "auto"
120
+ },
121
+ "EnabledScopes": []
122
+ },
123
+ {
124
+ "LibraryName": "Limiter",
125
+ "Top": -22,
126
+ "Left": -25,
127
+ "Angle": 0,
128
+ "HF": false,
129
+ "VF": false,
130
+ "Name": "Lim2",
131
+ "ID": "fb6932f2-13f7-427f-9249-53c559a7cec0",
132
+ "Parameters": {
133
+ "LowLimit": "0.7",
134
+ "HighLimit": "2",
135
+ "SamplingTime": "auto"
136
+ },
137
+ "EnabledScopes": []
138
+ },
139
+ {
140
+ "LibraryName": "Sum",
141
+ "Top": -22,
142
+ "Left": -50,
143
+ "Angle": 0,
144
+ "HF": false,
145
+ "VF": false,
146
+ "Name": "SUM2",
147
+ "ID": "11d00c48-6771-4f62-96dd-f2ef8e4a9fcf",
148
+ "Parameters": {
149
+ "NumberOfInputs": "2",
150
+ "Gains": "[1 -1]",
151
+ "SamplingTime": "auto"
152
+ },
153
+ "EnabledScopes": []
154
+ },
155
+ {
156
+ "LibraryName": "Sum",
157
+ "Top": -23,
158
+ "Left": -76,
159
+ "Angle": 0,
160
+ "HF": false,
161
+ "VF": false,
162
+ "Name": "SUM1",
163
+ "ID": "117eb18c-da08-4aa7-96cb-cfcfa55caa0e",
164
+ "Parameters": {
165
+ "NumberOfInputs": "2",
166
+ "Gains": "[1 -1]",
167
+ "SamplingTime": "auto"
168
+ },
169
+ "EnabledScopes": []
170
+ },
171
+ {
172
+ "LibraryName": "Controlled PWM Generator",
173
+ "Top": -21,
174
+ "Left": -2,
175
+ "Angle": 0,
176
+ "HF": false,
177
+ "VF": false,
178
+ "Name": "PWM1",
179
+ "ID": "80eb1c6d-8309-462f-9d27-7b15d8ae5952",
180
+ "Parameters": {
181
+ "RiseTime": "0",
182
+ "FallTime": "0",
183
+ "SamplingTime": "auto"
184
+ },
185
+ "EnabledScopes": []
186
+ },
187
+ {
188
+ "LibraryName": "Current Probe",
189
+ "Top": -46,
190
+ "Left": -1,
191
+ "Angle": 0,
192
+ "HF": false,
193
+ "VF": false,
194
+ "Name": "Iout",
195
+ "ID": "2651c460-844a-4899-b15d-e0f3f692f5ee",
196
+ "Parameters": {
197
+ "Gain": "1",
198
+ "SamplingTime": "auto"
199
+ },
200
+ "EnabledScopes": [
201
+ "Current"
202
+ ]
203
+ },
204
+ {
205
+ "LibraryName": "Differential Voltage Meter",
206
+ "Top": -44,
207
+ "Left": -43,
208
+ "Angle": 90,
209
+ "HF": false,
210
+ "VF": false,
211
+ "Name": "Vinv",
212
+ "ID": "cd5007a1-e192-4f8d-8a2f-5b2113e94d53",
213
+ "Parameters": {
214
+ "SamplingTime": "auto"
215
+ },
216
+ "EnabledScopes": [
217
+ "Voltage"
218
+ ]
219
+ },
220
+ {
221
+ "LibraryName": "Differential Voltage Probe",
222
+ "Top": -43,
223
+ "Left": 20,
224
+ "Angle": 90,
225
+ "HF": false,
226
+ "VF": false,
227
+ "Name": "Vout",
228
+ "ID": "c89a86b7-dbc3-4ca5-8abd-1956638cef7c",
229
+ "Parameters": {
230
+ "Gain": "1/420",
231
+ "SamplingTime": "auto"
232
+ },
233
+ "EnabledScopes": [
234
+ "Voltage"
235
+ ]
236
+ },
237
+ {
238
+ "LibraryName": "Capacitor",
239
+ "Top": -48,
240
+ "Left": -40,
241
+ "Angle": 0,
242
+ "HF": false,
243
+ "VF": false,
244
+ "Name": "Cr",
245
+ "ID": "6569cadb-bd45-4469-93f4-a47245c9ca6a",
246
+ "Parameters": {
247
+ "Value": "Cs",
248
+ "Vinit": "0"
249
+ },
250
+ "EnabledScopes": []
251
+ },
252
+ {
253
+ "LibraryName": "Capacitor",
254
+ "Top": -40,
255
+ "Left": 4,
256
+ "Angle": 90,
257
+ "HF": false,
258
+ "VF": false,
259
+ "Name": "C2",
260
+ "ID": "ab18ce63-594e-4f40-9b8b-694dc8c5897a",
261
+ "Parameters": {
262
+ "Value": "2u",
263
+ "Vinit": "0"
264
+ },
265
+ "EnabledScopes": []
266
+ },
267
+ {
268
+ "LibraryName": "Inductor",
269
+ "Top": -48,
270
+ "Left": -34,
271
+ "Angle": 0,
272
+ "HF": false,
273
+ "VF": false,
274
+ "Name": "Lr",
275
+ "ID": "1885cfed-6ef9-4340-864b-195bfaa9da7b",
276
+ "Parameters": {
277
+ "Value": "Ls",
278
+ "Iinit": "0"
279
+ },
280
+ "EnabledScopes": []
281
+ },
282
+ {
283
+ "LibraryName": "Inductor",
284
+ "Top": -43,
285
+ "Left": -27,
286
+ "Angle": 90,
287
+ "HF": false,
288
+ "VF": false,
289
+ "Name": "L2",
290
+ "ID": "2141cd15-6ef6-4b06-9419-73aa0d24de5b",
291
+ "Parameters": {
292
+ "Value": "Lm",
293
+ "Iinit": "0"
294
+ },
295
+ "EnabledScopes": []
296
+ },
297
+ {
298
+ "LibraryName": "Resistor",
299
+ "Top": -40,
300
+ "Left": 9,
301
+ "Angle": 90,
302
+ "HF": false,
303
+ "VF": false,
304
+ "Name": "R1",
305
+ "ID": "3475170a-3934-4ce0-84c6-aeb013a54de0",
306
+ "Parameters": {
307
+ "Value": "Ro"
308
+ },
309
+ "EnabledScopes": []
310
+ },
311
+ {
312
+ "LibraryName": "Diode",
313
+ "Top": -52,
314
+ "Left": -59,
315
+ "Angle": 270,
316
+ "HF": false,
317
+ "VF": false,
318
+ "Name": "D1",
319
+ "ID": "b15bd5c1-04cf-4a6b-8281-c801f01d4cc5",
320
+ "Parameters": {
321
+ "Rd": "0.1m",
322
+ "Vf": "0"
323
+ },
324
+ "EnabledScopes": []
325
+ },
326
+ {
327
+ "LibraryName": "Diode",
328
+ "Top": -38,
329
+ "Left": -59,
330
+ "Angle": 270,
331
+ "HF": false,
332
+ "VF": false,
333
+ "Name": "D2",
334
+ "ID": "2429b5a6-445e-4d63-b6f0-07dc22358bb9",
335
+ "Parameters": {
336
+ "Rd": "0.1m",
337
+ "Vf": "0"
338
+ },
339
+ "EnabledScopes": []
340
+ },
341
+ {
342
+ "LibraryName": "Diode",
343
+ "Top": -52,
344
+ "Left": -47,
345
+ "Angle": 270,
346
+ "HF": false,
347
+ "VF": false,
348
+ "Name": "D3",
349
+ "ID": "d27e7a2e-f48e-4ccd-a9df-8ba543bf3948",
350
+ "Parameters": {
351
+ "Rd": "0.1m",
352
+ "Vf": "0"
353
+ },
354
+ "EnabledScopes": []
355
+ },
356
+ {
357
+ "LibraryName": "Diode",
358
+ "Top": -38,
359
+ "Left": -47,
360
+ "Angle": 270,
361
+ "HF": false,
362
+ "VF": false,
363
+ "Name": "D4",
364
+ "ID": "2906dabc-24a3-42d5-96aa-b720b2c8b621",
365
+ "Parameters": {
366
+ "Rd": "0.1m",
367
+ "Vf": "0"
368
+ },
369
+ "EnabledScopes": []
370
+ },
371
+ {
372
+ "LibraryName": "Diode",
373
+ "Top": -46,
374
+ "Left": -11,
375
+ "Angle": 0,
376
+ "HF": false,
377
+ "VF": false,
378
+ "Name": "D6",
379
+ "ID": "52375c9c-3abf-4845-bae5-ce2c304a0612",
380
+ "Parameters": {
381
+ "Rd": "1m",
382
+ "Vf": "0"
383
+ },
384
+ "EnabledScopes": []
385
+ },
386
+ {
387
+ "LibraryName": "Diode",
388
+ "Top": -40,
389
+ "Left": -11,
390
+ "Angle": 0,
391
+ "HF": false,
392
+ "VF": false,
393
+ "Name": "D8",
394
+ "ID": "222be95b-6421-494f-afb8-81ecccf5f811",
395
+ "Parameters": {
396
+ "Rd": "1m",
397
+ "Vf": "0"
398
+ },
399
+ "EnabledScopes": []
400
+ },
401
+ {
402
+ "LibraryName": "Diode",
403
+ "Top": -36,
404
+ "Left": -11,
405
+ "Angle": 180,
406
+ "HF": false,
407
+ "VF": false,
408
+ "Name": "D5",
409
+ "ID": "9d6fa513-e47c-454e-aa5f-744b007be981",
410
+ "Parameters": {
411
+ "Rd": "1m",
412
+ "Vf": "0"
413
+ },
414
+ "EnabledScopes": []
415
+ },
416
+ {
417
+ "LibraryName": "Diode",
418
+ "Top": -42,
419
+ "Left": -11,
420
+ "Angle": 180,
421
+ "HF": false,
422
+ "VF": false,
423
+ "Name": "D7",
424
+ "ID": "60e14f59-2e05-4895-81e0-f2f64efbd75a",
425
+ "Parameters": {
426
+ "Rd": "1m",
427
+ "Vf": "0"
428
+ },
429
+ "EnabledScopes": []
430
+ },
431
+ {
432
+ "LibraryName": "MOSFET",
433
+ "Top": -54,
434
+ "Left": -61,
435
+ "Angle": 0,
436
+ "HF": false,
437
+ "VF": false,
438
+ "Name": "T1",
439
+ "ID": "87a89182-d02d-430c-ae8f-3f9b42b1b077",
440
+ "Parameters": {
441
+ "Ron": "0.1m"
442
+ },
443
+ "EnabledScopes": []
444
+ },
445
+ {
446
+ "LibraryName": "MOSFET",
447
+ "Top": -40,
448
+ "Left": -61,
449
+ "Angle": 0,
450
+ "HF": false,
451
+ "VF": false,
452
+ "Name": "T2",
453
+ "ID": "7f639246-6d77-415e-84ba-d6aa64ff119b",
454
+ "Parameters": {
455
+ "Ron": "0.1m"
456
+ },
457
+ "EnabledScopes": []
458
+ },
459
+ {
460
+ "LibraryName": "MOSFET",
461
+ "Top": -54,
462
+ "Left": -49,
463
+ "Angle": 0,
464
+ "HF": false,
465
+ "VF": false,
466
+ "Name": "T3",
467
+ "ID": "396f5821-405d-43f0-9dcc-06e9b64ee2dc",
468
+ "Parameters": {
469
+ "Ron": "0.1m"
470
+ },
471
+ "EnabledScopes": []
472
+ },
473
+ {
474
+ "LibraryName": "MOSFET",
475
+ "Top": -40,
476
+ "Left": -49,
477
+ "Angle": 0,
478
+ "HF": false,
479
+ "VF": false,
480
+ "Name": "T4",
481
+ "ID": "03b01795-2141-420b-bdc3-eda82462a954",
482
+ "Parameters": {
483
+ "Ron": "0.1m"
484
+ },
485
+ "EnabledScopes": []
486
+ },
487
+ {
488
+ "LibraryName": "DC Voltage Source",
489
+ "Top": -48,
490
+ "Left": -70,
491
+ "Angle": 0,
492
+ "HF": false,
493
+ "VF": false,
494
+ "Name": "DC1",
495
+ "ID": "a98bd01e-bff6-4ad5-8cb7-2ea83cf5e5b1",
496
+ "Parameters": {
497
+ "Voltage": "Vin"
498
+ },
499
+ "EnabledScopes": []
500
+ },
501
+ {
502
+ "LibraryName": "Ground",
503
+ "Top": -34,
504
+ "Left": -69,
505
+ "Angle": 0,
506
+ "HF": false,
507
+ "VF": false,
508
+ "Name": "Ground1",
509
+ "ID": "b30261db-c8cb-42b7-97c5-9ccc053fbd3f",
510
+ "Parameters": {},
511
+ "EnabledScopes": []
512
+ },
513
+ {
514
+ "LibraryName": "Ground",
515
+ "Top": -35,
516
+ "Left": 20,
517
+ "Angle": 0,
518
+ "HF": false,
519
+ "VF": false,
520
+ "Name": "Ground2",
521
+ "ID": "fbe00b31-d614-45ce-918c-294a91a2f8c0",
522
+ "Parameters": {},
523
+ "EnabledScopes": []
524
+ },
525
+ {
526
+ "LibraryName": "Ideal Transformer, 2 Winding",
527
+ "Top": -44,
528
+ "Left": -22,
529
+ "Angle": 270,
530
+ "HF": false,
531
+ "VF": false,
532
+ "Name": "TX1",
533
+ "ID": "60e750ea-2731-4706-84e4-0566a29eb29d",
534
+ "Parameters": {
535
+ "Ratio": "N"
536
+ },
537
+ "EnabledScopes": [
538
+ "W1 - Current",
539
+ "W1 - Voltage",
540
+ "W2 - Current",
541
+ "W2 - Voltage"
542
+ ]
543
+ },
544
+ {
545
+ "LibraryName": "Control Output Connector Label",
546
+ "Top": -52,
547
+ "Left": -65,
548
+ "Angle": 0,
549
+ "HF": false,
550
+ "VF": false,
551
+ "Name": "Q1",
552
+ "ID": "66893bc2-1aee-49c5-85f8-cef08236365c",
553
+ "Parameters": {},
554
+ "EnabledScopes": []
555
+ },
556
+ {
557
+ "LibraryName": "Control Output Connector Label",
558
+ "Top": -38,
559
+ "Left": -65,
560
+ "Angle": 0,
561
+ "HF": false,
562
+ "VF": false,
563
+ "Name": "!Q1",
564
+ "ID": "200a9bdd-ae32-4781-b68b-40f47e4e1e3c",
565
+ "Parameters": {},
566
+ "EnabledScopes": []
567
+ },
568
+ {
569
+ "LibraryName": "Control Output Connector Label",
570
+ "Top": -52,
571
+ "Left": -53,
572
+ "Angle": 0,
573
+ "HF": false,
574
+ "VF": false,
575
+ "Name": "!Q1",
576
+ "ID": "6f3d05f5-b6ff-4de8-ab86-f94777e6b6e8",
577
+ "Parameters": {},
578
+ "EnabledScopes": []
579
+ },
580
+ {
581
+ "LibraryName": "Control Output Connector Label",
582
+ "Top": -38,
583
+ "Left": -53,
584
+ "Angle": 0,
585
+ "HF": false,
586
+ "VF": false,
587
+ "Name": "Q1",
588
+ "ID": "54ab7d14-d471-407b-8752-9630a79b1080",
589
+ "Parameters": {},
590
+ "EnabledScopes": []
591
+ },
592
+ {
593
+ "LibraryName": "Control Input Connector Label",
594
+ "Top": -19,
595
+ "Left": 16,
596
+ "Angle": 0,
597
+ "HF": false,
598
+ "VF": false,
599
+ "Name": "Q1",
600
+ "ID": "51bdd289-1de3-43df-9670-7bfabe09a757",
601
+ "Parameters": {},
602
+ "EnabledScopes": []
603
+ },
604
+ {
605
+ "LibraryName": "Not",
606
+ "Top": -17,
607
+ "Left": 10,
608
+ "Angle": 0,
609
+ "HF": false,
610
+ "VF": false,
611
+ "Name": "",
612
+ "ID": "d291fa17-a0a8-4dd8-beac-7031ce114085",
613
+ "Parameters": {
614
+ "SamplingTime": "auto"
615
+ },
616
+ "EnabledScopes": []
617
+ },
618
+ {
619
+ "LibraryName": "Control Input Connector Label",
620
+ "Top": -16,
621
+ "Left": 16,
622
+ "Angle": 0,
623
+ "HF": false,
624
+ "VF": false,
625
+ "Name": "!Q1",
626
+ "ID": "f0c85aa4-c741-4f36-b3d9-d2461db701dc",
627
+ "Parameters": {},
628
+ "EnabledScopes": []
629
+ },
630
+ {
631
+ "LibraryName": "Constant",
632
+ "Top": -20,
633
+ "Left": -12,
634
+ "Angle": 0,
635
+ "HF": false,
636
+ "VF": false,
637
+ "Name": "",
638
+ "ID": "abe8cf13-4ed3-41c0-8f39-a6dd0e542725",
639
+ "Parameters": {
640
+ "Value": "0.5",
641
+ "SamplingTime": "auto"
642
+ },
643
+ "EnabledScopes": []
644
+ },
645
+ {
646
+ "LibraryName": "Constant",
647
+ "Top": -18,
648
+ "Left": -8,
649
+ "Angle": 0,
650
+ "HF": false,
651
+ "VF": false,
652
+ "Name": "",
653
+ "ID": "156b9c12-c4e6-4449-a86b-2615958222e9",
654
+ "Parameters": {
655
+ "Value": "0",
656
+ "SamplingTime": "auto"
657
+ },
658
+ "EnabledScopes": []
659
+ },
660
+ {
661
+ "LibraryName": "Constant",
662
+ "Top": -24,
663
+ "Left": -82,
664
+ "Angle": 0,
665
+ "HF": false,
666
+ "VF": false,
667
+ "Name": "",
668
+ "ID": "49d5f672-7875-4109-93df-774c1e366c48",
669
+ "Parameters": {
670
+ "Value": "1",
671
+ "SamplingTime": "auto"
672
+ },
673
+ "EnabledScopes": []
674
+ }
675
+ ],
676
+ "Connectors": [
677
+ {
678
+ "Segments": [
679
+ {
680
+ "StartX": -59,
681
+ "StartY": -54,
682
+ "EndX": -68,
683
+ "EndY": -54
684
+ },
685
+ {
686
+ "StartX": -68,
687
+ "StartY": -48,
688
+ "EndX": -68,
689
+ "EndY": -54
690
+ },
691
+ {
692
+ "StartX": -59,
693
+ "StartY": -54,
694
+ "EndX": -56,
695
+ "EndY": -54
696
+ },
697
+ {
698
+ "StartX": -56,
699
+ "StartY": -54,
700
+ "EndX": -47,
701
+ "EndY": -54
702
+ },
703
+ {
704
+ "StartX": -47,
705
+ "StartY": -54,
706
+ "EndX": -44,
707
+ "EndY": -54
708
+ }
709
+ ],
710
+ "Name": "C9"
711
+ },
712
+ {
713
+ "Segments": [
714
+ {
715
+ "StartX": -68,
716
+ "StartY": -40,
717
+ "EndX": -68,
718
+ "EndY": -34
719
+ },
720
+ {
721
+ "StartX": -68,
722
+ "StartY": -34,
723
+ "EndX": -59,
724
+ "EndY": -34
725
+ },
726
+ {
727
+ "StartX": -59,
728
+ "StartY": -34,
729
+ "EndX": -56,
730
+ "EndY": -34
731
+ },
732
+ {
733
+ "StartX": -56,
734
+ "StartY": -34,
735
+ "EndX": -47,
736
+ "EndY": -34
737
+ },
738
+ {
739
+ "StartX": -47,
740
+ "StartY": -34,
741
+ "EndX": -44,
742
+ "EndY": -34
743
+ }
744
+ ],
745
+ "Name": "C10"
746
+ },
747
+ {
748
+ "Segments": [
749
+ {
750
+ "StartX": -59,
751
+ "StartY": -48,
752
+ "EndX": -56,
753
+ "EndY": -48
754
+ },
755
+ {
756
+ "StartX": -59,
757
+ "StartY": -40,
758
+ "EndX": -56,
759
+ "EndY": -40
760
+ },
761
+ {
762
+ "StartX": -41,
763
+ "StartY": -45,
764
+ "EndX": -41,
765
+ "EndY": -47
766
+ },
767
+ {
768
+ "StartX": -59,
769
+ "StartY": -47,
770
+ "EndX": -41,
771
+ "EndY": -47
772
+ },
773
+ {
774
+ "StartX": -41,
775
+ "StartY": -47,
776
+ "EndX": -40,
777
+ "EndY": -47
778
+ },
779
+ {
780
+ "StartX": -59,
781
+ "StartY": -48,
782
+ "EndX": -59,
783
+ "EndY": -47
784
+ },
785
+ {
786
+ "StartX": -59,
787
+ "StartY": -47,
788
+ "EndX": -59,
789
+ "EndY": -40
790
+ }
791
+ ],
792
+ "Name": "C4"
793
+ },
794
+ {
795
+ "Segments": [
796
+ {
797
+ "StartX": -53,
798
+ "StartY": -27,
799
+ "EndX": -53,
800
+ "EndY": -19
801
+ },
802
+ {
803
+ "StartX": -50,
804
+ "StartY": -19,
805
+ "EndX": -53,
806
+ "EndY": -19
807
+ },
808
+ {
809
+ "StartX": -35,
810
+ "StartY": -27,
811
+ "EndX": -53,
812
+ "EndY": -27
813
+ }
814
+ ],
815
+ "Name": "C33"
816
+ },
817
+ {
818
+ "Segments": [
819
+ {
820
+ "StartX": -46,
821
+ "StartY": -20,
822
+ "EndX": -42,
823
+ "EndY": -20
824
+ }
825
+ ],
826
+ "Name": "C6"
827
+ },
828
+ {
829
+ "Segments": [
830
+ {
831
+ "StartX": -24,
832
+ "StartY": -45,
833
+ "EndX": -24,
834
+ "EndY": -47
835
+ },
836
+ {
837
+ "StartX": -20,
838
+ "StartY": -45,
839
+ "EndX": -20,
840
+ "EndY": -47
841
+ },
842
+ {
843
+ "StartX": -28,
844
+ "StartY": -47,
845
+ "EndX": -24,
846
+ "EndY": -47
847
+ },
848
+ {
849
+ "StartX": -24,
850
+ "StartY": -47,
851
+ "EndX": -20,
852
+ "EndY": -47
853
+ }
854
+ ],
855
+ "Name": "C2"
856
+ },
857
+ {
858
+ "Segments": [
859
+ {
860
+ "StartX": -11,
861
+ "StartY": -41,
862
+ "EndX": -12,
863
+ "EndY": -41
864
+ },
865
+ {
866
+ "StartX": -12,
867
+ "StartY": -41,
868
+ "EndX": -12,
869
+ "EndY": -45
870
+ },
871
+ {
872
+ "StartX": -18,
873
+ "StartY": -45,
874
+ "EndX": -12,
875
+ "EndY": -45
876
+ },
877
+ {
878
+ "StartX": -12,
879
+ "StartY": -45,
880
+ "EndX": -11,
881
+ "EndY": -45
882
+ }
883
+ ],
884
+ "Name": "C21"
885
+ },
886
+ {
887
+ "Segments": [
888
+ {
889
+ "StartX": -18,
890
+ "StartY": -39,
891
+ "EndX": -18,
892
+ "EndY": -35
893
+ },
894
+ {
895
+ "StartX": -13,
896
+ "StartY": -39,
897
+ "EndX": -13,
898
+ "EndY": -35
899
+ },
900
+ {
901
+ "StartX": -11,
902
+ "StartY": -39,
903
+ "EndX": -13,
904
+ "EndY": -39
905
+ },
906
+ {
907
+ "StartX": -18,
908
+ "StartY": -35,
909
+ "EndX": -13,
910
+ "EndY": -35
911
+ },
912
+ {
913
+ "StartX": -13,
914
+ "StartY": -35,
915
+ "EndX": -11,
916
+ "EndY": -35
917
+ }
918
+ ],
919
+ "Name": "C20"
920
+ },
921
+ {
922
+ "Segments": [
923
+ {
924
+ "StartX": -5,
925
+ "StartY": -39,
926
+ "EndX": -4,
927
+ "EndY": -39
928
+ },
929
+ {
930
+ "StartX": -4,
931
+ "StartY": -45,
932
+ "EndX": -4,
933
+ "EndY": -39
934
+ },
935
+ {
936
+ "StartX": -5,
937
+ "StartY": -45,
938
+ "EndX": -4,
939
+ "EndY": -45
940
+ },
941
+ {
942
+ "StartX": -4,
943
+ "StartY": -45,
944
+ "EndX": -1,
945
+ "EndY": -45
946
+ }
947
+ ],
948
+ "Name": "C25"
949
+ },
950
+ {
951
+ "Segments": [
952
+ {
953
+ "StartX": -72,
954
+ "StartY": -21,
955
+ "EndX": -70,
956
+ "EndY": -21
957
+ }
958
+ ],
959
+ "Name": "C3"
960
+ },
961
+ {
962
+ "Segments": [
963
+ {
964
+ "StartX": -60,
965
+ "StartY": -21,
966
+ "EndX": -62,
967
+ "EndY": -21
968
+ }
969
+ ],
970
+ "Name": "C7"
971
+ },
972
+ {
973
+ "Segments": [
974
+ {
975
+ "StartX": -56,
976
+ "StartY": -21,
977
+ "EndX": -50,
978
+ "EndY": -21
979
+ }
980
+ ],
981
+ "Name": "C16"
982
+ },
983
+ {
984
+ "Segments": [
985
+ {
986
+ "StartX": -38,
987
+ "StartY": -20,
988
+ "EndX": -36,
989
+ "EndY": -20
990
+ }
991
+ ],
992
+ "Name": "C8"
993
+ },
994
+ {
995
+ "Segments": [
996
+ {
997
+ "StartX": -25,
998
+ "StartY": -20,
999
+ "EndX": -28,
1000
+ "EndY": -20
1001
+ }
1002
+ ],
1003
+ "Name": "C11"
1004
+ },
1005
+ {
1006
+ "Segments": [
1007
+ {
1008
+ "StartX": -21,
1009
+ "StartY": -20,
1010
+ "EndX": -16,
1011
+ "EndY": -20
1012
+ }
1013
+ ],
1014
+ "Name": "C26"
1015
+ },
1016
+ {
1017
+ "Segments": [
1018
+ {
1019
+ "StartX": -47,
1020
+ "StartY": -48,
1021
+ "EndX": -44,
1022
+ "EndY": -48
1023
+ },
1024
+ {
1025
+ "StartX": -41,
1026
+ "StartY": -41,
1027
+ "EndX": -47,
1028
+ "EndY": -41
1029
+ },
1030
+ {
1031
+ "StartX": -47,
1032
+ "StartY": -40,
1033
+ "EndX": -44,
1034
+ "EndY": -40
1035
+ },
1036
+ {
1037
+ "StartX": -41,
1038
+ "StartY": -41,
1039
+ "EndX": -41,
1040
+ "EndY": -34
1041
+ },
1042
+ {
1043
+ "StartX": -24,
1044
+ "StartY": -39,
1045
+ "EndX": -24,
1046
+ "EndY": -34
1047
+ },
1048
+ {
1049
+ "StartX": -20,
1050
+ "StartY": -39,
1051
+ "EndX": -20,
1052
+ "EndY": -34
1053
+ },
1054
+ {
1055
+ "StartX": -41,
1056
+ "StartY": -34,
1057
+ "EndX": -24,
1058
+ "EndY": -34
1059
+ },
1060
+ {
1061
+ "StartX": -24,
1062
+ "StartY": -34,
1063
+ "EndX": -20,
1064
+ "EndY": -34
1065
+ },
1066
+ {
1067
+ "StartX": -47,
1068
+ "StartY": -48,
1069
+ "EndX": -47,
1070
+ "EndY": -41
1071
+ },
1072
+ {
1073
+ "StartX": -47,
1074
+ "StartY": -41,
1075
+ "EndX": -47,
1076
+ "EndY": -40
1077
+ }
1078
+ ],
1079
+ "Name": "C5"
1080
+ },
1081
+ {
1082
+ "Segments": [
1083
+ {
1084
+ "StartX": 22,
1085
+ "StartY": -44,
1086
+ "EndX": 22,
1087
+ "EndY": -45
1088
+ },
1089
+ {
1090
+ "StartX": 7,
1091
+ "StartY": -42,
1092
+ "EndX": 7,
1093
+ "EndY": -45
1094
+ },
1095
+ {
1096
+ "StartX": 12,
1097
+ "StartY": -42,
1098
+ "EndX": 12,
1099
+ "EndY": -45
1100
+ },
1101
+ {
1102
+ "StartX": 3,
1103
+ "StartY": -45,
1104
+ "EndX": 7,
1105
+ "EndY": -45
1106
+ },
1107
+ {
1108
+ "StartX": 7,
1109
+ "StartY": -45,
1110
+ "EndX": 12,
1111
+ "EndY": -45
1112
+ },
1113
+ {
1114
+ "StartX": 12,
1115
+ "StartY": -45,
1116
+ "EndX": 22,
1117
+ "EndY": -45
1118
+ }
1119
+ ],
1120
+ "Name": "C31"
1121
+ },
1122
+ {
1123
+ "Segments": [
1124
+ {
1125
+ "StartX": 22,
1126
+ "StartY": -40,
1127
+ "EndX": 22,
1128
+ "EndY": -35
1129
+ },
1130
+ {
1131
+ "StartX": 7,
1132
+ "StartY": -36,
1133
+ "EndX": 7,
1134
+ "EndY": -35
1135
+ },
1136
+ {
1137
+ "StartX": 12,
1138
+ "StartY": -36,
1139
+ "EndX": 12,
1140
+ "EndY": -35
1141
+ },
1142
+ {
1143
+ "StartX": -5,
1144
+ "StartY": -41,
1145
+ "EndX": -3,
1146
+ "EndY": -41
1147
+ },
1148
+ {
1149
+ "StartX": -3,
1150
+ "StartY": -41,
1151
+ "EndX": -3,
1152
+ "EndY": -35
1153
+ },
1154
+ {
1155
+ "StartX": -5,
1156
+ "StartY": -35,
1157
+ "EndX": -3,
1158
+ "EndY": -35
1159
+ },
1160
+ {
1161
+ "StartX": -3,
1162
+ "StartY": -35,
1163
+ "EndX": 7,
1164
+ "EndY": -35
1165
+ },
1166
+ {
1167
+ "StartX": 7,
1168
+ "StartY": -35,
1169
+ "EndX": 12,
1170
+ "EndY": -35
1171
+ },
1172
+ {
1173
+ "StartX": 12,
1174
+ "StartY": -35,
1175
+ "EndX": 21,
1176
+ "EndY": -35
1177
+ },
1178
+ {
1179
+ "StartX": 21,
1180
+ "StartY": -35,
1181
+ "EndX": 22,
1182
+ "EndY": -35
1183
+ }
1184
+ ],
1185
+ "Name": "C12"
1186
+ },
1187
+ {
1188
+ "Segments": [
1189
+ {
1190
+ "StartX": -76,
1191
+ "StartY": -20,
1192
+ "EndX": -77,
1193
+ "EndY": -20
1194
+ },
1195
+ {
1196
+ "StartX": -65,
1197
+ "StartY": -30,
1198
+ "EndX": -77,
1199
+ "EndY": -30
1200
+ },
1201
+ {
1202
+ "StartX": -77,
1203
+ "StartY": -30,
1204
+ "EndX": -77,
1205
+ "EndY": -20
1206
+ }
1207
+ ],
1208
+ "Name": "C34"
1209
+ },
1210
+ {
1211
+ "Segments": [
1212
+ {
1213
+ "StartX": -12,
1214
+ "StartY": -20,
1215
+ "EndX": -2,
1216
+ "EndY": -20
1217
+ }
1218
+ ],
1219
+ "Name": "C13"
1220
+ },
1221
+ {
1222
+ "Segments": [
1223
+ {
1224
+ "StartX": 1,
1225
+ "StartY": -44,
1226
+ "EndX": 1,
1227
+ "EndY": -27
1228
+ },
1229
+ {
1230
+ "StartX": -31,
1231
+ "StartY": -27,
1232
+ "EndX": 1,
1233
+ "EndY": -27
1234
+ }
1235
+ ],
1236
+ "Name": "C32"
1237
+ },
1238
+ {
1239
+ "Segments": [
1240
+ {
1241
+ "StartX": 10,
1242
+ "StartY": -15,
1243
+ "EndX": 9,
1244
+ "EndY": -15
1245
+ },
1246
+ {
1247
+ "StartX": 9,
1248
+ "StartY": -18,
1249
+ "EndX": 9,
1250
+ "EndY": -15
1251
+ },
1252
+ {
1253
+ "StartX": 6,
1254
+ "StartY": -18,
1255
+ "EndX": 9,
1256
+ "EndY": -18
1257
+ },
1258
+ {
1259
+ "StartX": 9,
1260
+ "StartY": -18,
1261
+ "EndX": 16,
1262
+ "EndY": -18
1263
+ }
1264
+ ],
1265
+ "Name": "C14"
1266
+ },
1267
+ {
1268
+ "Segments": [
1269
+ {
1270
+ "StartX": 14,
1271
+ "StartY": -15,
1272
+ "EndX": 16,
1273
+ "EndY": -15
1274
+ }
1275
+ ],
1276
+ "Name": "C19"
1277
+ },
1278
+ {
1279
+ "Segments": [
1280
+ {
1281
+ "StartX": 16,
1282
+ "StartY": -42,
1283
+ "EndX": 16,
1284
+ "EndY": -30
1285
+ },
1286
+ {
1287
+ "StartX": 21,
1288
+ "StartY": -42,
1289
+ "EndX": 16,
1290
+ "EndY": -42
1291
+ },
1292
+ {
1293
+ "StartX": -61,
1294
+ "StartY": -30,
1295
+ "EndX": 16,
1296
+ "EndY": -30
1297
+ }
1298
+ ],
1299
+ "Name": "C17"
1300
+ },
1301
+ {
1302
+ "Segments": [
1303
+ {
1304
+ "StartX": -2,
1305
+ "StartY": -18,
1306
+ "EndX": -8,
1307
+ "EndY": -18
1308
+ }
1309
+ ],
1310
+ "Name": "C15"
1311
+ },
1312
+ {
1313
+ "Segments": [
1314
+ {
1315
+ "StartX": -2,
1316
+ "StartY": -16,
1317
+ "EndX": -4,
1318
+ "EndY": -16
1319
+ }
1320
+ ],
1321
+ "Name": "C18"
1322
+ },
1323
+ {
1324
+ "Segments": [
1325
+ {
1326
+ "StartX": -76,
1327
+ "StartY": -22,
1328
+ "EndX": -78,
1329
+ "EndY": -22
1330
+ }
1331
+ ],
1332
+ "Name": "C1"
1333
+ }
1334
+ ],
1335
+ "Name": "Top Circuit",
1336
+ "Variables": [
1337
+ {
1338
+ "Name": "Vin",
1339
+ "Value": "400"
1340
+ },
1341
+ {
1342
+ "Name": "f_res",
1343
+ "Value": "200k"
1344
+ },
1345
+ {
1346
+ "Name": "Vin_rated",
1347
+ "Value": "400"
1348
+ },
1349
+ {
1350
+ "Name": "Vin_min",
1351
+ "Value": "390"
1352
+ },
1353
+ {
1354
+ "Name": "Vin_max",
1355
+ "Value": "410"
1356
+ },
1357
+ {
1358
+ "Name": "Vo",
1359
+ "Value": "420"
1360
+ },
1361
+ {
1362
+ "Name": "Vo_rated",
1363
+ "Value": "420"
1364
+ },
1365
+ {
1366
+ "Name": "Vo_min",
1367
+ "Value": "300"
1368
+ },
1369
+ {
1370
+ "Name": "Vo_max",
1371
+ "Value": "420"
1372
+ },
1373
+ {
1374
+ "Name": "Po_rated",
1375
+ "Value": "3300"
1376
+ },
1377
+ {
1378
+ "Name": "Io_rated",
1379
+ "Value": "Po_rated/Vo_rated"
1380
+ },
1381
+ {
1382
+ "Name": "K_load",
1383
+ "Value": "1"
1384
+ },
1385
+ {
1386
+ "Name": "Q_rated",
1387
+ "Value": "0.4"
1388
+ },
1389
+ {
1390
+ "Name": "K_ind",
1391
+ "Value": "4"
1392
+ },
1393
+ {
1394
+ "Name": "K_rel_freq",
1395
+ "Value": "0.8"
1396
+ },
1397
+ {
1398
+ "Name": "fsw",
1399
+ "Value": "f_res*K_rel_freq"
1400
+ },
1401
+ {
1402
+ "Name": "N",
1403
+ "Value": "(Vo_max\u002BVo_min)/(2*Vin_rated)"
1404
+ },
1405
+ {
1406
+ "Name": "N2",
1407
+ "Value": "N*N"
1408
+ },
1409
+ {
1410
+ "Name": "Ro_rated",
1411
+ "Value": "Vo_rated*Vo_rated/Po_rated"
1412
+ },
1413
+ {
1414
+ "Name": "Ro_rated_pri",
1415
+ "Value": "Ro_rated/N2"
1416
+ },
1417
+ {
1418
+ "Name": "Ro",
1419
+ "Value": "Ro_rated/K_load"
1420
+ },
1421
+ {
1422
+ "Name": "Gdc_min",
1423
+ "Value": "Vo_min/(N*Vin_max)"
1424
+ },
1425
+ {
1426
+ "Name": "Gdc_max",
1427
+ "Value": "Vo_max/(N*Vin_min)"
1428
+ },
1429
+ {
1430
+ "Name": "Ls",
1431
+ "Value": "(Q_rated*Ro_rated_pri)/(2*pi*f_res)"
1432
+ },
1433
+ {
1434
+ "Name": "Cs",
1435
+ "Value": "1/(2*pi*f_res*Q_rated*Ro_rated_pri)"
1436
+ },
1437
+ {
1438
+ "Name": "Lm",
1439
+ "Value": "K_ind*Ls"
1440
+ }
1441
+ ],
1442
+ "VariableFile": ""
1443
+ },
1444
+ "TransientAnalysis": {
1445
+ "EndTime": "0.015",
1446
+ "FixedTimeStep": false,
1447
+ "SaveInitialPoint": true,
1448
+ "StopAtSteadyState": false,
1449
+ "TimeStep": "8E-09",
1450
+ "BaseFrequencyParameterEnabled": false,
1451
+ "NumberOfBasePeriodsSavedParameterEnabled": false,
1452
+ "BaseFrequency": "60",
1453
+ "NumberOfBasePeriodsSaved": "1"
1454
+ }
1455
+ }
1456
+ ],
1457
+ "Libraries": [],
1458
+ "TestBenches": [],
1459
+ "ThermalData": []
1460
+ }