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,1589 @@
1
+ {
2
+ "Designs": [
3
+ {
4
+ "Id": "d50ff457-7c98-4312-9998-7f51511e06fa",
5
+ "Name": "design",
6
+ "Circuit": {
7
+ "Id": "ac61a399-b63a-4c3a-b39b-22c07ba30ed2",
8
+ "Devices": [
9
+ {
10
+ "LibraryName": "AC Voltage Source",
11
+ "Top": 4,
12
+ "Left": -3,
13
+ "Angle": 0,
14
+ "HF": false,
15
+ "VF": false,
16
+ "Name": "AC1",
17
+ "ID": "3cce6b17-fe56-4feb-be9b-5e648f6ef0f4",
18
+ "Parameters": {
19
+ "Frequency": "fgrid",
20
+ "Amplitude": "230 * sqrt(2)",
21
+ "Phase": "-90"
22
+ },
23
+ "EnabledScopes": []
24
+ },
25
+ {
26
+ "LibraryName": "Ground",
27
+ "Top": 12,
28
+ "Left": -2,
29
+ "Angle": 0,
30
+ "HF": false,
31
+ "VF": false,
32
+ "Name": "Ground1",
33
+ "ID": "245884ac-f179-4e31-bbdb-f905a792a883",
34
+ "Parameters": {},
35
+ "EnabledScopes": []
36
+ },
37
+ {
38
+ "LibraryName": "AC Voltage Source",
39
+ "Top": 8,
40
+ "Left": 4,
41
+ "Angle": 0,
42
+ "HF": false,
43
+ "VF": false,
44
+ "Name": "AC2",
45
+ "ID": "ca01a183-704a-480e-8d0b-8241c8d7ac9d",
46
+ "Parameters": {
47
+ "Frequency": "fgrid",
48
+ "Amplitude": "230 * sqrt(2)",
49
+ "Phase": "-210"
50
+ },
51
+ "EnabledScopes": []
52
+ },
53
+ {
54
+ "LibraryName": "Ground",
55
+ "Top": 16,
56
+ "Left": 5,
57
+ "Angle": 0,
58
+ "HF": false,
59
+ "VF": false,
60
+ "Name": "Ground2",
61
+ "ID": "f9c165b9-7b31-4438-a3eb-83862973a860",
62
+ "Parameters": {},
63
+ "EnabledScopes": []
64
+ },
65
+ {
66
+ "LibraryName": "Control Input Connector Label",
67
+ "Top": 4,
68
+ "Left": 6,
69
+ "Angle": 0,
70
+ "HF": true,
71
+ "VF": false,
72
+ "Name": "U21",
73
+ "ID": "fdc61622-4fd4-44ad-adb1-0aa07e76aaf2",
74
+ "Parameters": {},
75
+ "EnabledScopes": []
76
+ },
77
+ {
78
+ "LibraryName": "Differential Voltage Probe",
79
+ "Top": 4,
80
+ "Left": 9,
81
+ "Angle": 270,
82
+ "HF": false,
83
+ "VF": true,
84
+ "Name": "U21",
85
+ "ID": "714d2f9f-15b9-401c-8ecf-4163c55cbac3",
86
+ "Parameters": {
87
+ "Gain": "1",
88
+ "SamplingTime": "auto"
89
+ },
90
+ "EnabledScopes": [
91
+ "Voltage"
92
+ ]
93
+ },
94
+ {
95
+ "LibraryName": "Control Input Connector Label",
96
+ "Top": 9,
97
+ "Left": 12,
98
+ "Angle": 0,
99
+ "HF": true,
100
+ "VF": false,
101
+ "Name": "U32",
102
+ "ID": "6cea4840-bb38-4973-9a8a-f179cd4b7570",
103
+ "Parameters": {},
104
+ "EnabledScopes": []
105
+ },
106
+ {
107
+ "LibraryName": "AC Voltage Source",
108
+ "Top": 12,
109
+ "Left": 12,
110
+ "Angle": 0,
111
+ "HF": false,
112
+ "VF": false,
113
+ "Name": "AC3",
114
+ "ID": "50527a64-3d48-4cbc-b7b6-45266cc91e8e",
115
+ "Parameters": {
116
+ "Frequency": "fgrid",
117
+ "Amplitude": "230 * sqrt(2)",
118
+ "Phase": "30"
119
+ },
120
+ "EnabledScopes": []
121
+ },
122
+ {
123
+ "LibraryName": "Ground",
124
+ "Top": 20,
125
+ "Left": 13,
126
+ "Angle": 0,
127
+ "HF": false,
128
+ "VF": false,
129
+ "Name": "Ground3",
130
+ "ID": "f51951aa-30b0-4fb9-b8cc-933c1f3eb6d3",
131
+ "Parameters": {},
132
+ "EnabledScopes": []
133
+ },
134
+ {
135
+ "LibraryName": "Control Input Connector Label",
136
+ "Top": 3,
137
+ "Left": 16,
138
+ "Angle": 0,
139
+ "HF": true,
140
+ "VF": false,
141
+ "Name": "U13",
142
+ "ID": "b424132d-d7c8-4e83-9d8f-45744d15870d",
143
+ "Parameters": {},
144
+ "EnabledScopes": []
145
+ },
146
+ {
147
+ "LibraryName": "Differential Voltage Probe",
148
+ "Top": 9,
149
+ "Left": 15,
150
+ "Angle": 270,
151
+ "HF": false,
152
+ "VF": true,
153
+ "Name": "U32",
154
+ "ID": "102f74d0-b08c-4bcf-af4b-00afc1111feb",
155
+ "Parameters": {
156
+ "Gain": "1",
157
+ "SamplingTime": "auto"
158
+ },
159
+ "EnabledScopes": [
160
+ "Voltage"
161
+ ]
162
+ },
163
+ {
164
+ "LibraryName": "Differential Voltage Probe",
165
+ "Top": 3,
166
+ "Left": 19,
167
+ "Angle": 90,
168
+ "HF": false,
169
+ "VF": false,
170
+ "Name": "U13",
171
+ "ID": "486c9ffb-40fb-4b8f-8c7c-f09b1486ba67",
172
+ "Parameters": {
173
+ "Gain": "1",
174
+ "SamplingTime": "auto"
175
+ },
176
+ "EnabledScopes": [
177
+ "Voltage"
178
+ ]
179
+ },
180
+ {
181
+ "LibraryName": "Control Output Connector Label",
182
+ "Top": -5,
183
+ "Left": 26,
184
+ "Angle": 0,
185
+ "HF": false,
186
+ "VF": false,
187
+ "Name": "G1",
188
+ "ID": "2344a5da-10f1-4810-b29f-d4d6c9ede2db",
189
+ "Parameters": {},
190
+ "EnabledScopes": []
191
+ },
192
+ {
193
+ "LibraryName": "Current Meter",
194
+ "Top": 1,
195
+ "Left": 26,
196
+ "Angle": 0,
197
+ "HF": false,
198
+ "VF": false,
199
+ "Name": "A1",
200
+ "ID": "71286200-3b6c-4072-b9be-35277ea798db",
201
+ "Parameters": {
202
+ "SamplingTime": "auto"
203
+ },
204
+ "EnabledScopes": [
205
+ "Current"
206
+ ]
207
+ },
208
+ {
209
+ "LibraryName": "Control Output Connector Label",
210
+ "Top": 15,
211
+ "Left": 26,
212
+ "Angle": 0,
213
+ "HF": false,
214
+ "VF": false,
215
+ "Name": "G1_",
216
+ "ID": "710cf875-2010-4542-9777-e88b35fdc4a1",
217
+ "Parameters": {},
218
+ "EnabledScopes": []
219
+ },
220
+ {
221
+ "LibraryName": "Thyristor",
222
+ "Top": -3,
223
+ "Left": 28,
224
+ "Angle": 270,
225
+ "HF": false,
226
+ "VF": false,
227
+ "Name": "T1",
228
+ "ID": "caca5fbe-5ca0-472e-80e7-6fb9b28466b7",
229
+ "Parameters": {},
230
+ "EnabledScopes": [
231
+ "Voltage",
232
+ "Current"
233
+ ]
234
+ },
235
+ {
236
+ "LibraryName": "Thyristor",
237
+ "Top": 17,
238
+ "Left": 28,
239
+ "Angle": 270,
240
+ "HF": false,
241
+ "VF": false,
242
+ "Name": "T2",
243
+ "ID": "0333a33d-d00e-4343-82fc-ebc4b634541b",
244
+ "Parameters": {},
245
+ "EnabledScopes": []
246
+ },
247
+ {
248
+ "LibraryName": "Control Output Connector Label",
249
+ "Top": -5,
250
+ "Left": 37,
251
+ "Angle": 0,
252
+ "HF": false,
253
+ "VF": false,
254
+ "Name": "G2",
255
+ "ID": "d6f59fba-a351-4fb3-a483-d73b0b9ad214",
256
+ "Parameters": {},
257
+ "EnabledScopes": []
258
+ },
259
+ {
260
+ "LibraryName": "Control Output Connector Label",
261
+ "Top": 15,
262
+ "Left": 37,
263
+ "Angle": 0,
264
+ "HF": false,
265
+ "VF": false,
266
+ "Name": "G2_",
267
+ "ID": "000d1d6c-8957-4d63-bf8c-ce20367de3e2",
268
+ "Parameters": {},
269
+ "EnabledScopes": []
270
+ },
271
+ {
272
+ "LibraryName": "Thyristor",
273
+ "Top": -3,
274
+ "Left": 39,
275
+ "Angle": 270,
276
+ "HF": false,
277
+ "VF": false,
278
+ "Name": "T3",
279
+ "ID": "6fc290bc-07f8-4e16-8135-9893abb1143f",
280
+ "Parameters": {},
281
+ "EnabledScopes": []
282
+ },
283
+ {
284
+ "LibraryName": "Thyristor",
285
+ "Top": 17,
286
+ "Left": 39,
287
+ "Angle": 270,
288
+ "HF": false,
289
+ "VF": false,
290
+ "Name": "T4",
291
+ "ID": "e3d07ec2-5185-4497-8432-7a0244ee881c",
292
+ "Parameters": {},
293
+ "EnabledScopes": []
294
+ },
295
+ {
296
+ "LibraryName": "Control Output Connector Label",
297
+ "Top": -5,
298
+ "Left": 47,
299
+ "Angle": 0,
300
+ "HF": false,
301
+ "VF": false,
302
+ "Name": "G3",
303
+ "ID": "4e3d1121-cd04-4897-a2f4-337c1b4b6f50",
304
+ "Parameters": {},
305
+ "EnabledScopes": []
306
+ },
307
+ {
308
+ "LibraryName": "Control Output Connector Label",
309
+ "Top": 15,
310
+ "Left": 47,
311
+ "Angle": 0,
312
+ "HF": false,
313
+ "VF": false,
314
+ "Name": "G3_",
315
+ "ID": "6bf15430-5d0f-4886-82f6-66178804bad4",
316
+ "Parameters": {},
317
+ "EnabledScopes": []
318
+ },
319
+ {
320
+ "LibraryName": "Thyristor",
321
+ "Top": -3,
322
+ "Left": 49,
323
+ "Angle": 270,
324
+ "HF": false,
325
+ "VF": false,
326
+ "Name": "T5",
327
+ "ID": "2cead4b4-6d69-4624-a91f-5db4230bc0c8",
328
+ "Parameters": {},
329
+ "EnabledScopes": []
330
+ },
331
+ {
332
+ "LibraryName": "Thyristor",
333
+ "Top": 17,
334
+ "Left": 49,
335
+ "Angle": 270,
336
+ "HF": false,
337
+ "VF": false,
338
+ "Name": "T6",
339
+ "ID": "66d681c5-cd23-4f21-a6f8-8da95588b8b8",
340
+ "Parameters": {},
341
+ "EnabledScopes": []
342
+ },
343
+ {
344
+ "LibraryName": "DC Current Source",
345
+ "Top": 4,
346
+ "Left": 62,
347
+ "Angle": 180,
348
+ "HF": false,
349
+ "VF": false,
350
+ "Name": "DC1",
351
+ "ID": "7e8d12a4-b69d-4df5-a6ae-3dea5aad9928",
352
+ "Parameters": {
353
+ "Current": "1000"
354
+ },
355
+ "EnabledScopes": []
356
+ },
357
+ {
358
+ "LibraryName": "Differential Voltage Meter",
359
+ "Top": 6,
360
+ "Left": 71,
361
+ "Angle": 90,
362
+ "HF": false,
363
+ "VF": false,
364
+ "Name": "Udc",
365
+ "ID": "a3e4992b-77f2-4578-9db6-0555f1a2b47b",
366
+ "Parameters": {
367
+ "SamplingTime": "auto"
368
+ },
369
+ "EnabledScopes": [
370
+ "Voltage"
371
+ ]
372
+ },
373
+ {
374
+ "LibraryName": "Control Output Connector Label",
375
+ "Top": 30,
376
+ "Left": 34,
377
+ "Angle": 0,
378
+ "HF": false,
379
+ "VF": false,
380
+ "Name": "U13",
381
+ "ID": "cd19f373-a4cf-4dab-8f6f-524b27884bfa",
382
+ "Parameters": {},
383
+ "EnabledScopes": []
384
+ },
385
+ {
386
+ "LibraryName": "Control Output Connector Label",
387
+ "Top": 33,
388
+ "Left": 34,
389
+ "Angle": 0,
390
+ "HF": false,
391
+ "VF": false,
392
+ "Name": "U21",
393
+ "ID": "5b8088d5-4f47-4e08-8266-bda4c276e93c",
394
+ "Parameters": {},
395
+ "EnabledScopes": []
396
+ },
397
+ {
398
+ "LibraryName": "Control Output Connector Label",
399
+ "Top": 36,
400
+ "Left": 34,
401
+ "Angle": 0,
402
+ "HF": false,
403
+ "VF": false,
404
+ "Name": "U32",
405
+ "ID": "38fa5203-0c6e-4850-8b0a-f3328a136bdb",
406
+ "Parameters": {},
407
+ "EnabledScopes": []
408
+ },
409
+ {
410
+ "LibraryName": "Thyristor Controller",
411
+ "Top": 27,
412
+ "Left": 38,
413
+ "Angle": 0,
414
+ "HF": false,
415
+ "VF": false,
416
+ "Name": "Sc1",
417
+ "ID": "beaebe23-4cc9-4657-9bf1-2519144b4b93",
418
+ "Parameters": {},
419
+ "EnabledScopes": [],
420
+ "SubcircuitDefinition": {
421
+ "Id": "ec695a4e-6ecd-4afd-98a8-8800993821a1",
422
+ "Devices": [
423
+ {
424
+ "LibraryName": "Gain",
425
+ "Top": 0,
426
+ "Left": 0,
427
+ "Angle": 0,
428
+ "HF": false,
429
+ "VF": false,
430
+ "Name": "G1",
431
+ "ID": "04342db9-93cd-41c0-88dd-d77fe8bc6d2a",
432
+ "Parameters": {
433
+ "Value": "-1",
434
+ "SamplingTime": "auto"
435
+ },
436
+ "EnabledScopes": []
437
+ },
438
+ {
439
+ "LibraryName": "Gain",
440
+ "Top": 20,
441
+ "Left": 0,
442
+ "Angle": 0,
443
+ "HF": false,
444
+ "VF": false,
445
+ "Name": "G2",
446
+ "ID": "2fd2fbca-e5b8-441a-b6ba-e6c216f251be",
447
+ "Parameters": {
448
+ "Value": "-1",
449
+ "SamplingTime": "auto"
450
+ },
451
+ "EnabledScopes": []
452
+ },
453
+ {
454
+ "LibraryName": "Gain",
455
+ "Top": 40,
456
+ "Left": 0,
457
+ "Angle": 0,
458
+ "HF": false,
459
+ "VF": false,
460
+ "Name": "G3",
461
+ "ID": "1c17a949-daf0-43c5-afee-995a0e2b0dc6",
462
+ "Parameters": {
463
+ "Value": "-1",
464
+ "SamplingTime": "auto"
465
+ },
466
+ "EnabledScopes": []
467
+ },
468
+ {
469
+ "LibraryName": "Thyristor Control",
470
+ "Top": -13,
471
+ "Left": 4,
472
+ "Angle": 0,
473
+ "HF": false,
474
+ "VF": false,
475
+ "Name": "Sc1",
476
+ "ID": "56618972-5a3d-4f89-ad99-fccb2a3319df",
477
+ "Parameters": {},
478
+ "EnabledScopes": [],
479
+ "SubcircuitDefinition": {
480
+ "Id": "6670e851-6799-40af-a647-1cdf08ae23ba",
481
+ "Devices": [
482
+ {
483
+ "LibraryName": "AND",
484
+ "Top": -7,
485
+ "Left": 37,
486
+ "Angle": 0,
487
+ "HF": false,
488
+ "VF": false,
489
+ "Name": "AND1",
490
+ "ID": "f7186a8e-689c-4c6e-abee-9abc1749fe8b",
491
+ "Parameters": {
492
+ "SamplingTime": "auto"
493
+ },
494
+ "EnabledScopes": []
495
+ },
496
+ {
497
+ "LibraryName": "Comparator",
498
+ "Top": -8,
499
+ "Left": 30,
500
+ "Angle": 0,
501
+ "HF": false,
502
+ "VF": true,
503
+ "Name": "COMP2",
504
+ "ID": "463c18ad-8f43-4626-9531-97cfecf7fd58",
505
+ "Parameters": {
506
+ "SamplingTime": "auto"
507
+ },
508
+ "EnabledScopes": []
509
+ },
510
+ {
511
+ "LibraryName": "Constant",
512
+ "Top": -12,
513
+ "Left": 24,
514
+ "Angle": 0,
515
+ "HF": false,
516
+ "VF": false,
517
+ "Name": "C2",
518
+ "ID": "3c9a69ef-1f8c-4833-8a14-3bb9701b9627",
519
+ "Parameters": {
520
+ "Value": "delay_angle",
521
+ "SamplingTime": "auto"
522
+ },
523
+ "EnabledScopes": []
524
+ },
525
+ {
526
+ "LibraryName": "Constant",
527
+ "Top": 1,
528
+ "Left": -1,
529
+ "Angle": 0,
530
+ "HF": false,
531
+ "VF": false,
532
+ "Name": "C1",
533
+ "ID": "5fac7f6a-84b0-4161-8398-977142c684d8",
534
+ "Parameters": {
535
+ "Value": "0",
536
+ "SamplingTime": "auto"
537
+ },
538
+ "EnabledScopes": []
539
+ },
540
+ {
541
+ "LibraryName": "Gain",
542
+ "Top": -7,
543
+ "Left": 13,
544
+ "Angle": 0,
545
+ "HF": false,
546
+ "VF": false,
547
+ "Name": "G1",
548
+ "ID": "900663e6-422a-400f-bf44-9fc5e8ead46d",
549
+ "Parameters": {
550
+ "Value": "180 * 2 * fgrid",
551
+ "SamplingTime": "auto"
552
+ },
553
+ "EnabledScopes": []
554
+ },
555
+ {
556
+ "LibraryName": "Comparator",
557
+ "Top": -3,
558
+ "Left": 5,
559
+ "Angle": 0,
560
+ "HF": false,
561
+ "VF": false,
562
+ "Name": "COMP1",
563
+ "ID": "96dcda34-d7a3-4ef6-8007-27d69e205764",
564
+ "Parameters": {
565
+ "SamplingTime": "auto"
566
+ },
567
+ "EnabledScopes": []
568
+ },
569
+ {
570
+ "LibraryName": "Integral (Resettable)",
571
+ "Top": -7,
572
+ "Left": 20,
573
+ "Angle": 0,
574
+ "HF": false,
575
+ "VF": false,
576
+ "Name": "INT1",
577
+ "ID": "70f8c20b-b9be-452e-9c24-71adb06b5a13",
578
+ "Parameters": {
579
+ "InitialValue": "0",
580
+ "SamplingTime": "auto"
581
+ },
582
+ "EnabledScopes": []
583
+ },
584
+ {
585
+ "LibraryName": "Control Out Pin",
586
+ "Top": -6,
587
+ "Left": 43,
588
+ "Angle": 0,
589
+ "HF": false,
590
+ "VF": false,
591
+ "Name": "Pin2",
592
+ "ID": "c0b36bc0-91bc-47bb-b004-a373e1140cfe",
593
+ "Parameters": {},
594
+ "EnabledScopes": []
595
+ },
596
+ {
597
+ "LibraryName": "Control In Pin",
598
+ "Top": -3,
599
+ "Left": -3,
600
+ "Angle": 0,
601
+ "HF": false,
602
+ "VF": false,
603
+ "Name": "Pin1",
604
+ "ID": "5a8e20fe-e903-45d3-8186-5c40f6f70e96",
605
+ "Parameters": {},
606
+ "EnabledScopes": []
607
+ }
608
+ ],
609
+ "Connectors": [
610
+ {
611
+ "Segments": [
612
+ {
613
+ "StartX": 5,
614
+ "StartY": -2,
615
+ "EndX": -1,
616
+ "EndY": -2
617
+ }
618
+ ],
619
+ "Name": "C1"
620
+ },
621
+ {
622
+ "Segments": [
623
+ {
624
+ "StartX": 29,
625
+ "StartY": -10,
626
+ "EndX": 29,
627
+ "EndY": -7
628
+ },
629
+ {
630
+ "StartX": 30,
631
+ "StartY": -7,
632
+ "EndX": 29,
633
+ "EndY": -7
634
+ },
635
+ {
636
+ "StartX": 28,
637
+ "StartY": -10,
638
+ "EndX": 29,
639
+ "EndY": -10
640
+ }
641
+ ],
642
+ "Name": "C2"
643
+ },
644
+ {
645
+ "Segments": [
646
+ {
647
+ "StartX": 41,
648
+ "StartY": -5,
649
+ "EndX": 43,
650
+ "EndY": -5
651
+ }
652
+ ],
653
+ "Name": "C3"
654
+ },
655
+ {
656
+ "Segments": [
657
+ {
658
+ "StartX": 34,
659
+ "StartY": -6,
660
+ "EndX": 37,
661
+ "EndY": -6
662
+ }
663
+ ],
664
+ "Name": "C4"
665
+ },
666
+ {
667
+ "Segments": [
668
+ {
669
+ "StartX": 30,
670
+ "StartY": -5,
671
+ "EndX": 24,
672
+ "EndY": -5
673
+ }
674
+ ],
675
+ "Name": "C5"
676
+ },
677
+ {
678
+ "Segments": [
679
+ {
680
+ "StartX": 17,
681
+ "StartY": -5,
682
+ "EndX": 20,
683
+ "EndY": -5
684
+ }
685
+ ],
686
+ "Name": "C6"
687
+ },
688
+ {
689
+ "Segments": [
690
+ {
691
+ "StartX": 22,
692
+ "StartY": -3,
693
+ "EndX": 22,
694
+ "EndY": -1
695
+ },
696
+ {
697
+ "StartX": 11,
698
+ "StartY": -1,
699
+ "EndX": 11,
700
+ "EndY": -5
701
+ },
702
+ {
703
+ "StartX": 13,
704
+ "StartY": -5,
705
+ "EndX": 11,
706
+ "EndY": -5
707
+ },
708
+ {
709
+ "StartX": 36,
710
+ "StartY": -4,
711
+ "EndX": 36,
712
+ "EndY": -1
713
+ },
714
+ {
715
+ "StartX": 37,
716
+ "StartY": -4,
717
+ "EndX": 36,
718
+ "EndY": -4
719
+ },
720
+ {
721
+ "StartX": 22,
722
+ "StartY": -1,
723
+ "EndX": 36,
724
+ "EndY": -1
725
+ },
726
+ {
727
+ "StartX": 9,
728
+ "StartY": -1,
729
+ "EndX": 11,
730
+ "EndY": -1
731
+ },
732
+ {
733
+ "StartX": 11,
734
+ "StartY": -1,
735
+ "EndX": 22,
736
+ "EndY": -1
737
+ }
738
+ ],
739
+ "Name": "C8"
740
+ },
741
+ {
742
+ "Segments": [
743
+ {
744
+ "StartX": 3,
745
+ "StartY": 3,
746
+ "EndX": 4,
747
+ "EndY": 3
748
+ },
749
+ {
750
+ "StartX": 4,
751
+ "StartY": 0,
752
+ "EndX": 4,
753
+ "EndY": 3
754
+ },
755
+ {
756
+ "StartX": 5,
757
+ "StartY": 0,
758
+ "EndX": 4,
759
+ "EndY": 0
760
+ }
761
+ ],
762
+ "Name": "C7"
763
+ }
764
+ ],
765
+ "Name": "Thyristor Control",
766
+ "Variables": []
767
+ },
768
+ "SubcircuitDefinitionID": "6670e851-6799-40af-a647-1cdf08ae23ba"
769
+ },
770
+ {
771
+ "LibraryName": "Thyristor Control",
772
+ "Top": -3,
773
+ "Left": 4,
774
+ "Angle": 0,
775
+ "HF": false,
776
+ "VF": false,
777
+ "Name": "Sc2",
778
+ "ID": "994e589d-2a0a-4ba1-a451-680e05212470",
779
+ "Parameters": {},
780
+ "EnabledScopes": [],
781
+ "SubcircuitDefinitionID": "6670e851-6799-40af-a647-1cdf08ae23ba"
782
+ },
783
+ {
784
+ "LibraryName": "Thyristor Control",
785
+ "Top": 7,
786
+ "Left": 4,
787
+ "Angle": 0,
788
+ "HF": false,
789
+ "VF": false,
790
+ "Name": "Sc3",
791
+ "ID": "a5b2623d-c85d-4dac-b207-65789c7ae6a7",
792
+ "Parameters": {},
793
+ "EnabledScopes": [],
794
+ "SubcircuitDefinitionID": "6670e851-6799-40af-a647-1cdf08ae23ba"
795
+ },
796
+ {
797
+ "LibraryName": "Thyristor Control",
798
+ "Top": 17,
799
+ "Left": 4,
800
+ "Angle": 0,
801
+ "HF": false,
802
+ "VF": false,
803
+ "Name": "Sc4",
804
+ "ID": "40a11247-81cb-48ab-9c68-7cb2ecf5c2ff",
805
+ "Parameters": {},
806
+ "EnabledScopes": [],
807
+ "SubcircuitDefinitionID": "6670e851-6799-40af-a647-1cdf08ae23ba"
808
+ },
809
+ {
810
+ "LibraryName": "Thyristor Control",
811
+ "Top": 27,
812
+ "Left": 4,
813
+ "Angle": 0,
814
+ "HF": false,
815
+ "VF": false,
816
+ "Name": "Sc5",
817
+ "ID": "ba44bb76-b60f-428d-add5-9eed98294de1",
818
+ "Parameters": {},
819
+ "EnabledScopes": [],
820
+ "SubcircuitDefinitionID": "6670e851-6799-40af-a647-1cdf08ae23ba"
821
+ },
822
+ {
823
+ "LibraryName": "Thyristor Control",
824
+ "Top": 37,
825
+ "Left": 4,
826
+ "Angle": 0,
827
+ "HF": false,
828
+ "VF": false,
829
+ "Name": "Sc6",
830
+ "ID": "1c401c1e-e8b2-4428-870d-bdd6f0610b7a",
831
+ "Parameters": {},
832
+ "EnabledScopes": [],
833
+ "SubcircuitDefinitionID": "6670e851-6799-40af-a647-1cdf08ae23ba"
834
+ },
835
+ {
836
+ "LibraryName": "Initial Thyristor State",
837
+ "Top": -13,
838
+ "Left": 14,
839
+ "Angle": 0,
840
+ "HF": false,
841
+ "VF": false,
842
+ "Name": "Sc7",
843
+ "ID": "8c44ab7d-c0cf-42f5-954d-e27afd273650",
844
+ "Parameters": {},
845
+ "EnabledScopes": [],
846
+ "SubcircuitDefinition": {
847
+ "Id": "cf258da4-dc31-4676-a60b-5d37fcdb3d66",
848
+ "Devices": [
849
+ {
850
+ "LibraryName": "Sum",
851
+ "Top": 2,
852
+ "Left": 7,
853
+ "Angle": 0,
854
+ "HF": false,
855
+ "VF": false,
856
+ "Name": "SUM1",
857
+ "ID": "9a1313b1-f9e7-42bc-a123-3ba3c7c9ca82",
858
+ "Parameters": {
859
+ "NumberOfInputs": "2",
860
+ "Gains": "[1 -1]",
861
+ "SamplingTime": "auto"
862
+ },
863
+ "EnabledScopes": []
864
+ },
865
+ {
866
+ "LibraryName": "Control Out Pin",
867
+ "Top": 3,
868
+ "Left": 11,
869
+ "Angle": 0,
870
+ "HF": false,
871
+ "VF": false,
872
+ "Name": "Pin2",
873
+ "ID": "7abf10f0-bbbb-438a-be74-53d2f3c03c03",
874
+ "Parameters": {},
875
+ "EnabledScopes": []
876
+ },
877
+ {
878
+ "LibraryName": "Control In Pin",
879
+ "Top": 4,
880
+ "Left": 1,
881
+ "Angle": 0,
882
+ "HF": false,
883
+ "VF": false,
884
+ "Name": "Pin1",
885
+ "ID": "6acdbb30-fe70-4005-8240-e9cb9b3b8242",
886
+ "Parameters": {},
887
+ "EnabledScopes": []
888
+ },
889
+ {
890
+ "LibraryName": "Step",
891
+ "Top": -1,
892
+ "Left": 0,
893
+ "Angle": 0,
894
+ "HF": false,
895
+ "VF": false,
896
+ "Name": "C1",
897
+ "ID": "de55592e-6ca5-4f47-b1a0-0d621820a4bc",
898
+ "Parameters": {
899
+ "InitialValue": "1",
900
+ "FinalValue": "0",
901
+ "StepTime": "1m",
902
+ "SamplingTime": "auto"
903
+ },
904
+ "EnabledScopes": []
905
+ }
906
+ ],
907
+ "Connectors": [
908
+ {
909
+ "Segments": [
910
+ {
911
+ "StartX": 7,
912
+ "StartY": 5,
913
+ "EndX": 3,
914
+ "EndY": 5
915
+ }
916
+ ],
917
+ "Name": "C2"
918
+ },
919
+ {
920
+ "Segments": [
921
+ {
922
+ "StartX": 7,
923
+ "StartY": 3,
924
+ "EndX": 5,
925
+ "EndY": 3
926
+ },
927
+ {
928
+ "StartX": 5,
929
+ "StartY": 3,
930
+ "EndX": 5,
931
+ "EndY": 1
932
+ },
933
+ {
934
+ "StartX": 5,
935
+ "StartY": 1,
936
+ "EndX": 4,
937
+ "EndY": 1
938
+ }
939
+ ],
940
+ "Name": "C1"
941
+ }
942
+ ],
943
+ "Name": "Initial Thyristor State",
944
+ "Variables": []
945
+ },
946
+ "SubcircuitDefinitionID": "cf258da4-dc31-4676-a60b-5d37fcdb3d66"
947
+ },
948
+ {
949
+ "LibraryName": "Initial Thyristor State",
950
+ "Top": 37,
951
+ "Left": 14,
952
+ "Angle": 0,
953
+ "HF": false,
954
+ "VF": false,
955
+ "Name": "Sc8",
956
+ "ID": "952252b2-15aa-4fca-b466-9369033ccf77",
957
+ "Parameters": {},
958
+ "EnabledScopes": [],
959
+ "SubcircuitDefinitionID": "cf258da4-dc31-4676-a60b-5d37fcdb3d66"
960
+ },
961
+ {
962
+ "LibraryName": "Control In Pin",
963
+ "Top": 11,
964
+ "Left": -10,
965
+ "Angle": 0,
966
+ "HF": false,
967
+ "VF": false,
968
+ "Name": "Pin2",
969
+ "ID": "72296459-782d-4852-b5e0-57a7309de5b6",
970
+ "Parameters": {},
971
+ "EnabledScopes": []
972
+ },
973
+ {
974
+ "LibraryName": "Control In Pin",
975
+ "Top": 31,
976
+ "Left": -10,
977
+ "Angle": 0,
978
+ "HF": false,
979
+ "VF": false,
980
+ "Name": "Pin3",
981
+ "ID": "c79dbe18-6450-4911-9029-eb42fe9f8349",
982
+ "Parameters": {},
983
+ "EnabledScopes": []
984
+ },
985
+ {
986
+ "LibraryName": "Control Out Pin",
987
+ "Top": 1,
988
+ "Left": 26,
989
+ "Angle": 0,
990
+ "HF": false,
991
+ "VF": false,
992
+ "Name": "Pin4",
993
+ "ID": "64faf541-05fc-4400-840a-6e0e8752c226",
994
+ "Parameters": {},
995
+ "EnabledScopes": []
996
+ },
997
+ {
998
+ "LibraryName": "Control Out Pin",
999
+ "Top": 11,
1000
+ "Left": 26,
1001
+ "Angle": 0,
1002
+ "HF": false,
1003
+ "VF": false,
1004
+ "Name": "Pin5",
1005
+ "ID": "96ee6a34-60fa-4690-8c81-836d36dbc95b",
1006
+ "Parameters": {},
1007
+ "EnabledScopes": []
1008
+ },
1009
+ {
1010
+ "LibraryName": "Control Out Pin",
1011
+ "Top": 21,
1012
+ "Left": 26,
1013
+ "Angle": 0,
1014
+ "HF": false,
1015
+ "VF": false,
1016
+ "Name": "Pin6",
1017
+ "ID": "d7a4e057-89ea-4bbb-a28c-eae8505e524f",
1018
+ "Parameters": {},
1019
+ "EnabledScopes": []
1020
+ },
1021
+ {
1022
+ "LibraryName": "Control Out Pin",
1023
+ "Top": 31,
1024
+ "Left": 26,
1025
+ "Angle": 0,
1026
+ "HF": false,
1027
+ "VF": false,
1028
+ "Name": "Pin7",
1029
+ "ID": "b4b4bbd2-8c65-4eaf-98a8-f185d1c8d5bf",
1030
+ "Parameters": {},
1031
+ "EnabledScopes": []
1032
+ },
1033
+ {
1034
+ "LibraryName": "Control Out Pin",
1035
+ "Top": -9,
1036
+ "Left": 26,
1037
+ "Angle": 0,
1038
+ "HF": false,
1039
+ "VF": false,
1040
+ "Name": "Pin8",
1041
+ "ID": "99c1fd6c-a3f6-4e0c-9147-28670e81291d",
1042
+ "Parameters": {},
1043
+ "EnabledScopes": []
1044
+ },
1045
+ {
1046
+ "LibraryName": "Control Out Pin",
1047
+ "Top": 41,
1048
+ "Left": 26,
1049
+ "Angle": 0,
1050
+ "HF": false,
1051
+ "VF": false,
1052
+ "Name": "Pin9",
1053
+ "ID": "64374b2b-2166-4bc8-9df5-20185f864d60",
1054
+ "Parameters": {},
1055
+ "EnabledScopes": []
1056
+ },
1057
+ {
1058
+ "LibraryName": "Control In Pin",
1059
+ "Top": -9,
1060
+ "Left": -10,
1061
+ "Angle": 0,
1062
+ "HF": false,
1063
+ "VF": false,
1064
+ "Name": "Pin1",
1065
+ "ID": "d23c2937-bd93-4ec7-acb0-25ba7ed2a9d6",
1066
+ "Parameters": {},
1067
+ "EnabledScopes": []
1068
+ }
1069
+ ],
1070
+ "Connectors": [
1071
+ {
1072
+ "Segments": [
1073
+ {
1074
+ "StartX": -5,
1075
+ "StartY": -8,
1076
+ "EndX": -5,
1077
+ "EndY": 2
1078
+ },
1079
+ {
1080
+ "StartX": 0,
1081
+ "StartY": 2,
1082
+ "EndX": -5,
1083
+ "EndY": 2
1084
+ },
1085
+ {
1086
+ "StartX": -8,
1087
+ "StartY": -8,
1088
+ "EndX": -5,
1089
+ "EndY": -8
1090
+ },
1091
+ {
1092
+ "StartX": -5,
1093
+ "StartY": -8,
1094
+ "EndX": 4,
1095
+ "EndY": -8
1096
+ }
1097
+ ],
1098
+ "Name": "C9"
1099
+ },
1100
+ {
1101
+ "Segments": [
1102
+ {
1103
+ "StartX": -4,
1104
+ "StartY": 12,
1105
+ "EndX": -4,
1106
+ "EndY": 22
1107
+ },
1108
+ {
1109
+ "StartX": 0,
1110
+ "StartY": 22,
1111
+ "EndX": -4,
1112
+ "EndY": 22
1113
+ },
1114
+ {
1115
+ "StartX": -8,
1116
+ "StartY": 12,
1117
+ "EndX": -4,
1118
+ "EndY": 12
1119
+ },
1120
+ {
1121
+ "StartX": -4,
1122
+ "StartY": 12,
1123
+ "EndX": 4,
1124
+ "EndY": 12
1125
+ }
1126
+ ],
1127
+ "Name": "C4"
1128
+ },
1129
+ {
1130
+ "Segments": [
1131
+ {
1132
+ "StartX": -4,
1133
+ "StartY": 32,
1134
+ "EndX": -4,
1135
+ "EndY": 42
1136
+ },
1137
+ {
1138
+ "StartX": 0,
1139
+ "StartY": 42,
1140
+ "EndX": -4,
1141
+ "EndY": 42
1142
+ },
1143
+ {
1144
+ "StartX": -8,
1145
+ "StartY": 32,
1146
+ "EndX": -4,
1147
+ "EndY": 32
1148
+ },
1149
+ {
1150
+ "StartX": -4,
1151
+ "StartY": 32,
1152
+ "EndX": 4,
1153
+ "EndY": 32
1154
+ }
1155
+ ],
1156
+ "Name": "C1"
1157
+ },
1158
+ {
1159
+ "Segments": [
1160
+ {
1161
+ "StartX": 14,
1162
+ "StartY": 2,
1163
+ "EndX": 26,
1164
+ "EndY": 2
1165
+ }
1166
+ ],
1167
+ "Name": "C2"
1168
+ },
1169
+ {
1170
+ "Segments": [
1171
+ {
1172
+ "StartX": 14,
1173
+ "StartY": 12,
1174
+ "EndX": 26,
1175
+ "EndY": 12
1176
+ }
1177
+ ],
1178
+ "Name": "C3"
1179
+ },
1180
+ {
1181
+ "Segments": [
1182
+ {
1183
+ "StartX": 14,
1184
+ "StartY": 22,
1185
+ "EndX": 26,
1186
+ "EndY": 22
1187
+ }
1188
+ ],
1189
+ "Name": "C5"
1190
+ },
1191
+ {
1192
+ "Segments": [
1193
+ {
1194
+ "StartX": 14,
1195
+ "StartY": 32,
1196
+ "EndX": 26,
1197
+ "EndY": 32
1198
+ }
1199
+ ],
1200
+ "Name": "C6"
1201
+ },
1202
+ {
1203
+ "Segments": [
1204
+ {
1205
+ "StartX": 24,
1206
+ "StartY": -8,
1207
+ "EndX": 26,
1208
+ "EndY": -8
1209
+ }
1210
+ ],
1211
+ "Name": "C7"
1212
+ },
1213
+ {
1214
+ "Segments": [
1215
+ {
1216
+ "StartX": 24,
1217
+ "StartY": 42,
1218
+ "EndX": 26,
1219
+ "EndY": 42
1220
+ }
1221
+ ],
1222
+ "Name": "C8"
1223
+ }
1224
+ ],
1225
+ "Name": "Thyristor Controller",
1226
+ "Variables": []
1227
+ },
1228
+ "SubcircuitDefinitionID": "ec695a4e-6ecd-4afd-98a8-8800993821a1"
1229
+ },
1230
+ {
1231
+ "LibraryName": "Control Input Connector Label",
1232
+ "Top": 30,
1233
+ "Left": 52,
1234
+ "Angle": 0,
1235
+ "HF": false,
1236
+ "VF": false,
1237
+ "Name": "G1",
1238
+ "ID": "c9e8f7bc-abb4-4dd9-af73-a7ea2e9fb912",
1239
+ "Parameters": {},
1240
+ "EnabledScopes": []
1241
+ },
1242
+ {
1243
+ "LibraryName": "Control Input Connector Label",
1244
+ "Top": 32,
1245
+ "Left": 52,
1246
+ "Angle": 0,
1247
+ "HF": false,
1248
+ "VF": false,
1249
+ "Name": "G2",
1250
+ "ID": "7fb2ede6-e44b-415d-a655-b2efb9b086e0",
1251
+ "Parameters": {},
1252
+ "EnabledScopes": []
1253
+ },
1254
+ {
1255
+ "LibraryName": "Control Input Connector Label",
1256
+ "Top": 34,
1257
+ "Left": 52,
1258
+ "Angle": 0,
1259
+ "HF": false,
1260
+ "VF": false,
1261
+ "Name": "G3",
1262
+ "ID": "a0a12f80-2b86-4fec-ad24-f23a6c727d9f",
1263
+ "Parameters": {},
1264
+ "EnabledScopes": []
1265
+ },
1266
+ {
1267
+ "LibraryName": "Control Input Connector Label",
1268
+ "Top": 35,
1269
+ "Left": 57,
1270
+ "Angle": 0,
1271
+ "HF": false,
1272
+ "VF": false,
1273
+ "Name": "G3_",
1274
+ "ID": "76efbed9-63a3-4c32-925f-4dd8ea1cf173",
1275
+ "Parameters": {},
1276
+ "EnabledScopes": []
1277
+ },
1278
+ {
1279
+ "LibraryName": "Control Input Connector Label",
1280
+ "Top": 33,
1281
+ "Left": 57,
1282
+ "Angle": 0,
1283
+ "HF": false,
1284
+ "VF": false,
1285
+ "Name": "G2_",
1286
+ "ID": "b8f7c82d-3ba5-4dff-9884-e7e2a77b89f0",
1287
+ "Parameters": {},
1288
+ "EnabledScopes": []
1289
+ },
1290
+ {
1291
+ "LibraryName": "Control Input Connector Label",
1292
+ "Top": 31,
1293
+ "Left": 57,
1294
+ "Angle": 0,
1295
+ "HF": false,
1296
+ "VF": false,
1297
+ "Name": "G1_",
1298
+ "ID": "ce60c871-4e76-487b-a618-6b1d0a1d8e52",
1299
+ "Parameters": {},
1300
+ "EnabledScopes": []
1301
+ }
1302
+ ],
1303
+ "Connectors": [
1304
+ {
1305
+ "Segments": [
1306
+ {
1307
+ "StartX": -1,
1308
+ "StartY": 4,
1309
+ "EndX": -1,
1310
+ "EndY": 2
1311
+ },
1312
+ {
1313
+ "StartX": 11,
1314
+ "StartY": 3,
1315
+ "EndX": 11,
1316
+ "EndY": 2
1317
+ },
1318
+ {
1319
+ "StartX": 21,
1320
+ "StartY": 2,
1321
+ "EndX": 26,
1322
+ "EndY": 2
1323
+ },
1324
+ {
1325
+ "StartX": -1,
1326
+ "StartY": 2,
1327
+ "EndX": 11,
1328
+ "EndY": 2
1329
+ },
1330
+ {
1331
+ "StartX": 11,
1332
+ "StartY": 2,
1333
+ "EndX": 21,
1334
+ "EndY": 2
1335
+ }
1336
+ ],
1337
+ "Name": "C3"
1338
+ },
1339
+ {
1340
+ "Segments": [
1341
+ {
1342
+ "StartX": 11,
1343
+ "StartY": 7,
1344
+ "EndX": 6,
1345
+ "EndY": 7
1346
+ },
1347
+ {
1348
+ "StartX": 6,
1349
+ "StartY": 8,
1350
+ "EndX": 6,
1351
+ "EndY": 7
1352
+ },
1353
+ {
1354
+ "StartX": 17,
1355
+ "StartY": 8,
1356
+ "EndX": 17,
1357
+ "EndY": 7
1358
+ },
1359
+ {
1360
+ "StartX": 42,
1361
+ "StartY": 1,
1362
+ "EndX": 42,
1363
+ "EndY": 7
1364
+ },
1365
+ {
1366
+ "StartX": 42,
1367
+ "StartY": 7,
1368
+ "EndX": 42,
1369
+ "EndY": 15
1370
+ },
1371
+ {
1372
+ "StartX": 11,
1373
+ "StartY": 7,
1374
+ "EndX": 17,
1375
+ "EndY": 7
1376
+ },
1377
+ {
1378
+ "StartX": 17,
1379
+ "StartY": 7,
1380
+ "EndX": 42,
1381
+ "EndY": 7
1382
+ }
1383
+ ],
1384
+ "Name": "C1"
1385
+ },
1386
+ {
1387
+ "Segments": [
1388
+ {
1389
+ "StartX": 14,
1390
+ "StartY": 12,
1391
+ "EndX": 17,
1392
+ "EndY": 12
1393
+ },
1394
+ {
1395
+ "StartX": 21,
1396
+ "StartY": 6,
1397
+ "EndX": 21,
1398
+ "EndY": 12
1399
+ },
1400
+ {
1401
+ "StartX": 52,
1402
+ "StartY": 1,
1403
+ "EndX": 52,
1404
+ "EndY": 12
1405
+ },
1406
+ {
1407
+ "StartX": 52,
1408
+ "StartY": 12,
1409
+ "EndX": 52,
1410
+ "EndY": 15
1411
+ },
1412
+ {
1413
+ "StartX": 17,
1414
+ "StartY": 12,
1415
+ "EndX": 21,
1416
+ "EndY": 12
1417
+ },
1418
+ {
1419
+ "StartX": 21,
1420
+ "StartY": 12,
1421
+ "EndX": 52,
1422
+ "EndY": 12
1423
+ }
1424
+ ],
1425
+ "Name": "C4"
1426
+ },
1427
+ {
1428
+ "Segments": [
1429
+ {
1430
+ "StartX": 30,
1431
+ "StartY": 2,
1432
+ "EndX": 31,
1433
+ "EndY": 2
1434
+ },
1435
+ {
1436
+ "StartX": 31,
1437
+ "StartY": 1,
1438
+ "EndX": 31,
1439
+ "EndY": 2
1440
+ },
1441
+ {
1442
+ "StartX": 31,
1443
+ "StartY": 2,
1444
+ "EndX": 31,
1445
+ "EndY": 15
1446
+ }
1447
+ ],
1448
+ "Name": "C7"
1449
+ },
1450
+ {
1451
+ "Segments": [
1452
+ {
1453
+ "StartX": 31,
1454
+ "StartY": -5,
1455
+ "EndX": 42,
1456
+ "EndY": -5
1457
+ },
1458
+ {
1459
+ "StartX": 42,
1460
+ "StartY": -5,
1461
+ "EndX": 52,
1462
+ "EndY": -5
1463
+ },
1464
+ {
1465
+ "StartX": 64,
1466
+ "StartY": 4,
1467
+ "EndX": 64,
1468
+ "EndY": -5
1469
+ },
1470
+ {
1471
+ "StartX": 73,
1472
+ "StartY": 5,
1473
+ "EndX": 73,
1474
+ "EndY": -5
1475
+ },
1476
+ {
1477
+ "StartX": 52,
1478
+ "StartY": -5,
1479
+ "EndX": 64,
1480
+ "EndY": -5
1481
+ },
1482
+ {
1483
+ "StartX": 64,
1484
+ "StartY": -5,
1485
+ "EndX": 73,
1486
+ "EndY": -5
1487
+ }
1488
+ ],
1489
+ "Name": "C9"
1490
+ },
1491
+ {
1492
+ "Segments": [
1493
+ {
1494
+ "StartX": 31,
1495
+ "StartY": 21,
1496
+ "EndX": 42,
1497
+ "EndY": 21
1498
+ },
1499
+ {
1500
+ "StartX": 42,
1501
+ "StartY": 21,
1502
+ "EndX": 52,
1503
+ "EndY": 21
1504
+ },
1505
+ {
1506
+ "StartX": 64,
1507
+ "StartY": 12,
1508
+ "EndX": 64,
1509
+ "EndY": 21
1510
+ },
1511
+ {
1512
+ "StartX": 73,
1513
+ "StartY": 9,
1514
+ "EndX": 73,
1515
+ "EndY": 21
1516
+ },
1517
+ {
1518
+ "StartX": 52,
1519
+ "StartY": 21,
1520
+ "EndX": 64,
1521
+ "EndY": 21
1522
+ },
1523
+ {
1524
+ "StartX": 64,
1525
+ "StartY": 21,
1526
+ "EndX": 73,
1527
+ "EndY": 21
1528
+ }
1529
+ ],
1530
+ "Name": "C14"
1531
+ },
1532
+ {
1533
+ "Segments": [
1534
+ {
1535
+ "StartX": 52,
1536
+ "StartY": 36,
1537
+ "EndX": 57,
1538
+ "EndY": 36
1539
+ }
1540
+ ],
1541
+ "Name": "C6"
1542
+ },
1543
+ {
1544
+ "Segments": [
1545
+ {
1546
+ "StartX": 52,
1547
+ "StartY": 34,
1548
+ "EndX": 57,
1549
+ "EndY": 34
1550
+ }
1551
+ ],
1552
+ "Name": "C5"
1553
+ },
1554
+ {
1555
+ "Segments": [
1556
+ {
1557
+ "StartX": 52,
1558
+ "StartY": 32,
1559
+ "EndX": 57,
1560
+ "EndY": 32
1561
+ }
1562
+ ],
1563
+ "Name": "C2"
1564
+ }
1565
+ ],
1566
+ "Name": "Top Circuit",
1567
+ "Variables": [
1568
+ {
1569
+ "Name": "delay_angle",
1570
+ "Value": "30"
1571
+ },
1572
+ {
1573
+ "Name": "fgrid",
1574
+ "Value": "50"
1575
+ }
1576
+ ]
1577
+ },
1578
+ "TransientAnalysis": {
1579
+ "EndTime": 0.05,
1580
+ "FixedTimeStep": false,
1581
+ "StopAtSteadyState": false,
1582
+ "TimeStep": 1E-06
1583
+ }
1584
+ }
1585
+ ],
1586
+ "Libraries": [],
1587
+ "TestBenches": [],
1588
+ "ThermalData": []
1589
+ }