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.
- aesim/simba/Resources/CsvHelper.dll +0 -0
- aesim/simba/Resources/DeviceId.Linux.dll +0 -0
- aesim/simba/Resources/DeviceId.Mac.dll +0 -0
- aesim/simba/Resources/DeviceId.Windows.dll +0 -0
- aesim/simba/Resources/DeviceId.dll +0 -0
- aesim/simba/Resources/DotNetZip.dll +0 -0
- aesim/simba/Resources/Microsoft.Win32.SystemEvents.dll +0 -0
- aesim/simba/Resources/Newtonsoft.Json.dll +0 -0
- aesim/simba/Resources/Python.Runtime.dll +0 -0
- aesim/simba/Resources/Resources/DesignExamples.jsimba +21981 -0
- aesim/simba/Resources/Resources/Examples/acdc_3ph_diodebridge.jsimba +552 -0
- aesim/simba/Resources/Resources/Examples/acdc_3ph_thyristor_rectifier.jsimba +1589 -0
- aesim/simba/Resources/Resources/Examples/acdc_pfc_totem_pole.jsimba +1790 -0
- aesim/simba/Resources/Resources/Examples/bldc_drive_example.jsimba +4074 -0
- aesim/simba/Resources/Resources/Examples/dcac_3_phase_inverter_spwm.jsimba +984 -0
- aesim/simba/Resources/Resources/Examples/dcac_5lvl_npc.jsimba +3292 -0
- aesim/simba/Resources/Resources/Examples/dcdc_boost_converter.jsimba +304 -0
- aesim/simba/Resources/Resources/Examples/dcdc_buck_c_code.jsimba +669 -0
- aesim/simba/Resources/Resources/Examples/dcdc_buck_chopper_thermal.jsimba +550 -0
- aesim/simba/Resources/Resources/Examples/dcdc_buck_converter_ac_sweep.jsimba +468 -0
- aesim/simba/Resources/Resources/Examples/dcdc_buck_detailed.jsimba +713 -0
- aesim/simba/Resources/Resources/Examples/dcdc_buckboost.jsimba +642 -0
- aesim/simba/Resources/Resources/Examples/dcdc_dual_active_bridge_converter.jsimba +1628 -0
- aesim/simba/Resources/Resources/Examples/dcdc_flyback.jsimba +361 -0
- aesim/simba/Resources/Resources/Examples/dcdc_forward.jsimba +458 -0
- aesim/simba/Resources/Resources/Examples/dcdc_interleaved_buck_chopper.jsimba +736 -0
- aesim/simba/Resources/Resources/Examples/dcdc_llc_resonant_converter.jsimba +1872 -0
- aesim/simba/Resources/Resources/Examples/dcdc_phase_shift_full_bridge_converter.jsimba +1474 -0
- aesim/simba/Resources/Resources/Examples/double_pulse_test.jsimba +557 -0
- aesim/simba/Resources/Resources/PsimSimbaDictionary.json +15667 -0
- aesim/simba/Resources/Resources/acdc_3ph_diodebridge.jsimba +552 -0
- aesim/simba/Resources/Resources/acdc_3ph_thyristor_rectifier.jsimba +1589 -0
- aesim/simba/Resources/Resources/bldc_drive_example.jsimba +4074 -0
- aesim/simba/Resources/Resources/dcac_3ph_inverter_SPWM.jsimba +942 -0
- aesim/simba/Resources/Resources/dcdc_buck_chopper_thermal.jsimba +550 -0
- aesim/simba/Resources/Resources/dcdc_buck_detailed.jsimba +713 -0
- aesim/simba/Resources/Resources/dcdc_buckboost.jsimba +642 -0
- aesim/simba/Resources/Resources/dcdc_forward.jsimba +458 -0
- aesim/simba/Resources/Resources/double_pulse_test.jsimba +557 -0
- aesim/simba/Resources/Resources/libSimba.Solvers.osx-arm64.dylib +0 -0
- aesim/simba/Resources/Resources/llc_resonant_converter.jsimba +1460 -0
- aesim/simba/Resources/Resources/pfc_totem_pole.jsimba +1639 -0
- aesim/simba/Resources/Resources/simba_library.c +92 -0
- aesim/simba/Resources/Resources/simba_library.h +37 -0
- aesim/simba/Resources/Simba.Data.deps.json +1149 -0
- aesim/simba/Resources/Simba.Data.dll +0 -0
- aesim/simba/Resources/Simba.Data.runtimeconfig.json +13 -0
- aesim/simba/Resources/Simba.Drawing.dll +0 -0
- aesim/simba/Resources/Simba.Helper.dll +0 -0
- aesim/simba/Resources/System.Drawing.Common.dll +0 -0
- aesim/simba/Resources/System.Linq.Async.dll +0 -0
- aesim/simba/Resources/System.Security.Permissions.dll +0 -0
- aesim/simba/Resources/System.Windows.Extensions.dll +0 -0
- aesim/simba/Resources/dotnet/LICENSE.txt +23 -0
- aesim/simba/Resources/dotnet/ThirdPartyNotices.txt +1822 -0
- aesim/simba/Resources/dotnet/dotnet +0 -0
- aesim/simba/Resources/dotnet/host/fxr/7.0.0/libhostfxr.dylib +0 -0
- aesim/simba/Resources/dotnet/host/fxr/8.0.0/libhostfxr.dylib +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/.version +2 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/Microsoft.CSharp.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/Microsoft.NETCore.App.deps.json +926 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/Microsoft.NETCore.App.runtimeconfig.json +8 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/Microsoft.VisualBasic.Core.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/Microsoft.VisualBasic.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/Microsoft.Win32.Primitives.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/Microsoft.Win32.Registry.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.AppContext.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Buffers.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Collections.Concurrent.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Collections.Immutable.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Collections.NonGeneric.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Collections.Specialized.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Collections.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ComponentModel.Annotations.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ComponentModel.DataAnnotations.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ComponentModel.EventBasedAsync.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ComponentModel.Primitives.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ComponentModel.TypeConverter.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ComponentModel.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Configuration.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Console.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Core.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Data.Common.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Data.DataSetExtensions.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Data.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.Contracts.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.Debug.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.DiagnosticSource.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.FileVersionInfo.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.Process.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.StackTrace.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.TextWriterTraceListener.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.Tools.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.TraceSource.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.Tracing.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Drawing.Primitives.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Drawing.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Dynamic.Runtime.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Formats.Asn1.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Formats.Tar.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Globalization.Calendars.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Globalization.Extensions.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Globalization.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.Compression.Brotli.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.Compression.FileSystem.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.Compression.ZipFile.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.Compression.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.FileSystem.AccessControl.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.FileSystem.DriveInfo.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.FileSystem.Primitives.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.FileSystem.Watcher.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.FileSystem.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.IsolatedStorage.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.MemoryMappedFiles.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.Pipes.AccessControl.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.Pipes.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.UnmanagedMemoryStream.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Linq.Expressions.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Linq.Parallel.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Linq.Queryable.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Linq.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Memory.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Http.Json.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Http.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.HttpListener.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Mail.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.NameResolution.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.NetworkInformation.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Ping.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Primitives.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Quic.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Requests.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Security.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.ServicePoint.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Sockets.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.WebClient.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.WebHeaderCollection.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.WebProxy.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.WebSockets.Client.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.WebSockets.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Numerics.Vectors.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Numerics.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ObjectModel.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Private.CoreLib.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Private.DataContractSerialization.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Private.Uri.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Private.Xml.Linq.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Private.Xml.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.DispatchProxy.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.Emit.ILGeneration.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.Emit.Lightweight.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.Emit.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.Extensions.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.Metadata.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.Primitives.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.TypeExtensions.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Resources.Reader.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Resources.ResourceManager.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Resources.Writer.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.CompilerServices.Unsafe.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.CompilerServices.VisualC.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Extensions.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Handles.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.InteropServices.JavaScript.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.InteropServices.RuntimeInformation.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.InteropServices.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Intrinsics.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Loader.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Numerics.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Serialization.Formatters.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Serialization.Json.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Serialization.Primitives.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Serialization.Xml.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Serialization.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.AccessControl.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Claims.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Cryptography.Algorithms.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Cryptography.Cng.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Cryptography.Csp.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Cryptography.Encoding.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Cryptography.OpenSsl.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Cryptography.Primitives.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Cryptography.X509Certificates.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Cryptography.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Principal.Windows.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Principal.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.SecureString.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ServiceModel.Web.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ServiceProcess.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Text.Encoding.CodePages.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Text.Encoding.Extensions.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Text.Encoding.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Text.Encodings.Web.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Text.Json.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Text.RegularExpressions.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.Channels.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.Overlapped.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.Tasks.Dataflow.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.Tasks.Extensions.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.Tasks.Parallel.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.Tasks.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.Thread.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.ThreadPool.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.Timer.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Transactions.Local.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Transactions.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ValueTuple.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Web.HttpUtility.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Web.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Windows.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.Linq.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.ReaderWriter.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.Serialization.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.XDocument.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.XPath.XDocument.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.XPath.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.XmlDocument.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.XmlSerializer.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/WindowsBase.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/createdump +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libSystem.Globalization.Native.dylib +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libSystem.IO.Compression.Native.dylib +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libSystem.Native.dylib +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libSystem.Net.Security.Native.dylib +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libSystem.Security.Cryptography.Native.Apple.dylib +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libSystem.Security.Cryptography.Native.OpenSsl.dylib +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libclrgc.dylib +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libclrjit.dylib +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libcoreclr.dylib +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libhostpolicy.dylib +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libmscordaccore.dylib +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libmscordbi.dylib +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/mscorlib.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/netstandard.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/.version +2 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/Microsoft.CSharp.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/Microsoft.NETCore.App.deps.json +926 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/Microsoft.NETCore.App.runtimeconfig.json +5 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/Microsoft.VisualBasic.Core.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/Microsoft.VisualBasic.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/Microsoft.Win32.Primitives.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/Microsoft.Win32.Registry.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.AppContext.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Buffers.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Collections.Concurrent.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Collections.Immutable.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Collections.NonGeneric.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Collections.Specialized.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Collections.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ComponentModel.Annotations.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ComponentModel.DataAnnotations.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ComponentModel.EventBasedAsync.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ComponentModel.Primitives.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ComponentModel.TypeConverter.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ComponentModel.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Configuration.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Console.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Core.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Data.Common.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Data.DataSetExtensions.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Data.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.Contracts.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.Debug.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.DiagnosticSource.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.FileVersionInfo.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.Process.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.StackTrace.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.TextWriterTraceListener.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.Tools.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.TraceSource.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.Tracing.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Drawing.Primitives.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Drawing.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Dynamic.Runtime.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Formats.Asn1.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Formats.Tar.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Globalization.Calendars.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Globalization.Extensions.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Globalization.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.Compression.Brotli.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.Compression.FileSystem.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.Compression.ZipFile.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.Compression.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.FileSystem.AccessControl.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.FileSystem.DriveInfo.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.FileSystem.Primitives.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.FileSystem.Watcher.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.FileSystem.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.IsolatedStorage.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.MemoryMappedFiles.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.Pipes.AccessControl.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.Pipes.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.UnmanagedMemoryStream.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Linq.Expressions.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Linq.Parallel.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Linq.Queryable.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Linq.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Memory.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Http.Json.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Http.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.HttpListener.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Mail.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.NameResolution.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.NetworkInformation.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Ping.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Primitives.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Quic.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Requests.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Security.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.ServicePoint.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Sockets.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.WebClient.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.WebHeaderCollection.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.WebProxy.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.WebSockets.Client.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.WebSockets.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Numerics.Vectors.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Numerics.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ObjectModel.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Private.CoreLib.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Private.DataContractSerialization.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Private.Uri.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Private.Xml.Linq.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Private.Xml.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.DispatchProxy.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.Emit.ILGeneration.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.Emit.Lightweight.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.Emit.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.Extensions.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.Metadata.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.Primitives.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.TypeExtensions.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Resources.Reader.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Resources.ResourceManager.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Resources.Writer.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.CompilerServices.Unsafe.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.CompilerServices.VisualC.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Extensions.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Handles.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.InteropServices.JavaScript.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.InteropServices.RuntimeInformation.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.InteropServices.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Intrinsics.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Loader.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Numerics.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Serialization.Formatters.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Serialization.Json.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Serialization.Primitives.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Serialization.Xml.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Serialization.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.AccessControl.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Claims.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Cryptography.Algorithms.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Cryptography.Cng.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Cryptography.Csp.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Cryptography.Encoding.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Cryptography.OpenSsl.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Cryptography.Primitives.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Cryptography.X509Certificates.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Cryptography.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Principal.Windows.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Principal.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.SecureString.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ServiceModel.Web.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ServiceProcess.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Text.Encoding.CodePages.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Text.Encoding.Extensions.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Text.Encoding.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Text.Encodings.Web.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Text.Json.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Text.RegularExpressions.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.Channels.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.Overlapped.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.Tasks.Dataflow.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.Tasks.Extensions.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.Tasks.Parallel.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.Tasks.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.Thread.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.ThreadPool.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.Timer.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Transactions.Local.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Transactions.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ValueTuple.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Web.HttpUtility.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Web.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Windows.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.Linq.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.ReaderWriter.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.Serialization.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.XDocument.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.XPath.XDocument.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.XPath.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.XmlDocument.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.XmlSerializer.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/WindowsBase.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/createdump +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libSystem.Globalization.Native.dylib +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libSystem.IO.Compression.Native.dylib +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libSystem.Native.dylib +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libSystem.Net.Security.Native.dylib +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libSystem.Security.Cryptography.Native.Apple.dylib +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libSystem.Security.Cryptography.Native.OpenSsl.dylib +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libclrgc.dylib +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libclrjit.dylib +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libcoreclr.dylib +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libhostpolicy.dylib +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libmscordaccore.dylib +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libmscordbi.dylib +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/mscorlib.dll +0 -0
- aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/netstandard.dll +0 -0
- aesim/simba/Resources/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll +0 -0
- aesim/simba/Resources/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll +0 -0
- aesim/simba/Resources/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll +0 -0
- aesim/simba/Resources/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll +0 -0
- aesim/simba/__init__.py +59 -0
- aesim.simba-2024.2.29a1.dist-info/METADATA +89 -0
- aesim.simba-2024.2.29a1.dist-info/RECORD +435 -0
- aesim.simba-2024.2.29a1.dist-info/WHEEL +5 -0
- aesim.simba-2024.2.29a1.dist-info/top_level.txt +1 -0
@@ -0,0 +1,361 @@
|
|
1
|
+
{
|
2
|
+
"Designs": [
|
3
|
+
{
|
4
|
+
"Id": "c6b681f0-8c9c-4d05-9a26-47ebb45f7fec",
|
5
|
+
"Name": "DC-DC Flyback Converter",
|
6
|
+
"Circuit": {
|
7
|
+
"Id": "2c20c89a-6c6c-4cb5-8058-f943ba9d0db2",
|
8
|
+
"Devices": [
|
9
|
+
{
|
10
|
+
"LibraryName": "DC Voltage Source",
|
11
|
+
"Top": 2,
|
12
|
+
"Left": 4,
|
13
|
+
"Angle": 0,
|
14
|
+
"HF": false,
|
15
|
+
"VF": false,
|
16
|
+
"Disabled": false,
|
17
|
+
"Name": "DC1",
|
18
|
+
"ID": "c5040b6b-1968-4657-916c-9951276a638d",
|
19
|
+
"Parameters": {
|
20
|
+
"Voltage": "48"
|
21
|
+
},
|
22
|
+
"EnabledScopes": [
|
23
|
+
"Voltage"
|
24
|
+
]
|
25
|
+
},
|
26
|
+
{
|
27
|
+
"LibraryName": "Ground",
|
28
|
+
"Top": 11,
|
29
|
+
"Left": 5,
|
30
|
+
"Angle": 0,
|
31
|
+
"HF": false,
|
32
|
+
"VF": false,
|
33
|
+
"Disabled": false,
|
34
|
+
"Name": "Ground1",
|
35
|
+
"ID": "49f67ef4-1555-4ce7-84ff-d855846b579c",
|
36
|
+
"Parameters": {},
|
37
|
+
"EnabledScopes": []
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"LibraryName": "Square Wave",
|
41
|
+
"Top": 11,
|
42
|
+
"Left": 9,
|
43
|
+
"Angle": 0,
|
44
|
+
"HF": false,
|
45
|
+
"VF": false,
|
46
|
+
"Disabled": false,
|
47
|
+
"Name": "C1",
|
48
|
+
"ID": "97a1abfc-71f9-46e3-99df-9dd1754803f4",
|
49
|
+
"Parameters": {
|
50
|
+
"Amplitude": "1",
|
51
|
+
"Frequency": "100k",
|
52
|
+
"DutyCycle": "0.455",
|
53
|
+
"Offset": "0",
|
54
|
+
"PhaseShift": "0",
|
55
|
+
"SamplingTime": "none"
|
56
|
+
},
|
57
|
+
"EnabledScopes": []
|
58
|
+
},
|
59
|
+
{
|
60
|
+
"LibraryName": "Ideal MOSFET",
|
61
|
+
"Top": 10,
|
62
|
+
"Left": 13,
|
63
|
+
"Angle": 0,
|
64
|
+
"HF": false,
|
65
|
+
"VF": false,
|
66
|
+
"Disabled": false,
|
67
|
+
"Name": "T1",
|
68
|
+
"ID": "91cc8b56-5802-4a84-ac34-fa428f468087",
|
69
|
+
"Parameters": {
|
70
|
+
"Ron": "0"
|
71
|
+
},
|
72
|
+
"EnabledScopes": []
|
73
|
+
},
|
74
|
+
{
|
75
|
+
"LibraryName": "Inductor",
|
76
|
+
"Top": 4,
|
77
|
+
"Left": 12,
|
78
|
+
"Angle": 90,
|
79
|
+
"HF": false,
|
80
|
+
"VF": false,
|
81
|
+
"Disabled": false,
|
82
|
+
"Name": "L1",
|
83
|
+
"ID": "db389d54-d814-4e99-b4c6-7dca6c588616",
|
84
|
+
"Parameters": {
|
85
|
+
"Value": "220u",
|
86
|
+
"Iinit": "0"
|
87
|
+
},
|
88
|
+
"EnabledScopes": []
|
89
|
+
},
|
90
|
+
{
|
91
|
+
"LibraryName": "Ground",
|
92
|
+
"Top": 18,
|
93
|
+
"Left": 14,
|
94
|
+
"Angle": 0,
|
95
|
+
"HF": false,
|
96
|
+
"VF": false,
|
97
|
+
"Disabled": false,
|
98
|
+
"Name": "Ground2",
|
99
|
+
"ID": "9280363b-b53d-4a97-98f6-9c2429f8a879",
|
100
|
+
"Parameters": {},
|
101
|
+
"EnabledScopes": []
|
102
|
+
},
|
103
|
+
{
|
104
|
+
"LibraryName": "Ideal Transformer, 2 Winding",
|
105
|
+
"Top": 3,
|
106
|
+
"Left": 17,
|
107
|
+
"Angle": 270,
|
108
|
+
"HF": false,
|
109
|
+
"VF": false,
|
110
|
+
"Disabled": false,
|
111
|
+
"Name": "TX1",
|
112
|
+
"ID": "c4680131-189c-4449-8371-0e6885a22878",
|
113
|
+
"Parameters": {
|
114
|
+
"Ratio": "0.3"
|
115
|
+
},
|
116
|
+
"EnabledScopes": []
|
117
|
+
},
|
118
|
+
{
|
119
|
+
"LibraryName": "Ground",
|
120
|
+
"Top": 2,
|
121
|
+
"Left": 22,
|
122
|
+
"Angle": 0,
|
123
|
+
"HF": false,
|
124
|
+
"VF": false,
|
125
|
+
"Disabled": false,
|
126
|
+
"Name": "Ground3",
|
127
|
+
"ID": "7e4e9ec2-b220-4650-a29f-5d5a7f5f7394",
|
128
|
+
"Parameters": {},
|
129
|
+
"EnabledScopes": []
|
130
|
+
},
|
131
|
+
{
|
132
|
+
"LibraryName": "Ideal Diode",
|
133
|
+
"Top": 7,
|
134
|
+
"Left": 23,
|
135
|
+
"Angle": 0,
|
136
|
+
"HF": false,
|
137
|
+
"VF": false,
|
138
|
+
"Disabled": false,
|
139
|
+
"Name": "D1",
|
140
|
+
"ID": "5c4bf531-6373-4c73-ae97-3e08eb7a33d2",
|
141
|
+
"Parameters": {
|
142
|
+
"Rd": "0",
|
143
|
+
"Vf": "0"
|
144
|
+
},
|
145
|
+
"EnabledScopes": []
|
146
|
+
},
|
147
|
+
{
|
148
|
+
"LibraryName": "Resistor",
|
149
|
+
"Top": 10,
|
150
|
+
"Left": 31,
|
151
|
+
"Angle": 90,
|
152
|
+
"HF": false,
|
153
|
+
"VF": false,
|
154
|
+
"Disabled": false,
|
155
|
+
"Name": "R1",
|
156
|
+
"ID": "eeeb00ff-2873-491b-9aba-c539ea74b1e3",
|
157
|
+
"Parameters": {
|
158
|
+
"Value": "1m"
|
159
|
+
},
|
160
|
+
"EnabledScopes": []
|
161
|
+
},
|
162
|
+
{
|
163
|
+
"LibraryName": "Capacitor",
|
164
|
+
"Top": 17,
|
165
|
+
"Left": 31,
|
166
|
+
"Angle": 90,
|
167
|
+
"HF": false,
|
168
|
+
"VF": false,
|
169
|
+
"Disabled": false,
|
170
|
+
"Name": "C2",
|
171
|
+
"ID": "159ef724-b95d-49ca-882a-de538b41863f",
|
172
|
+
"Parameters": {
|
173
|
+
"Value": "100u",
|
174
|
+
"Vinit": "3"
|
175
|
+
},
|
176
|
+
"EnabledScopes": []
|
177
|
+
},
|
178
|
+
{
|
179
|
+
"LibraryName": "Resistor",
|
180
|
+
"Top": 14,
|
181
|
+
"Left": 37,
|
182
|
+
"Angle": 90,
|
183
|
+
"HF": false,
|
184
|
+
"VF": false,
|
185
|
+
"Disabled": false,
|
186
|
+
"Name": "R2",
|
187
|
+
"ID": "94d2c435-9afa-457e-adfd-4914550f7437",
|
188
|
+
"Parameters": {
|
189
|
+
"Value": "6"
|
190
|
+
},
|
191
|
+
"EnabledScopes": [
|
192
|
+
"Current",
|
193
|
+
"Voltage"
|
194
|
+
]
|
195
|
+
},
|
196
|
+
{
|
197
|
+
"LibraryName": "Ground",
|
198
|
+
"Top": 21,
|
199
|
+
"Left": 39,
|
200
|
+
"Angle": 0,
|
201
|
+
"HF": false,
|
202
|
+
"VF": false,
|
203
|
+
"Disabled": false,
|
204
|
+
"Name": "Ground4",
|
205
|
+
"ID": "a875279a-b7da-4c56-b3f6-5aadf71ba1fd",
|
206
|
+
"Parameters": {},
|
207
|
+
"EnabledScopes": []
|
208
|
+
}
|
209
|
+
],
|
210
|
+
"Connectors": [
|
211
|
+
{
|
212
|
+
"Segments": [
|
213
|
+
{
|
214
|
+
"StartX": 6,
|
215
|
+
"StartY": 2,
|
216
|
+
"EndX": 15,
|
217
|
+
"EndY": 2
|
218
|
+
},
|
219
|
+
{
|
220
|
+
"StartX": 15,
|
221
|
+
"StartY": 2,
|
222
|
+
"EndX": 19,
|
223
|
+
"EndY": 2
|
224
|
+
}
|
225
|
+
],
|
226
|
+
"Name": "C3"
|
227
|
+
},
|
228
|
+
{
|
229
|
+
"Segments": [
|
230
|
+
{
|
231
|
+
"StartX": 6,
|
232
|
+
"StartY": 10,
|
233
|
+
"EndX": 6,
|
234
|
+
"EndY": 11
|
235
|
+
}
|
236
|
+
],
|
237
|
+
"Name": "C2"
|
238
|
+
},
|
239
|
+
{
|
240
|
+
"Segments": [
|
241
|
+
{
|
242
|
+
"StartX": 15,
|
243
|
+
"StartY": 8,
|
244
|
+
"EndX": 19,
|
245
|
+
"EndY": 8
|
246
|
+
},
|
247
|
+
{
|
248
|
+
"StartX": 15,
|
249
|
+
"StartY": 8,
|
250
|
+
"EndX": 15,
|
251
|
+
"EndY": 10
|
252
|
+
}
|
253
|
+
],
|
254
|
+
"Name": "C4"
|
255
|
+
},
|
256
|
+
{
|
257
|
+
"Segments": [
|
258
|
+
{
|
259
|
+
"StartX": 15,
|
260
|
+
"StartY": 16,
|
261
|
+
"EndX": 15,
|
262
|
+
"EndY": 18
|
263
|
+
}
|
264
|
+
],
|
265
|
+
"Name": "C1"
|
266
|
+
},
|
267
|
+
{
|
268
|
+
"Segments": [
|
269
|
+
{
|
270
|
+
"StartX": 21,
|
271
|
+
"StartY": 2,
|
272
|
+
"EndX": 23,
|
273
|
+
"EndY": 2
|
274
|
+
}
|
275
|
+
],
|
276
|
+
"Name": "C5"
|
277
|
+
},
|
278
|
+
{
|
279
|
+
"Segments": [
|
280
|
+
{
|
281
|
+
"StartX": 21,
|
282
|
+
"StartY": 8,
|
283
|
+
"EndX": 23,
|
284
|
+
"EndY": 8
|
285
|
+
}
|
286
|
+
],
|
287
|
+
"Name": "C6"
|
288
|
+
},
|
289
|
+
{
|
290
|
+
"Segments": [
|
291
|
+
{
|
292
|
+
"StartX": 29,
|
293
|
+
"StartY": 8,
|
294
|
+
"EndX": 34,
|
295
|
+
"EndY": 8
|
296
|
+
},
|
297
|
+
{
|
298
|
+
"StartX": 34,
|
299
|
+
"StartY": 8,
|
300
|
+
"EndX": 40,
|
301
|
+
"EndY": 8
|
302
|
+
},
|
303
|
+
{
|
304
|
+
"StartX": 40,
|
305
|
+
"StartY": 12,
|
306
|
+
"EndX": 40,
|
307
|
+
"EndY": 8
|
308
|
+
}
|
309
|
+
],
|
310
|
+
"Name": "C10"
|
311
|
+
},
|
312
|
+
{
|
313
|
+
"Segments": [
|
314
|
+
{
|
315
|
+
"StartX": 34,
|
316
|
+
"StartY": 14,
|
317
|
+
"EndX": 34,
|
318
|
+
"EndY": 15
|
319
|
+
}
|
320
|
+
],
|
321
|
+
"Name": "C7"
|
322
|
+
},
|
323
|
+
{
|
324
|
+
"Segments": [
|
325
|
+
{
|
326
|
+
"StartX": 34,
|
327
|
+
"StartY": 21,
|
328
|
+
"EndX": 40,
|
329
|
+
"EndY": 21
|
330
|
+
},
|
331
|
+
{
|
332
|
+
"StartX": 40,
|
333
|
+
"StartY": 18,
|
334
|
+
"EndX": 40,
|
335
|
+
"EndY": 21
|
336
|
+
}
|
337
|
+
],
|
338
|
+
"Name": "C8"
|
339
|
+
}
|
340
|
+
],
|
341
|
+
"Name": "Top Circuit",
|
342
|
+
"Variables": [],
|
343
|
+
"VariableFile": ""
|
344
|
+
},
|
345
|
+
"TransientAnalysis": {
|
346
|
+
"EndTime": "50m",
|
347
|
+
"FixedTimeStep": false,
|
348
|
+
"SaveInitialPoint": true,
|
349
|
+
"StopAtSteadyState": true,
|
350
|
+
"TimeStep": "1e-08",
|
351
|
+
"BaseFrequencyParameterEnabled": false,
|
352
|
+
"NumberOfBasePeriodsSavedParameterEnabled": false,
|
353
|
+
"BaseFrequency": "60",
|
354
|
+
"NumberOfBasePeriodsSaved": "1"
|
355
|
+
}
|
356
|
+
}
|
357
|
+
],
|
358
|
+
"Libraries": [],
|
359
|
+
"TestBenches": [],
|
360
|
+
"ThermalData": []
|
361
|
+
}
|