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,1474 @@
1
+ {
2
+ "Designs": [
3
+ {
4
+ "Id": "62578e7b-c4e7-4a06-afd7-995d40e0645c",
5
+ "Name": "DC-DC Phase Shift Full Bridge",
6
+ "Circuit": {
7
+ "Id": "55e8f4c5-f290-405b-8c53-40727942bad7",
8
+ "Devices": [
9
+ {
10
+ "LibraryName": "DC Voltage Source",
11
+ "Top": -11,
12
+ "Left": 13,
13
+ "Angle": 0,
14
+ "HF": false,
15
+ "VF": false,
16
+ "Name": "DC1",
17
+ "ID": "ed71fd77-d455-45a1-bbc0-e61f2dad5fe7",
18
+ "Parameters": {
19
+ "Voltage": "400"
20
+ },
21
+ "EnabledScopes": []
22
+ },
23
+ {
24
+ "LibraryName": "Ground",
25
+ "Top": 6,
26
+ "Left": 14,
27
+ "Angle": 0,
28
+ "HF": false,
29
+ "VF": false,
30
+ "Name": "Ground1",
31
+ "ID": "79d38f8a-2e02-4643-ad98-54e1919308db",
32
+ "Parameters": {},
33
+ "EnabledScopes": []
34
+ },
35
+ {
36
+ "LibraryName": "Differential Voltage Meter",
37
+ "Top": -8,
38
+ "Left": 31,
39
+ "Angle": 90,
40
+ "HF": false,
41
+ "VF": false,
42
+ "Name": "V1",
43
+ "ID": "4897e057-7ecb-4834-8540-1f9ad2c335b9",
44
+ "Parameters": {
45
+ "SamplingTime": "auto"
46
+ },
47
+ "EnabledScopes": [
48
+ "Voltage"
49
+ ]
50
+ },
51
+ {
52
+ "LibraryName": "Inductor",
53
+ "Top": -8,
54
+ "Left": 39,
55
+ "Angle": 90,
56
+ "HF": false,
57
+ "VF": false,
58
+ "Name": "L1",
59
+ "ID": "252bcbe7-62f1-42d2-990a-d80dfee47e0e",
60
+ "Parameters": {
61
+ "Value": "3.3m",
62
+ "Iinit": "0"
63
+ },
64
+ "EnabledScopes": []
65
+ },
66
+ {
67
+ "LibraryName": "Diode",
68
+ "Top": -13,
69
+ "Left": 51,
70
+ "Angle": 0,
71
+ "HF": false,
72
+ "VF": false,
73
+ "Name": "D2",
74
+ "ID": "d867cd11-99ae-4587-801c-678e55df9afb",
75
+ "Parameters": {
76
+ "Rd": "0",
77
+ "Vf": "0"
78
+ },
79
+ "EnabledScopes": []
80
+ },
81
+ {
82
+ "LibraryName": "Diode",
83
+ "Top": -3,
84
+ "Left": 50,
85
+ "Angle": 0,
86
+ "HF": false,
87
+ "VF": false,
88
+ "Name": "D1",
89
+ "ID": "02a68450-e0a4-464b-af55-bf091fa150ea",
90
+ "Parameters": {
91
+ "Rd": "0",
92
+ "Vf": "0"
93
+ },
94
+ "EnabledScopes": []
95
+ },
96
+ {
97
+ "LibraryName": "Ideal Transformer, 3 Winding",
98
+ "Top": -13,
99
+ "Left": 46,
100
+ "Angle": 0,
101
+ "HF": false,
102
+ "VF": false,
103
+ "Name": "TX1",
104
+ "ID": "ec70572f-3b32-45d5-af8d-9ca6dade38b7",
105
+ "Parameters": {
106
+ "Ratio21": "0.35",
107
+ "Ratio31": "0.35"
108
+ },
109
+ "EnabledScopes": []
110
+ },
111
+ {
112
+ "LibraryName": "Ideal MOSFET with Diode",
113
+ "Top": -18,
114
+ "Left": 24,
115
+ "Angle": 0,
116
+ "HF": false,
117
+ "VF": false,
118
+ "Name": "T1",
119
+ "ID": "fbd551f1-64f3-46c3-b3a0-7b5c17b902b9",
120
+ "Parameters": {
121
+ "Ron": "0",
122
+ "Rdon": "0",
123
+ "Vdf": "0"
124
+ },
125
+ "EnabledScopes": []
126
+ },
127
+ {
128
+ "LibraryName": "Ideal MOSFET with Diode",
129
+ "Top": -2,
130
+ "Left": 24,
131
+ "Angle": 0,
132
+ "HF": false,
133
+ "VF": false,
134
+ "Name": "T2",
135
+ "ID": "e96cbfbe-0585-4a23-83b9-feb00be51815",
136
+ "Parameters": {
137
+ "Ron": "0",
138
+ "Rdon": "0",
139
+ "Vdf": "0"
140
+ },
141
+ "EnabledScopes": []
142
+ },
143
+ {
144
+ "LibraryName": "Ideal MOSFET with Diode",
145
+ "Top": -18,
146
+ "Left": 34,
147
+ "Angle": 0,
148
+ "HF": false,
149
+ "VF": false,
150
+ "Name": "T3",
151
+ "ID": "c87f6bec-0706-4928-854b-57e44176a1fd",
152
+ "Parameters": {
153
+ "Ron": "0",
154
+ "Rdon": "0",
155
+ "Vdf": "0"
156
+ },
157
+ "EnabledScopes": []
158
+ },
159
+ {
160
+ "LibraryName": "Ideal MOSFET with Diode",
161
+ "Top": -2,
162
+ "Left": 34,
163
+ "Angle": 0,
164
+ "HF": false,
165
+ "VF": false,
166
+ "Name": "T4",
167
+ "ID": "bf684454-05fd-4358-a495-6d412175d20e",
168
+ "Parameters": {
169
+ "Ron": "0",
170
+ "Rdon": "0",
171
+ "Vdf": "0"
172
+ },
173
+ "EnabledScopes": []
174
+ },
175
+ {
176
+ "LibraryName": "Control Output Connector Label",
177
+ "Top": -16,
178
+ "Left": 20,
179
+ "Angle": 0,
180
+ "HF": false,
181
+ "VF": false,
182
+ "Name": "T1",
183
+ "ID": "6186964d-e85e-4b6d-bc28-629e2ad26726",
184
+ "Parameters": {},
185
+ "EnabledScopes": []
186
+ },
187
+ {
188
+ "LibraryName": "Control Output Connector Label",
189
+ "Top": 0,
190
+ "Left": 20,
191
+ "Angle": 0,
192
+ "HF": false,
193
+ "VF": false,
194
+ "Name": "T2",
195
+ "ID": "650a2136-2dfd-4857-ab6a-54649db4c6c5",
196
+ "Parameters": {},
197
+ "EnabledScopes": []
198
+ },
199
+ {
200
+ "LibraryName": "Control Output Connector Label",
201
+ "Top": -16,
202
+ "Left": 30,
203
+ "Angle": 0,
204
+ "HF": false,
205
+ "VF": false,
206
+ "Name": "T3",
207
+ "ID": "35db6d98-c70c-48d2-90ee-857657f91e45",
208
+ "Parameters": {},
209
+ "EnabledScopes": []
210
+ },
211
+ {
212
+ "LibraryName": "Control Output Connector Label",
213
+ "Top": 0,
214
+ "Left": 29,
215
+ "Angle": 0,
216
+ "HF": false,
217
+ "VF": false,
218
+ "Name": "T4",
219
+ "ID": "3d5cbd88-95df-485e-a146-af86708585cd",
220
+ "Parameters": {},
221
+ "EnabledScopes": []
222
+ },
223
+ {
224
+ "LibraryName": "Control Input Connector Label",
225
+ "Top": -16,
226
+ "Left": 58,
227
+ "Angle": 270,
228
+ "HF": false,
229
+ "VF": false,
230
+ "Name": "I_meas",
231
+ "ID": "7779a87e-abf5-4a71-9a40-8e304aa516a5",
232
+ "Parameters": {},
233
+ "EnabledScopes": []
234
+ },
235
+ {
236
+ "LibraryName": "Current Probe",
237
+ "Top": -13,
238
+ "Left": 58,
239
+ "Angle": 0,
240
+ "HF": false,
241
+ "VF": true,
242
+ "Name": "A",
243
+ "ID": "9ce5729d-cca4-4679-8a4f-060cc835c378",
244
+ "Parameters": {
245
+ "Gain": "1",
246
+ "SamplingTime": "auto"
247
+ },
248
+ "EnabledScopes": [
249
+ "Current"
250
+ ]
251
+ },
252
+ {
253
+ "LibraryName": "Inductor",
254
+ "Top": -13,
255
+ "Left": 62,
256
+ "Angle": 0,
257
+ "HF": false,
258
+ "VF": false,
259
+ "Name": "L2",
260
+ "ID": "98c1ea18-8db3-49f9-be6f-f17a9ceeb175",
261
+ "Parameters": {
262
+ "Value": "150u",
263
+ "Iinit": "0"
264
+ },
265
+ "EnabledScopes": []
266
+ },
267
+ {
268
+ "LibraryName": "Capacitor",
269
+ "Top": -10,
270
+ "Left": 66,
271
+ "Angle": 90,
272
+ "HF": false,
273
+ "VF": false,
274
+ "Name": "C3",
275
+ "ID": "b72af387-4488-42c3-b51d-5e415ef4e4cd",
276
+ "Parameters": {
277
+ "Value": "10u",
278
+ "Vinit": "0"
279
+ },
280
+ "EnabledScopes": []
281
+ },
282
+ {
283
+ "LibraryName": "Resistor",
284
+ "Top": -10,
285
+ "Left": 72,
286
+ "Angle": 90,
287
+ "HF": false,
288
+ "VF": false,
289
+ "Name": "R1",
290
+ "ID": "6f430810-fd7c-4cda-8fac-3ff1dce922bc",
291
+ "Parameters": {
292
+ "Value": "1.9"
293
+ },
294
+ "EnabledScopes": [
295
+ "Voltage"
296
+ ]
297
+ },
298
+ {
299
+ "LibraryName": "Ground",
300
+ "Top": -6,
301
+ "Left": 74,
302
+ "Angle": 0,
303
+ "HF": false,
304
+ "VF": false,
305
+ "Name": "Ground2",
306
+ "ID": "cfebc040-1019-4cb6-b7f1-561bfa517b8a",
307
+ "Parameters": {},
308
+ "EnabledScopes": []
309
+ },
310
+ {
311
+ "LibraryName": "Differential Voltage Probe",
312
+ "Top": -10,
313
+ "Left": 78,
314
+ "Angle": 90,
315
+ "HF": false,
316
+ "VF": true,
317
+ "Name": "V",
318
+ "ID": "33414925-9d65-488b-8aa7-da4cf71ba55a",
319
+ "Parameters": {
320
+ "Gain": "1",
321
+ "SamplingTime": "auto"
322
+ },
323
+ "EnabledScopes": []
324
+ },
325
+ {
326
+ "LibraryName": "Control Input Connector Label",
327
+ "Top": -10,
328
+ "Left": 81,
329
+ "Angle": 0,
330
+ "HF": false,
331
+ "VF": false,
332
+ "Name": "V_meas",
333
+ "ID": "4c1d241b-1384-4134-a08e-7e52f0af9aa3",
334
+ "Parameters": {},
335
+ "EnabledScopes": []
336
+ },
337
+ {
338
+ "LibraryName": "Constant",
339
+ "Top": 13,
340
+ "Left": 25,
341
+ "Angle": 0,
342
+ "HF": false,
343
+ "VF": false,
344
+ "Name": "V_ref",
345
+ "ID": "12c04abd-2d02-4724-8520-507d8efab530",
346
+ "Parameters": {
347
+ "Value": "100",
348
+ "SamplingTime": "auto"
349
+ },
350
+ "EnabledScopes": []
351
+ },
352
+ {
353
+ "LibraryName": "Control Output Connector Label",
354
+ "Top": 16,
355
+ "Left": 31,
356
+ "Angle": 180,
357
+ "HF": true,
358
+ "VF": false,
359
+ "Name": "V_meas",
360
+ "ID": "32c49875-fe32-45bd-82fe-e1f4d46a3957",
361
+ "Parameters": {},
362
+ "EnabledScopes": []
363
+ },
364
+ {
365
+ "LibraryName": "Control Output Connector Label",
366
+ "Top": 18,
367
+ "Left": 31,
368
+ "Angle": 0,
369
+ "HF": false,
370
+ "VF": false,
371
+ "Name": "I_meas",
372
+ "ID": "6ca26881-5f07-4163-85f6-6ff014475fe2",
373
+ "Parameters": {},
374
+ "EnabledScopes": []
375
+ },
376
+ {
377
+ "LibraryName": "",
378
+ "Top": 11,
379
+ "Left": 35,
380
+ "Angle": 0,
381
+ "HF": false,
382
+ "VF": false,
383
+ "Name": "PWM_shifted",
384
+ "ID": "14a5d3ec-3423-4250-b449-9e509095c869",
385
+ "Parameters": {},
386
+ "EnabledScopes": [],
387
+ "SubcircuitDefinition": {
388
+ "Id": "5c1ab660-040e-4bf0-8ea3-f818ec0afa9a",
389
+ "Devices": [
390
+ {
391
+ "LibraryName": "Gain",
392
+ "Top": -6,
393
+ "Left": 28,
394
+ "Angle": 0,
395
+ "HF": false,
396
+ "VF": false,
397
+ "Name": "G1",
398
+ "ID": "d33a26c8-e110-4700-bb95-ca9c63ca5e10",
399
+ "Parameters": {
400
+ "Value": "0.15",
401
+ "SamplingTime": "auto"
402
+ },
403
+ "EnabledScopes": []
404
+ },
405
+ {
406
+ "LibraryName": "Sum",
407
+ "Top": -5,
408
+ "Left": 34,
409
+ "Angle": 0,
410
+ "HF": false,
411
+ "VF": false,
412
+ "Name": "SUM3",
413
+ "ID": "0064f6d2-9c61-4e13-b074-283c6d9528f6",
414
+ "Parameters": {
415
+ "NumberOfInputs": "2",
416
+ "Gains": "[1 1]",
417
+ "SamplingTime": "auto"
418
+ },
419
+ "EnabledScopes": []
420
+ },
421
+ {
422
+ "LibraryName": "Sum",
423
+ "Top": -6,
424
+ "Left": 22,
425
+ "Angle": 0,
426
+ "HF": false,
427
+ "VF": true,
428
+ "Name": "SUM2",
429
+ "ID": "9b2dff4c-a897-480e-92ca-450acacb3a9c",
430
+ "Parameters": {
431
+ "NumberOfInputs": "2",
432
+ "Gains": "[-1 1]",
433
+ "SamplingTime": "auto"
434
+ },
435
+ "EnabledScopes": []
436
+ },
437
+ {
438
+ "LibraryName": "Control In Pin",
439
+ "Top": -7,
440
+ "Left": 4,
441
+ "Angle": 0,
442
+ "HF": false,
443
+ "VF": true,
444
+ "Name": "V_ref",
445
+ "ID": "44f47ac9-ae94-4c8f-bc31-f28bd1e4ca16",
446
+ "Parameters": {},
447
+ "EnabledScopes": []
448
+ },
449
+ {
450
+ "LibraryName": "Sum",
451
+ "Top": -7,
452
+ "Left": 8,
453
+ "Angle": 0,
454
+ "HF": false,
455
+ "VF": false,
456
+ "Name": "SUM1",
457
+ "ID": "d6ac8b5a-d26e-4c2d-bbc4-80c0f2625a21",
458
+ "Parameters": {
459
+ "NumberOfInputs": "2",
460
+ "Gains": "[1 -1]",
461
+ "SamplingTime": "auto"
462
+ },
463
+ "EnabledScopes": []
464
+ },
465
+ {
466
+ "LibraryName": "PID",
467
+ "Top": -7,
468
+ "Left": 13,
469
+ "Angle": 0,
470
+ "HF": false,
471
+ "VF": false,
472
+ "Name": "PID1",
473
+ "ID": "c493f45d-bc54-446d-b023-7d6462868efd",
474
+ "Parameters": {
475
+ "Kp": "1.2",
476
+ "Kd": "0",
477
+ "Ki": "1100",
478
+ "SamplingTime": "auto"
479
+ },
480
+ "EnabledScopes": []
481
+ },
482
+ {
483
+ "LibraryName": "Gain",
484
+ "Top": -5,
485
+ "Left": 39,
486
+ "Angle": 0,
487
+ "HF": false,
488
+ "VF": false,
489
+ "Name": "G2",
490
+ "ID": "20d8c4f5-ded6-4714-bfc2-c0e2f90f0615",
491
+ "Parameters": {
492
+ "Value": "7.1E-3",
493
+ "SamplingTime": "auto"
494
+ },
495
+ "EnabledScopes": []
496
+ },
497
+ {
498
+ "LibraryName": "Limiter",
499
+ "Top": -5,
500
+ "Left": 44,
501
+ "Angle": 0,
502
+ "HF": false,
503
+ "VF": false,
504
+ "Name": "Lim1",
505
+ "ID": "da052807-1420-4173-accd-1c1265203f23",
506
+ "Parameters": {
507
+ "LowLimit": "0",
508
+ "HighLimit": "1",
509
+ "SamplingTime": "auto"
510
+ },
511
+ "EnabledScopes": []
512
+ },
513
+ {
514
+ "LibraryName": "Gain",
515
+ "Top": -5,
516
+ "Left": 49,
517
+ "Angle": 0,
518
+ "HF": false,
519
+ "VF": true,
520
+ "Name": "G3",
521
+ "ID": "752fe34f-b468-4bf5-967c-0a458a6171c0",
522
+ "Parameters": {
523
+ "Value": "360/2",
524
+ "SamplingTime": "auto"
525
+ },
526
+ "EnabledScopes": []
527
+ },
528
+ {
529
+ "LibraryName": "Constant",
530
+ "Top": 0,
531
+ "Left": 49,
532
+ "Angle": 0,
533
+ "HF": false,
534
+ "VF": true,
535
+ "Name": "C1",
536
+ "ID": "faaa3ef5-cb11-49d0-951b-8eb1640a0f91",
537
+ "Parameters": {
538
+ "Value": "360",
539
+ "SamplingTime": "auto"
540
+ },
541
+ "EnabledScopes": []
542
+ },
543
+ {
544
+ "LibraryName": "Sum",
545
+ "Top": -4,
546
+ "Left": 55,
547
+ "Angle": 0,
548
+ "HF": false,
549
+ "VF": false,
550
+ "Name": "SUM4",
551
+ "ID": "e6915760-18a4-4d41-abd3-039843ad8c0e",
552
+ "Parameters": {
553
+ "NumberOfInputs": "2",
554
+ "Gains": "[-1 1]",
555
+ "SamplingTime": "auto"
556
+ },
557
+ "EnabledScopes": []
558
+ },
559
+ {
560
+ "LibraryName": "Controlled PWM Generator",
561
+ "Top": -7,
562
+ "Left": 67,
563
+ "Angle": 0,
564
+ "HF": false,
565
+ "VF": false,
566
+ "Name": "PWM1",
567
+ "ID": "6d65f336-c609-4933-85be-9d5d86e3db9f",
568
+ "Parameters": {
569
+ "RiseTime": "0",
570
+ "FallTime": "0",
571
+ "SamplingTime": "auto"
572
+ },
573
+ "EnabledScopes": []
574
+ },
575
+ {
576
+ "LibraryName": "Constant",
577
+ "Top": -6,
578
+ "Left": 59,
579
+ "Angle": 0,
580
+ "HF": false,
581
+ "VF": true,
582
+ "Name": "C3",
583
+ "ID": "a61fd809-bb9e-47db-a1b1-c769175942b8",
584
+ "Parameters": {
585
+ "Value": "0.5",
586
+ "SamplingTime": "auto"
587
+ },
588
+ "EnabledScopes": []
589
+ },
590
+ {
591
+ "LibraryName": "Not",
592
+ "Top": -1,
593
+ "Left": 79,
594
+ "Angle": 0,
595
+ "HF": false,
596
+ "VF": false,
597
+ "Name": "NOT2",
598
+ "ID": "cf1f7399-55d8-4849-b3ac-e14a053c87a9",
599
+ "Parameters": {
600
+ "SamplingTime": "auto"
601
+ },
602
+ "EnabledScopes": []
603
+ },
604
+ {
605
+ "LibraryName": "Control In Pin",
606
+ "Top": -1,
607
+ "Left": 4,
608
+ "Angle": 0,
609
+ "HF": false,
610
+ "VF": false,
611
+ "Name": "V_meas",
612
+ "ID": "21afc93b-fecb-4009-bf2e-24cf647ec49e",
613
+ "Parameters": {},
614
+ "EnabledScopes": []
615
+ },
616
+ {
617
+ "LibraryName": "Control In Pin",
618
+ "Top": 2,
619
+ "Left": 16,
620
+ "Angle": 0,
621
+ "HF": false,
622
+ "VF": false,
623
+ "Name": "I_meas",
624
+ "ID": "1fb9505f-a4af-426a-b431-4ba321477a84",
625
+ "Parameters": {},
626
+ "EnabledScopes": []
627
+ },
628
+ {
629
+ "LibraryName": "Control Out Pin",
630
+ "Top": 0,
631
+ "Left": 83,
632
+ "Angle": 0,
633
+ "HF": false,
634
+ "VF": false,
635
+ "Name": "T4",
636
+ "ID": "000982c3-076a-479b-ab7f-98dd0026f78c",
637
+ "Parameters": {},
638
+ "EnabledScopes": []
639
+ },
640
+ {
641
+ "LibraryName": "Control Out Pin",
642
+ "Top": -5,
643
+ "Left": 83,
644
+ "Angle": 0,
645
+ "HF": false,
646
+ "VF": false,
647
+ "Name": "T3",
648
+ "ID": "e75ba9ae-fd65-410d-b275-5f14f1caa72e",
649
+ "Parameters": {},
650
+ "EnabledScopes": []
651
+ },
652
+ {
653
+ "LibraryName": "Constant",
654
+ "Top": -21,
655
+ "Left": 48,
656
+ "Angle": 0,
657
+ "HF": false,
658
+ "VF": false,
659
+ "Name": "C6",
660
+ "ID": "10f72f59-83e2-4155-98dc-2dfc0e54a8e0",
661
+ "Parameters": {
662
+ "Value": "20k",
663
+ "SamplingTime": "auto"
664
+ },
665
+ "EnabledScopes": []
666
+ },
667
+ {
668
+ "LibraryName": "Constant",
669
+ "Top": -18,
670
+ "Left": 58,
671
+ "Angle": 0,
672
+ "HF": false,
673
+ "VF": false,
674
+ "Name": "C5",
675
+ "ID": "736de353-b65e-4543-89b4-d6c41a409c14",
676
+ "Parameters": {
677
+ "Value": "0.5",
678
+ "SamplingTime": "auto"
679
+ },
680
+ "EnabledScopes": []
681
+ },
682
+ {
683
+ "LibraryName": "Constant",
684
+ "Top": -14,
685
+ "Left": 61,
686
+ "Angle": 0,
687
+ "HF": false,
688
+ "VF": false,
689
+ "Name": "C4",
690
+ "ID": "1155d30e-8372-47a2-bfee-44c9df9c0da1",
691
+ "Parameters": {
692
+ "Value": "0",
693
+ "SamplingTime": "auto"
694
+ },
695
+ "EnabledScopes": []
696
+ },
697
+ {
698
+ "LibraryName": "Controlled PWM Generator",
699
+ "Top": -20,
700
+ "Left": 67,
701
+ "Angle": 0,
702
+ "HF": false,
703
+ "VF": false,
704
+ "Name": "PWM2",
705
+ "ID": "ffbd0cc4-f99d-407d-96f3-a1f58d4ea518",
706
+ "Parameters": {
707
+ "RiseTime": "0",
708
+ "FallTime": "0",
709
+ "SamplingTime": "auto"
710
+ },
711
+ "EnabledScopes": []
712
+ },
713
+ {
714
+ "LibraryName": "Not",
715
+ "Top": -14,
716
+ "Left": 78,
717
+ "Angle": 0,
718
+ "HF": false,
719
+ "VF": false,
720
+ "Name": "NOT1",
721
+ "ID": "58922016-0d97-4b93-8c0d-7bf6f07d2fde",
722
+ "Parameters": {
723
+ "SamplingTime": "auto"
724
+ },
725
+ "EnabledScopes": []
726
+ },
727
+ {
728
+ "LibraryName": "Control Out Pin",
729
+ "Top": -18,
730
+ "Left": 82,
731
+ "Angle": 0,
732
+ "HF": false,
733
+ "VF": false,
734
+ "Name": "T1",
735
+ "ID": "3a7eb1fe-f1e1-4bdb-b3e4-c8bb3275aa08",
736
+ "Parameters": {},
737
+ "EnabledScopes": []
738
+ },
739
+ {
740
+ "LibraryName": "Control Out Pin",
741
+ "Top": -13,
742
+ "Left": 82,
743
+ "Angle": 0,
744
+ "HF": false,
745
+ "VF": false,
746
+ "Name": "T2",
747
+ "ID": "e72eefd9-1bd1-4387-ac1e-84a10f0b1a24",
748
+ "Parameters": {},
749
+ "EnabledScopes": []
750
+ }
751
+ ],
752
+ "Connectors": [
753
+ {
754
+ "Segments": [
755
+ {
756
+ "StartX": 32,
757
+ "StartY": -4,
758
+ "EndX": 34,
759
+ "EndY": -4
760
+ }
761
+ ],
762
+ "Name": "C6"
763
+ },
764
+ {
765
+ "Segments": [
766
+ {
767
+ "StartX": 28,
768
+ "StartY": -4,
769
+ "EndX": 26,
770
+ "EndY": -4
771
+ }
772
+ ],
773
+ "Name": "C5"
774
+ },
775
+ {
776
+ "Segments": [
777
+ {
778
+ "StartX": 6,
779
+ "StartY": -6,
780
+ "EndX": 8,
781
+ "EndY": -6
782
+ }
783
+ ],
784
+ "Name": "C1"
785
+ },
786
+ {
787
+ "Segments": [
788
+ {
789
+ "StartX": 12,
790
+ "StartY": -5,
791
+ "EndX": 13,
792
+ "EndY": -5
793
+ }
794
+ ],
795
+ "Name": "C3"
796
+ },
797
+ {
798
+ "Segments": [
799
+ {
800
+ "StartX": 22,
801
+ "StartY": -5,
802
+ "EndX": 21,
803
+ "EndY": -5
804
+ }
805
+ ],
806
+ "Name": "C14"
807
+ },
808
+ {
809
+ "Segments": [
810
+ {
811
+ "StartX": 33,
812
+ "StartY": -2,
813
+ "EndX": 33,
814
+ "EndY": 0
815
+ },
816
+ {
817
+ "StartX": 34,
818
+ "StartY": -2,
819
+ "EndX": 33,
820
+ "EndY": -2
821
+ },
822
+ {
823
+ "StartX": 8,
824
+ "StartY": -4,
825
+ "EndX": 7,
826
+ "EndY": -4
827
+ },
828
+ {
829
+ "StartX": 7,
830
+ "StartY": -4,
831
+ "EndX": 7,
832
+ "EndY": 0
833
+ },
834
+ {
835
+ "StartX": 6,
836
+ "StartY": 0,
837
+ "EndX": 7,
838
+ "EndY": 0
839
+ },
840
+ {
841
+ "StartX": 7,
842
+ "StartY": 0,
843
+ "EndX": 33,
844
+ "EndY": 0
845
+ }
846
+ ],
847
+ "Name": "C2"
848
+ },
849
+ {
850
+ "Segments": [
851
+ {
852
+ "StartX": 43,
853
+ "StartY": -3,
854
+ "EndX": 44,
855
+ "EndY": -3
856
+ }
857
+ ],
858
+ "Name": "C4"
859
+ },
860
+ {
861
+ "Segments": [
862
+ {
863
+ "StartX": 48,
864
+ "StartY": -3,
865
+ "EndX": 49,
866
+ "EndY": -3
867
+ }
868
+ ],
869
+ "Name": "C7"
870
+ },
871
+ {
872
+ "Segments": [
873
+ {
874
+ "StartX": 53,
875
+ "StartY": -3,
876
+ "EndX": 55,
877
+ "EndY": -3
878
+ }
879
+ ],
880
+ "Name": "C8"
881
+ },
882
+ {
883
+ "Segments": [
884
+ {
885
+ "StartX": 53,
886
+ "StartY": 2,
887
+ "EndX": 54,
888
+ "EndY": 2
889
+ },
890
+ {
891
+ "StartX": 54,
892
+ "StartY": -1,
893
+ "EndX": 54,
894
+ "EndY": 2
895
+ },
896
+ {
897
+ "StartX": 55,
898
+ "StartY": -1,
899
+ "EndX": 54,
900
+ "EndY": -1
901
+ }
902
+ ],
903
+ "Name": "C10"
904
+ },
905
+ {
906
+ "Segments": [
907
+ {
908
+ "StartX": 59,
909
+ "StartY": -2,
910
+ "EndX": 67,
911
+ "EndY": -2
912
+ }
913
+ ],
914
+ "Name": "C9"
915
+ },
916
+ {
917
+ "Segments": [
918
+ {
919
+ "StartX": 63,
920
+ "StartY": -4,
921
+ "EndX": 67,
922
+ "EndY": -4
923
+ }
924
+ ],
925
+ "Name": "C11"
926
+ },
927
+ {
928
+ "Segments": [
929
+ {
930
+ "StartX": 38,
931
+ "StartY": -3,
932
+ "EndX": 39,
933
+ "EndY": -3
934
+ }
935
+ ],
936
+ "Name": "C13"
937
+ },
938
+ {
939
+ "Segments": [
940
+ {
941
+ "StartX": 79,
942
+ "StartY": 1,
943
+ "EndX": 78,
944
+ "EndY": 1
945
+ },
946
+ {
947
+ "StartX": 78,
948
+ "StartY": 1,
949
+ "EndX": 78,
950
+ "EndY": -4
951
+ },
952
+ {
953
+ "StartX": 75,
954
+ "StartY": -4,
955
+ "EndX": 78,
956
+ "EndY": -4
957
+ },
958
+ {
959
+ "StartX": 78,
960
+ "StartY": -4,
961
+ "EndX": 83,
962
+ "EndY": -4
963
+ }
964
+ ],
965
+ "Name": "C20"
966
+ },
967
+ {
968
+ "Segments": [
969
+ {
970
+ "StartX": 21,
971
+ "StartY": -3,
972
+ "EndX": 21,
973
+ "EndY": 3
974
+ },
975
+ {
976
+ "StartX": 22,
977
+ "StartY": -3,
978
+ "EndX": 21,
979
+ "EndY": -3
980
+ },
981
+ {
982
+ "StartX": 18,
983
+ "StartY": 3,
984
+ "EndX": 21,
985
+ "EndY": 3
986
+ }
987
+ ],
988
+ "Name": "C17"
989
+ },
990
+ {
991
+ "Segments": [
992
+ {
993
+ "StartX": 67,
994
+ "StartY": -6,
995
+ "EndX": 56,
996
+ "EndY": -6
997
+ },
998
+ {
999
+ "StartX": 56,
1000
+ "StartY": -6,
1001
+ "EndX": 56,
1002
+ "EndY": -19
1003
+ },
1004
+ {
1005
+ "StartX": 52,
1006
+ "StartY": -19,
1007
+ "EndX": 56,
1008
+ "EndY": -19
1009
+ },
1010
+ {
1011
+ "StartX": 56,
1012
+ "StartY": -19,
1013
+ "EndX": 67,
1014
+ "EndY": -19
1015
+ }
1016
+ ],
1017
+ "Name": "C15"
1018
+ },
1019
+ {
1020
+ "Segments": [
1021
+ {
1022
+ "StartX": 62,
1023
+ "StartY": -16,
1024
+ "EndX": 63,
1025
+ "EndY": -16
1026
+ },
1027
+ {
1028
+ "StartX": 63,
1029
+ "StartY": -17,
1030
+ "EndX": 63,
1031
+ "EndY": -16
1032
+ },
1033
+ {
1034
+ "StartX": 67,
1035
+ "StartY": -17,
1036
+ "EndX": 63,
1037
+ "EndY": -17
1038
+ }
1039
+ ],
1040
+ "Name": "C16"
1041
+ },
1042
+ {
1043
+ "Segments": [
1044
+ {
1045
+ "StartX": 65,
1046
+ "StartY": -12,
1047
+ "EndX": 66,
1048
+ "EndY": -12
1049
+ },
1050
+ {
1051
+ "StartX": 66,
1052
+ "StartY": -15,
1053
+ "EndX": 66,
1054
+ "EndY": -12
1055
+ },
1056
+ {
1057
+ "StartX": 67,
1058
+ "StartY": -15,
1059
+ "EndX": 66,
1060
+ "EndY": -15
1061
+ }
1062
+ ],
1063
+ "Name": "C18"
1064
+ },
1065
+ {
1066
+ "Segments": [
1067
+ {
1068
+ "StartX": 77,
1069
+ "StartY": -17,
1070
+ "EndX": 77,
1071
+ "EndY": -12
1072
+ },
1073
+ {
1074
+ "StartX": 78,
1075
+ "StartY": -12,
1076
+ "EndX": 77,
1077
+ "EndY": -12
1078
+ },
1079
+ {
1080
+ "StartX": 75,
1081
+ "StartY": -17,
1082
+ "EndX": 77,
1083
+ "EndY": -17
1084
+ },
1085
+ {
1086
+ "StartX": 77,
1087
+ "StartY": -17,
1088
+ "EndX": 82,
1089
+ "EndY": -17
1090
+ }
1091
+ ],
1092
+ "Name": "C19"
1093
+ }
1094
+ ],
1095
+ "Name": "",
1096
+ "Variables": [],
1097
+ "VariableFile": ""
1098
+ },
1099
+ "SubcircuitDefinitionID": "5c1ab660-040e-4bf0-8ea3-f818ec0afa9a"
1100
+ },
1101
+ {
1102
+ "LibraryName": "Control Input Connector Label",
1103
+ "Top": 13,
1104
+ "Left": 47,
1105
+ "Angle": 0,
1106
+ "HF": false,
1107
+ "VF": false,
1108
+ "Name": "T1",
1109
+ "ID": "791b6c33-a0cd-4a78-a8a1-e13f745005bc",
1110
+ "Parameters": {},
1111
+ "EnabledScopes": []
1112
+ },
1113
+ {
1114
+ "LibraryName": "Control Input Connector Label",
1115
+ "Top": 15,
1116
+ "Left": 47,
1117
+ "Angle": 0,
1118
+ "HF": false,
1119
+ "VF": false,
1120
+ "Name": "T2",
1121
+ "ID": "b568a168-32b0-4fd4-8687-98dc68ebc125",
1122
+ "Parameters": {},
1123
+ "EnabledScopes": []
1124
+ },
1125
+ {
1126
+ "LibraryName": "Control Input Connector Label",
1127
+ "Top": 17,
1128
+ "Left": 47,
1129
+ "Angle": 0,
1130
+ "HF": false,
1131
+ "VF": false,
1132
+ "Name": "T3",
1133
+ "ID": "67a22aa5-687a-4e3d-b3b5-69ad32f27a56",
1134
+ "Parameters": {},
1135
+ "EnabledScopes": []
1136
+ },
1137
+ {
1138
+ "LibraryName": "Control Input Connector Label",
1139
+ "Top": 19,
1140
+ "Left": 47,
1141
+ "Angle": 0,
1142
+ "HF": false,
1143
+ "VF": false,
1144
+ "Name": "T4",
1145
+ "ID": "3971861f-625f-4f07-9d95-eb7296a9ca5b",
1146
+ "Parameters": {},
1147
+ "EnabledScopes": []
1148
+ }
1149
+ ],
1150
+ "Connectors": [
1151
+ {
1152
+ "Segments": [
1153
+ {
1154
+ "StartX": 26,
1155
+ "StartY": 4,
1156
+ "EndX": 26,
1157
+ "EndY": 5
1158
+ },
1159
+ {
1160
+ "StartX": 36,
1161
+ "StartY": 4,
1162
+ "EndX": 36,
1163
+ "EndY": 5
1164
+ },
1165
+ {
1166
+ "StartX": 15,
1167
+ "StartY": 5,
1168
+ "EndX": 26,
1169
+ "EndY": 5
1170
+ },
1171
+ {
1172
+ "StartX": 26,
1173
+ "StartY": 5,
1174
+ "EndX": 36,
1175
+ "EndY": 5
1176
+ },
1177
+ {
1178
+ "StartX": 15,
1179
+ "StartY": -3,
1180
+ "EndX": 15,
1181
+ "EndY": 5
1182
+ },
1183
+ {
1184
+ "StartX": 15,
1185
+ "StartY": 5,
1186
+ "EndX": 15,
1187
+ "EndY": 6
1188
+ }
1189
+ ],
1190
+ "Name": "C2"
1191
+ },
1192
+ {
1193
+ "Segments": [
1194
+ {
1195
+ "StartX": 56,
1196
+ "StartY": -2,
1197
+ "EndX": 57,
1198
+ "EndY": -2
1199
+ },
1200
+ {
1201
+ "StartX": 57,
1202
+ "StartY": -12,
1203
+ "EndX": 57,
1204
+ "EndY": -2
1205
+ },
1206
+ {
1207
+ "StartX": 57,
1208
+ "StartY": -12,
1209
+ "EndX": 58,
1210
+ "EndY": -12
1211
+ }
1212
+ ],
1213
+ "Name": "C3"
1214
+ },
1215
+ {
1216
+ "Segments": [
1217
+ {
1218
+ "StartX": 50,
1219
+ "StartY": -12,
1220
+ "EndX": 51,
1221
+ "EndY": -12
1222
+ }
1223
+ ],
1224
+ "Name": "C13"
1225
+ },
1226
+ {
1227
+ "Segments": [
1228
+ {
1229
+ "StartX": 33,
1230
+ "StartY": -5,
1231
+ "EndX": 33,
1232
+ "EndY": -3
1233
+ },
1234
+ {
1235
+ "StartX": 42,
1236
+ "StartY": -4,
1237
+ "EndX": 42,
1238
+ "EndY": -3
1239
+ },
1240
+ {
1241
+ "StartX": 46,
1242
+ "StartY": -5,
1243
+ "EndX": 46,
1244
+ "EndY": -3
1245
+ },
1246
+ {
1247
+ "StartX": 42,
1248
+ "StartY": -3,
1249
+ "EndX": 46,
1250
+ "EndY": -3
1251
+ },
1252
+ {
1253
+ "StartX": 33,
1254
+ "StartY": -3,
1255
+ "EndX": 36,
1256
+ "EndY": -3
1257
+ },
1258
+ {
1259
+ "StartX": 36,
1260
+ "StartY": -3,
1261
+ "EndX": 42,
1262
+ "EndY": -3
1263
+ },
1264
+ {
1265
+ "StartX": 36,
1266
+ "StartY": -12,
1267
+ "EndX": 36,
1268
+ "EndY": -3
1269
+ },
1270
+ {
1271
+ "StartX": 36,
1272
+ "StartY": -3,
1273
+ "EndX": 36,
1274
+ "EndY": -2
1275
+ }
1276
+ ],
1277
+ "Name": "C11"
1278
+ },
1279
+ {
1280
+ "Segments": [
1281
+ {
1282
+ "StartX": 15,
1283
+ "StartY": -11,
1284
+ "EndX": 15,
1285
+ "EndY": -19
1286
+ },
1287
+ {
1288
+ "StartX": 26,
1289
+ "StartY": -18,
1290
+ "EndX": 26,
1291
+ "EndY": -19
1292
+ },
1293
+ {
1294
+ "StartX": 36,
1295
+ "StartY": -18,
1296
+ "EndX": 36,
1297
+ "EndY": -19
1298
+ },
1299
+ {
1300
+ "StartX": 15,
1301
+ "StartY": -19,
1302
+ "EndX": 26,
1303
+ "EndY": -19
1304
+ },
1305
+ {
1306
+ "StartX": 26,
1307
+ "StartY": -19,
1308
+ "EndX": 36,
1309
+ "EndY": -19
1310
+ }
1311
+ ],
1312
+ "Name": "C9"
1313
+ },
1314
+ {
1315
+ "Segments": [
1316
+ {
1317
+ "StartX": 33,
1318
+ "StartY": -9,
1319
+ "EndX": 33,
1320
+ "EndY": -11
1321
+ },
1322
+ {
1323
+ "StartX": 42,
1324
+ "StartY": -10,
1325
+ "EndX": 42,
1326
+ "EndY": -11
1327
+ },
1328
+ {
1329
+ "StartX": 46,
1330
+ "StartY": -9,
1331
+ "EndX": 46,
1332
+ "EndY": -11
1333
+ },
1334
+ {
1335
+ "StartX": 26,
1336
+ "StartY": -12,
1337
+ "EndX": 26,
1338
+ "EndY": -11
1339
+ },
1340
+ {
1341
+ "StartX": 26,
1342
+ "StartY": -11,
1343
+ "EndX": 26,
1344
+ "EndY": -2
1345
+ },
1346
+ {
1347
+ "StartX": 26,
1348
+ "StartY": -11,
1349
+ "EndX": 33,
1350
+ "EndY": -11
1351
+ },
1352
+ {
1353
+ "StartX": 33,
1354
+ "StartY": -11,
1355
+ "EndX": 42,
1356
+ "EndY": -11
1357
+ },
1358
+ {
1359
+ "StartX": 42,
1360
+ "StartY": -11,
1361
+ "EndX": 46,
1362
+ "EndY": -11
1363
+ }
1364
+ ],
1365
+ "Name": "C8"
1366
+ },
1367
+ {
1368
+ "Segments": [
1369
+ {
1370
+ "StartX": 34,
1371
+ "StartY": 1,
1372
+ "EndX": 33,
1373
+ "EndY": 1
1374
+ }
1375
+ ],
1376
+ "Name": "C10"
1377
+ },
1378
+ {
1379
+ "Segments": [
1380
+ {
1381
+ "StartX": 80,
1382
+ "StartY": -11,
1383
+ "EndX": 80,
1384
+ "EndY": -12
1385
+ },
1386
+ {
1387
+ "StartX": 75,
1388
+ "StartY": -12,
1389
+ "EndX": 80,
1390
+ "EndY": -12
1391
+ },
1392
+ {
1393
+ "StartX": 69,
1394
+ "StartY": -12,
1395
+ "EndX": 75,
1396
+ "EndY": -12
1397
+ },
1398
+ {
1399
+ "StartX": 68,
1400
+ "StartY": -12,
1401
+ "EndX": 69,
1402
+ "EndY": -12
1403
+ }
1404
+ ],
1405
+ "Name": "C6"
1406
+ },
1407
+ {
1408
+ "Segments": [
1409
+ {
1410
+ "StartX": 80,
1411
+ "StartY": -7,
1412
+ "EndX": 80,
1413
+ "EndY": -6
1414
+ },
1415
+ {
1416
+ "StartX": 75,
1417
+ "StartY": -6,
1418
+ "EndX": 80,
1419
+ "EndY": -6
1420
+ },
1421
+ {
1422
+ "StartX": 50,
1423
+ "StartY": -8,
1424
+ "EndX": 50,
1425
+ "EndY": -6
1426
+ },
1427
+ {
1428
+ "StartX": 50,
1429
+ "StartY": -6,
1430
+ "EndX": 69,
1431
+ "EndY": -6
1432
+ },
1433
+ {
1434
+ "StartX": 75,
1435
+ "StartY": -6,
1436
+ "EndX": 69,
1437
+ "EndY": -6
1438
+ }
1439
+ ],
1440
+ "Name": "C4"
1441
+ },
1442
+ {
1443
+ "Segments": [
1444
+ {
1445
+ "StartX": 29,
1446
+ "StartY": 15,
1447
+ "EndX": 35,
1448
+ "EndY": 15
1449
+ }
1450
+ ],
1451
+ "Name": "C1"
1452
+ }
1453
+ ],
1454
+ "Name": "Top Circuit - Copy",
1455
+ "Variables": [],
1456
+ "VariableFile": ""
1457
+ },
1458
+ "TransientAnalysis": {
1459
+ "EndTime": "0.01",
1460
+ "FixedTimeStep": false,
1461
+ "SaveInitialPoint": true,
1462
+ "StopAtSteadyState": false,
1463
+ "TimeStep": "1E-09",
1464
+ "BaseFrequencyParameterEnabled": false,
1465
+ "NumberOfBasePeriodsSavedParameterEnabled": false,
1466
+ "BaseFrequency": "60",
1467
+ "NumberOfBasePeriodsSaved": "1"
1468
+ }
1469
+ }
1470
+ ],
1471
+ "Libraries": [],
1472
+ "TestBenches": [],
1473
+ "ThermalData": []
1474
+ }