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,942 @@
1
+ {
2
+ "Designs": [
3
+ {
4
+ "Id": "97d62a23-0580-482f-8417-08e9aaa8129a",
5
+ "Name": "3-phase inverter SPWM",
6
+ "Circuit": {
7
+ "Id": "b453aef5-78f2-4268-96d7-61555fcd0a70",
8
+ "Devices": [
9
+ {
10
+ "LibraryName": "Ideal MOSFET with Diode",
11
+ "Top": -37,
12
+ "Left": 19,
13
+ "Angle": 0,
14
+ "HF": false,
15
+ "VF": false,
16
+ "Name": "T1",
17
+ "ID": "97438343-954f-405b-b8b0-ee8efdfe9399",
18
+ "Parameters": {
19
+ "Ron": "0",
20
+ "Rdon": "0",
21
+ "Vdf": "0"
22
+ },
23
+ "EnabledScopes": []
24
+ },
25
+ {
26
+ "LibraryName": "Ideal MOSFET with Diode",
27
+ "Top": -37,
28
+ "Left": 32,
29
+ "Angle": 0,
30
+ "HF": false,
31
+ "VF": false,
32
+ "Name": "T3",
33
+ "ID": "1a823515-28ea-41d2-8cbc-261296d19c0a",
34
+ "Parameters": {
35
+ "Ron": "0",
36
+ "Rdon": "0",
37
+ "Vdf": "0"
38
+ },
39
+ "EnabledScopes": []
40
+ },
41
+ {
42
+ "LibraryName": "Ideal MOSFET with Diode",
43
+ "Top": -37,
44
+ "Left": 43,
45
+ "Angle": 0,
46
+ "HF": false,
47
+ "VF": false,
48
+ "Name": "T5",
49
+ "ID": "1b33450f-bce7-4508-9c0f-3de0c488e5d3",
50
+ "Parameters": {
51
+ "Ron": "0",
52
+ "Rdon": "0",
53
+ "Vdf": "0"
54
+ },
55
+ "EnabledScopes": []
56
+ },
57
+ {
58
+ "LibraryName": "Differential Voltage Meter",
59
+ "Top": -24,
60
+ "Left": 21,
61
+ "Angle": 0,
62
+ "HF": false,
63
+ "VF": false,
64
+ "Name": "U12",
65
+ "ID": "e8899c1c-18d3-4378-a918-79863c2f4e0b",
66
+ "Parameters": {
67
+ "SamplingTime": "none"
68
+ },
69
+ "EnabledScopes": [
70
+ "Voltage"
71
+ ]
72
+ },
73
+ {
74
+ "LibraryName": "Voltage Meter",
75
+ "Top": -31,
76
+ "Left": 46,
77
+ "Angle": 270,
78
+ "HF": false,
79
+ "VF": false,
80
+ "Name": "V10",
81
+ "ID": "8cad3523-3375-45d5-8541-456bc162453b",
82
+ "Parameters": {
83
+ "SamplingTime": "none"
84
+ },
85
+ "EnabledScopes": [
86
+ "Voltage"
87
+ ]
88
+ },
89
+ {
90
+ "LibraryName": "Resistor",
91
+ "Top": -29,
92
+ "Left": 51,
93
+ "Angle": 0,
94
+ "HF": false,
95
+ "VF": false,
96
+ "Name": "R1",
97
+ "ID": "7b6466f8-7bfc-42fb-9eda-ce7541bf022b",
98
+ "Parameters": {
99
+ "Value": "3.87"
100
+ },
101
+ "EnabledScopes": []
102
+ },
103
+ {
104
+ "LibraryName": "Resistor",
105
+ "Top": -24,
106
+ "Left": 51,
107
+ "Angle": 0,
108
+ "HF": false,
109
+ "VF": false,
110
+ "Name": "R2",
111
+ "ID": "97dc06d1-d4af-4031-92e1-f7eff33d3b75",
112
+ "Parameters": {
113
+ "Value": "3.87"
114
+ },
115
+ "EnabledScopes": []
116
+ },
117
+ {
118
+ "LibraryName": "Resistor",
119
+ "Top": -19,
120
+ "Left": 51,
121
+ "Angle": 0,
122
+ "HF": false,
123
+ "VF": false,
124
+ "Name": "R3",
125
+ "ID": "1b35c8fe-a6ae-4d63-8865-0729c1aae66b",
126
+ "Parameters": {
127
+ "Value": "3.87"
128
+ },
129
+ "EnabledScopes": []
130
+ },
131
+ {
132
+ "LibraryName": "Differential Voltage Meter",
133
+ "Top": -34,
134
+ "Left": 57,
135
+ "Angle": 0,
136
+ "HF": false,
137
+ "VF": false,
138
+ "Name": "V1N",
139
+ "ID": "f5b751ca-b011-443a-8c25-07f0a38f9231",
140
+ "Parameters": {
141
+ "SamplingTime": "none"
142
+ },
143
+ "EnabledScopes": [
144
+ "Voltage"
145
+ ]
146
+ },
147
+ {
148
+ "LibraryName": "Inductor",
149
+ "Top": -29,
150
+ "Left": 57,
151
+ "Angle": 0,
152
+ "HF": false,
153
+ "VF": false,
154
+ "Name": "L1",
155
+ "ID": "c7d2cce4-6afe-400f-b2bb-4aecb297a8e4",
156
+ "Parameters": {
157
+ "Value": "7.7m",
158
+ "Iinit": "0"
159
+ },
160
+ "EnabledScopes": [
161
+ "Current"
162
+ ]
163
+ },
164
+ {
165
+ "LibraryName": "Inductor",
166
+ "Top": -24,
167
+ "Left": 57,
168
+ "Angle": 0,
169
+ "HF": false,
170
+ "VF": false,
171
+ "Name": "L2",
172
+ "ID": "2084d230-17a9-4dfb-a4e3-b12755341da7",
173
+ "Parameters": {
174
+ "Value": "7.7m",
175
+ "Iinit": "0"
176
+ },
177
+ "EnabledScopes": [
178
+ "Current"
179
+ ]
180
+ },
181
+ {
182
+ "LibraryName": "Inductor",
183
+ "Top": -19,
184
+ "Left": 57,
185
+ "Angle": 0,
186
+ "HF": false,
187
+ "VF": false,
188
+ "Name": "L3",
189
+ "ID": "9447a8ee-f67a-4bc3-9354-a852758af973",
190
+ "Parameters": {
191
+ "Value": "7.7m",
192
+ "Iinit": "0"
193
+ },
194
+ "EnabledScopes": [
195
+ "Current"
196
+ ]
197
+ },
198
+ {
199
+ "LibraryName": "Voltage Meter",
200
+ "Top": -24,
201
+ "Left": 64,
202
+ "Angle": 0,
203
+ "HF": false,
204
+ "VF": false,
205
+ "Name": "VN0",
206
+ "ID": "54f98ab8-b67c-4b12-ac9b-a7439b48b841",
207
+ "Parameters": {
208
+ "SamplingTime": "none"
209
+ },
210
+ "EnabledScopes": [
211
+ "Voltage"
212
+ ]
213
+ },
214
+ {
215
+ "LibraryName": "Not",
216
+ "Top": -17,
217
+ "Left": 15,
218
+ "Angle": 0,
219
+ "HF": false,
220
+ "VF": false,
221
+ "Name": "NOT1",
222
+ "ID": "4f6afc67-6a96-4ddc-a584-dfdaf962ce4a",
223
+ "Parameters": {
224
+ "SamplingTime": "none"
225
+ },
226
+ "EnabledScopes": []
227
+ },
228
+ {
229
+ "LibraryName": "Ideal MOSFET with Diode",
230
+ "Top": -18,
231
+ "Left": 19,
232
+ "Angle": 0,
233
+ "HF": false,
234
+ "VF": false,
235
+ "Name": "T2",
236
+ "ID": "c6ef1ceb-dcab-48a5-80ef-061ac2398667",
237
+ "Parameters": {
238
+ "Ron": "0",
239
+ "Rdon": "0",
240
+ "Vdf": "0"
241
+ },
242
+ "EnabledScopes": []
243
+ },
244
+ {
245
+ "LibraryName": "Not",
246
+ "Top": -17,
247
+ "Left": 28,
248
+ "Angle": 0,
249
+ "HF": false,
250
+ "VF": false,
251
+ "Name": "NOT2",
252
+ "ID": "84089076-c4e2-4f0c-9004-9802e889cc65",
253
+ "Parameters": {
254
+ "SamplingTime": "none"
255
+ },
256
+ "EnabledScopes": []
257
+ },
258
+ {
259
+ "LibraryName": "Ideal MOSFET with Diode",
260
+ "Top": -18,
261
+ "Left": 32,
262
+ "Angle": 0,
263
+ "HF": false,
264
+ "VF": false,
265
+ "Name": "T4",
266
+ "ID": "54925856-a495-4233-81c8-881c4d588ad0",
267
+ "Parameters": {
268
+ "Ron": "0",
269
+ "Rdon": "0",
270
+ "Vdf": "0"
271
+ },
272
+ "EnabledScopes": []
273
+ },
274
+ {
275
+ "LibraryName": "Not",
276
+ "Top": -17,
277
+ "Left": 39,
278
+ "Angle": 0,
279
+ "HF": false,
280
+ "VF": false,
281
+ "Name": "NOT3",
282
+ "ID": "4e3f859e-149e-4e33-843e-f6e024c4e76b",
283
+ "Parameters": {
284
+ "SamplingTime": "none"
285
+ },
286
+ "EnabledScopes": []
287
+ },
288
+ {
289
+ "LibraryName": "Ideal MOSFET with Diode",
290
+ "Top": -18,
291
+ "Left": 43,
292
+ "Angle": 0,
293
+ "HF": false,
294
+ "VF": false,
295
+ "Name": "T6",
296
+ "ID": "b171f5c4-726e-4cda-8157-1679931ea107",
297
+ "Parameters": {
298
+ "Ron": "0",
299
+ "Rdon": "0",
300
+ "Vdf": "0"
301
+ },
302
+ "EnabledScopes": []
303
+ },
304
+ {
305
+ "LibraryName": "Ground",
306
+ "Top": -25,
307
+ "Left": 6,
308
+ "Angle": 90,
309
+ "HF": false,
310
+ "VF": false,
311
+ "Name": "Ground1",
312
+ "ID": "fe82495a-ae76-425e-afcb-e275616d34c3",
313
+ "Parameters": {},
314
+ "EnabledScopes": []
315
+ },
316
+ {
317
+ "LibraryName": "DC Voltage Source",
318
+ "Top": -35,
319
+ "Left": 6,
320
+ "Angle": 0,
321
+ "HF": false,
322
+ "VF": false,
323
+ "Name": "DC1",
324
+ "ID": "678aa7a0-872c-4ac5-9d75-bb81ea4adf9e",
325
+ "Parameters": {
326
+ "Voltage": "Udc / 2"
327
+ },
328
+ "EnabledScopes": []
329
+ },
330
+ {
331
+ "LibraryName": "DC Voltage Source",
332
+ "Top": -22,
333
+ "Left": 6,
334
+ "Angle": 0,
335
+ "HF": false,
336
+ "VF": false,
337
+ "Name": "DC2",
338
+ "ID": "fc797824-fae0-4256-853a-194bd088e4e1",
339
+ "Parameters": {
340
+ "Voltage": "Udc / 2"
341
+ },
342
+ "EnabledScopes": []
343
+ },
344
+ {
345
+ "LibraryName": "Sinusoidal Wave",
346
+ "Top": -7,
347
+ "Left": -7,
348
+ "Angle": 0,
349
+ "HF": false,
350
+ "VF": false,
351
+ "Name": "SIN1",
352
+ "ID": "0c6ba798-eb53-474a-a879-9849e6166f6d",
353
+ "Parameters": {
354
+ "Amplitude": "ma",
355
+ "Frequency": "fo",
356
+ "Offset": "0",
357
+ "PhaseShift": "0",
358
+ "SamplingTime": "none"
359
+ },
360
+ "EnabledScopes": [
361
+ "Out"
362
+ ]
363
+ },
364
+ {
365
+ "LibraryName": "Sinusoidal Wave",
366
+ "Top": -2,
367
+ "Left": -7,
368
+ "Angle": 0,
369
+ "HF": false,
370
+ "VF": false,
371
+ "Name": "SIN2",
372
+ "ID": "16b288d4-c779-4715-a22d-935a1ce8c996",
373
+ "Parameters": {
374
+ "Amplitude": "ma",
375
+ "Frequency": "fo",
376
+ "Offset": "0",
377
+ "PhaseShift": "240",
378
+ "SamplingTime": "none"
379
+ },
380
+ "EnabledScopes": []
381
+ },
382
+ {
383
+ "LibraryName": "Sinusoidal Wave",
384
+ "Top": 3,
385
+ "Left": -7,
386
+ "Angle": 0,
387
+ "HF": false,
388
+ "VF": false,
389
+ "Name": "SIN3",
390
+ "ID": "355fa332-7665-49e5-ab4b-f51a3a8a49b4",
391
+ "Parameters": {
392
+ "Amplitude": "ma",
393
+ "Frequency": "50",
394
+ "Offset": "0",
395
+ "PhaseShift": "120",
396
+ "SamplingTime": "none"
397
+ },
398
+ "EnabledScopes": []
399
+ },
400
+ {
401
+ "LibraryName": "Comparator",
402
+ "Top": -6,
403
+ "Left": 9,
404
+ "Angle": 0,
405
+ "HF": false,
406
+ "VF": false,
407
+ "Name": "COMP1",
408
+ "ID": "143f0bf1-d7f1-41aa-b78b-6c2c33e900eb",
409
+ "Parameters": {
410
+ "SamplingTime": "none"
411
+ },
412
+ "EnabledScopes": [
413
+ "Out"
414
+ ]
415
+ },
416
+ {
417
+ "LibraryName": "Comparator",
418
+ "Top": -1,
419
+ "Left": 9,
420
+ "Angle": 0,
421
+ "HF": false,
422
+ "VF": false,
423
+ "Name": "COMP2",
424
+ "ID": "424d0b5e-87bc-47e6-af42-491c1a471924",
425
+ "Parameters": {
426
+ "SamplingTime": "none"
427
+ },
428
+ "EnabledScopes": []
429
+ },
430
+ {
431
+ "LibraryName": "Comparator",
432
+ "Top": 4,
433
+ "Left": 9,
434
+ "Angle": 0,
435
+ "HF": false,
436
+ "VF": false,
437
+ "Name": "COMP3",
438
+ "ID": "a4369548-21d9-4fa9-ac0d-971e08073892",
439
+ "Parameters": {
440
+ "SamplingTime": "none"
441
+ },
442
+ "EnabledScopes": []
443
+ },
444
+ {
445
+ "LibraryName": "Triangular Wave",
446
+ "Top": -12,
447
+ "Left": -7,
448
+ "Angle": 0,
449
+ "HF": false,
450
+ "VF": false,
451
+ "Name": "TRI1",
452
+ "ID": "43500333-96bd-440f-99f1-aeec21dbe803",
453
+ "Parameters": {
454
+ "Amplitude": "2",
455
+ "Frequency": "fsw",
456
+ "DutyCycle": "0.5",
457
+ "Offset": "-1",
458
+ "PhaseShift": "0",
459
+ "SamplingTime": "none"
460
+ },
461
+ "EnabledScopes": [
462
+ "Out"
463
+ ]
464
+ }
465
+ ],
466
+ "Connectors": [
467
+ {
468
+ "Segments": [
469
+ {
470
+ "StartX": 25,
471
+ "StartY": -23,
472
+ "EndX": 34,
473
+ "EndY": -23
474
+ },
475
+ {
476
+ "StartX": 34,
477
+ "StartY": -23,
478
+ "EndX": 51,
479
+ "EndY": -23
480
+ },
481
+ {
482
+ "StartX": 34,
483
+ "StartY": -31,
484
+ "EndX": 34,
485
+ "EndY": -23
486
+ },
487
+ {
488
+ "StartX": 34,
489
+ "StartY": -23,
490
+ "EndX": 34,
491
+ "EndY": -18
492
+ }
493
+ ],
494
+ "Name": "C6"
495
+ },
496
+ {
497
+ "Segments": [
498
+ {
499
+ "StartX": 51,
500
+ "StartY": -18,
501
+ "EndX": 45,
502
+ "EndY": -18
503
+ },
504
+ {
505
+ "StartX": 45,
506
+ "StartY": -31,
507
+ "EndX": 45,
508
+ "EndY": -18
509
+ }
510
+ ],
511
+ "Name": "C4"
512
+ },
513
+ {
514
+ "Segments": [
515
+ {
516
+ "StartX": 50,
517
+ "StartY": -33,
518
+ "EndX": 50,
519
+ "EndY": -28
520
+ },
521
+ {
522
+ "StartX": 57,
523
+ "StartY": -33,
524
+ "EndX": 50,
525
+ "EndY": -33
526
+ },
527
+ {
528
+ "StartX": 48,
529
+ "StartY": -28,
530
+ "EndX": 21,
531
+ "EndY": -28
532
+ },
533
+ {
534
+ "StartX": 21,
535
+ "StartY": -23,
536
+ "EndX": 21,
537
+ "EndY": -18
538
+ },
539
+ {
540
+ "StartX": 48,
541
+ "StartY": -28,
542
+ "EndX": 50,
543
+ "EndY": -28
544
+ },
545
+ {
546
+ "StartX": 50,
547
+ "StartY": -28,
548
+ "EndX": 51,
549
+ "EndY": -28
550
+ },
551
+ {
552
+ "StartX": 21,
553
+ "StartY": -31,
554
+ "EndX": 21,
555
+ "EndY": -28
556
+ },
557
+ {
558
+ "StartX": 21,
559
+ "StartY": -28,
560
+ "EndX": 21,
561
+ "EndY": -23
562
+ }
563
+ ],
564
+ "Name": "C15"
565
+ },
566
+ {
567
+ "Segments": [
568
+ {
569
+ "StartX": 63,
570
+ "StartY": -18,
571
+ "EndX": 64,
572
+ "EndY": -18
573
+ },
574
+ {
575
+ "StartX": 64,
576
+ "StartY": -23,
577
+ "EndX": 64,
578
+ "EndY": -18
579
+ },
580
+ {
581
+ "StartX": 63,
582
+ "StartY": -23,
583
+ "EndX": 64,
584
+ "EndY": -23
585
+ },
586
+ {
587
+ "StartX": 63,
588
+ "StartY": -28,
589
+ "EndX": 64,
590
+ "EndY": -28
591
+ },
592
+ {
593
+ "StartX": 61,
594
+ "StartY": -33,
595
+ "EndX": 64,
596
+ "EndY": -33
597
+ },
598
+ {
599
+ "StartX": 64,
600
+ "StartY": -33,
601
+ "EndX": 64,
602
+ "EndY": -28
603
+ },
604
+ {
605
+ "StartX": 64,
606
+ "StartY": -28,
607
+ "EndX": 64,
608
+ "EndY": -23
609
+ }
610
+ ],
611
+ "Name": "C8"
612
+ },
613
+ {
614
+ "Segments": [
615
+ {
616
+ "StartX": 21,
617
+ "StartY": -37,
618
+ "EndX": 34,
619
+ "EndY": -37
620
+ },
621
+ {
622
+ "StartX": 34,
623
+ "StartY": -37,
624
+ "EndX": 45,
625
+ "EndY": -37
626
+ },
627
+ {
628
+ "StartX": 21,
629
+ "StartY": -37,
630
+ "EndX": 8,
631
+ "EndY": -37
632
+ },
633
+ {
634
+ "StartX": 8,
635
+ "StartY": -37,
636
+ "EndX": 8,
637
+ "EndY": -35
638
+ }
639
+ ],
640
+ "Name": "C12"
641
+ },
642
+ {
643
+ "Segments": [
644
+ {
645
+ "StartX": 21,
646
+ "StartY": -12,
647
+ "EndX": 21,
648
+ "EndY": -11
649
+ },
650
+ {
651
+ "StartX": 34,
652
+ "StartY": -12,
653
+ "EndX": 34,
654
+ "EndY": -11
655
+ },
656
+ {
657
+ "StartX": 45,
658
+ "StartY": -12,
659
+ "EndX": 45,
660
+ "EndY": -11
661
+ },
662
+ {
663
+ "StartX": 8,
664
+ "StartY": -14,
665
+ "EndX": 8,
666
+ "EndY": -11
667
+ },
668
+ {
669
+ "StartX": 8,
670
+ "StartY": -11,
671
+ "EndX": 21,
672
+ "EndY": -11
673
+ },
674
+ {
675
+ "StartX": 21,
676
+ "StartY": -11,
677
+ "EndX": 34,
678
+ "EndY": -11
679
+ },
680
+ {
681
+ "StartX": 34,
682
+ "StartY": -11,
683
+ "EndX": 45,
684
+ "EndY": -11
685
+ }
686
+ ],
687
+ "Name": "C9"
688
+ },
689
+ {
690
+ "Segments": [
691
+ {
692
+ "StartX": 8,
693
+ "StartY": -24,
694
+ "EndX": 8,
695
+ "EndY": -27
696
+ },
697
+ {
698
+ "StartX": 8,
699
+ "StartY": -24,
700
+ "EndX": 8,
701
+ "EndY": -22
702
+ }
703
+ ],
704
+ "Name": "C10"
705
+ },
706
+ {
707
+ "Segments": [
708
+ {
709
+ "StartX": 15,
710
+ "StartY": -15,
711
+ "EndX": 14,
712
+ "EndY": -15
713
+ },
714
+ {
715
+ "StartX": 19,
716
+ "StartY": -34,
717
+ "EndX": 14,
718
+ "EndY": -34
719
+ },
720
+ {
721
+ "StartX": 13,
722
+ "StartY": -4,
723
+ "EndX": 14,
724
+ "EndY": -4
725
+ },
726
+ {
727
+ "StartX": 14,
728
+ "StartY": -34,
729
+ "EndX": 14,
730
+ "EndY": -15
731
+ },
732
+ {
733
+ "StartX": 14,
734
+ "StartY": -15,
735
+ "EndX": 14,
736
+ "EndY": -4
737
+ }
738
+ ],
739
+ "Name": "C7"
740
+ },
741
+ {
742
+ "Segments": [
743
+ {
744
+ "StartX": 28,
745
+ "StartY": -15,
746
+ "EndX": 27,
747
+ "EndY": -15
748
+ },
749
+ {
750
+ "StartX": 32,
751
+ "StartY": -34,
752
+ "EndX": 27,
753
+ "EndY": -34
754
+ },
755
+ {
756
+ "StartX": 13,
757
+ "StartY": 1,
758
+ "EndX": 27,
759
+ "EndY": 1
760
+ },
761
+ {
762
+ "StartX": 27,
763
+ "StartY": -34,
764
+ "EndX": 27,
765
+ "EndY": -15
766
+ },
767
+ {
768
+ "StartX": 27,
769
+ "StartY": -15,
770
+ "EndX": 27,
771
+ "EndY": 1
772
+ }
773
+ ],
774
+ "Name": "C5"
775
+ },
776
+ {
777
+ "Segments": [
778
+ {
779
+ "StartX": 39,
780
+ "StartY": -15,
781
+ "EndX": 38,
782
+ "EndY": -15
783
+ },
784
+ {
785
+ "StartX": 43,
786
+ "StartY": -34,
787
+ "EndX": 38,
788
+ "EndY": -34
789
+ },
790
+ {
791
+ "StartX": 13,
792
+ "StartY": 6,
793
+ "EndX": 38,
794
+ "EndY": 6
795
+ },
796
+ {
797
+ "StartX": 38,
798
+ "StartY": -34,
799
+ "EndX": 38,
800
+ "EndY": -15
801
+ },
802
+ {
803
+ "StartX": 38,
804
+ "StartY": -15,
805
+ "EndX": 38,
806
+ "EndY": 6
807
+ }
808
+ ],
809
+ "Name": "C11"
810
+ },
811
+ {
812
+ "Segments": [
813
+ {
814
+ "StartX": -3,
815
+ "StartY": -5,
816
+ "EndX": 9,
817
+ "EndY": -5
818
+ }
819
+ ],
820
+ "Name": "C1"
821
+ },
822
+ {
823
+ "Segments": [
824
+ {
825
+ "StartX": -3,
826
+ "StartY": 0,
827
+ "EndX": 9,
828
+ "EndY": 0
829
+ }
830
+ ],
831
+ "Name": "C2"
832
+ },
833
+ {
834
+ "Segments": [
835
+ {
836
+ "StartX": -3,
837
+ "StartY": 5,
838
+ "EndX": 9,
839
+ "EndY": 5
840
+ }
841
+ ],
842
+ "Name": "C3"
843
+ },
844
+ {
845
+ "Segments": [
846
+ {
847
+ "StartX": 9,
848
+ "StartY": -3,
849
+ "EndX": 7,
850
+ "EndY": -3
851
+ },
852
+ {
853
+ "StartX": 9,
854
+ "StartY": 2,
855
+ "EndX": 7,
856
+ "EndY": 2
857
+ },
858
+ {
859
+ "StartX": 9,
860
+ "StartY": 7,
861
+ "EndX": 7,
862
+ "EndY": 7
863
+ },
864
+ {
865
+ "StartX": -3,
866
+ "StartY": -10,
867
+ "EndX": 7,
868
+ "EndY": -10
869
+ },
870
+ {
871
+ "StartX": 7,
872
+ "StartY": -10,
873
+ "EndX": 7,
874
+ "EndY": -3
875
+ },
876
+ {
877
+ "StartX": 7,
878
+ "StartY": -3,
879
+ "EndX": 7,
880
+ "EndY": 2
881
+ },
882
+ {
883
+ "StartX": 7,
884
+ "StartY": 2,
885
+ "EndX": 7,
886
+ "EndY": 7
887
+ }
888
+ ],
889
+ "Name": "C14"
890
+ }
891
+ ],
892
+ "Name": "Top Circuit",
893
+ "Variables": [
894
+ {
895
+ "Name": "ma",
896
+ "Value": "0.9"
897
+ },
898
+ {
899
+ "Name": "fo",
900
+ "Value": "50"
901
+ },
902
+ {
903
+ "Name": "fsw",
904
+ "Value": "1.95k"
905
+ },
906
+ {
907
+ "Name": "Udc",
908
+ "Value": "800"
909
+ }
910
+ ],
911
+ "VariableFile": ""
912
+ },
913
+ "TransientAnalysis": {
914
+ "EndTime": "1",
915
+ "FixedTimeStep": false,
916
+ "SaveInitialPoint": true,
917
+ "StopAtSteadyState": true,
918
+ "TimeStep": "1E-06",
919
+ "BaseFrequencyParameterEnabled": true,
920
+ "NumberOfBasePeriodsSavedParameterEnabled": true,
921
+ "BaseFrequency": "50",
922
+ "NumberOfBasePeriodsSaved": "1"
923
+ }
924
+ }
925
+ ],
926
+ "Libraries": [],
927
+ "TestBenches": [
928
+ {
929
+ "Type": "ParameterSweep",
930
+ "Name": "Parameter Sweep Test Bench 1",
931
+ "DesignID": "97d62a23-0580-482f-8417-08e9aaa8129a",
932
+ "DeviceID": "",
933
+ "ParameterName": "m",
934
+ "From": 0.5,
935
+ "To": 0.9,
936
+ "NumberOfPoints": 10,
937
+ "SaveAllSignals": true,
938
+ "LastSignalValueVersusParameterValue": false
939
+ }
940
+ ],
941
+ "ThermalData": []
942
+ }