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