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,1872 @@
|
|
1
|
+
{
|
2
|
+
"Designs": [
|
3
|
+
{
|
4
|
+
"Id": "b59d0466-dad4-4559-87bd-b832ee8c46f8",
|
5
|
+
"Name": "DC-DC LLC Resonant Converter",
|
6
|
+
"Circuit": {
|
7
|
+
"Id": "39c1c22b-27a6-4c3e-b790-73c281c6b09f",
|
8
|
+
"Devices": [
|
9
|
+
{
|
10
|
+
"LibraryName": "Ideal Transformer, 2 Winding",
|
11
|
+
"Top": -22,
|
12
|
+
"Left": 68,
|
13
|
+
"Angle": 270,
|
14
|
+
"HF": false,
|
15
|
+
"VF": false,
|
16
|
+
"Name": "TX1",
|
17
|
+
"ID": "82fb8c16-1327-48b9-9635-6fd12a59fc06",
|
18
|
+
"Parameters": {
|
19
|
+
"Ratio": "0.9"
|
20
|
+
},
|
21
|
+
"EnabledScopes": [
|
22
|
+
"W1 - Current"
|
23
|
+
]
|
24
|
+
},
|
25
|
+
{
|
26
|
+
"LibraryName": "Inductor",
|
27
|
+
"Top": -21,
|
28
|
+
"Left": 63,
|
29
|
+
"Angle": 90,
|
30
|
+
"HF": false,
|
31
|
+
"VF": false,
|
32
|
+
"Name": "Lm",
|
33
|
+
"ID": "14fcf6c1-21cb-4278-8eba-ffbabd983486",
|
34
|
+
"Parameters": {
|
35
|
+
"Value": "84.0252u",
|
36
|
+
"Iinit": "0"
|
37
|
+
},
|
38
|
+
"EnabledScopes": [
|
39
|
+
"Current"
|
40
|
+
]
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"LibraryName": "DC Voltage Source",
|
44
|
+
"Top": -25,
|
45
|
+
"Left": 20,
|
46
|
+
"Angle": 0,
|
47
|
+
"HF": false,
|
48
|
+
"VF": false,
|
49
|
+
"Name": "DC1",
|
50
|
+
"ID": "f98c99b5-a85c-409b-9060-ddf644dbe4cf",
|
51
|
+
"Parameters": {
|
52
|
+
"Voltage": "400"
|
53
|
+
},
|
54
|
+
"EnabledScopes": []
|
55
|
+
},
|
56
|
+
{
|
57
|
+
"LibraryName": "Ground",
|
58
|
+
"Top": -11,
|
59
|
+
"Left": 21,
|
60
|
+
"Angle": 0,
|
61
|
+
"HF": false,
|
62
|
+
"VF": false,
|
63
|
+
"Name": "Ground1",
|
64
|
+
"ID": "2735ba45-85a3-488f-95a8-9a7aa34ec522",
|
65
|
+
"Parameters": {},
|
66
|
+
"EnabledScopes": []
|
67
|
+
},
|
68
|
+
{
|
69
|
+
"LibraryName": "Control Output Connector Label",
|
70
|
+
"Top": -29,
|
71
|
+
"Left": 37,
|
72
|
+
"Angle": 0,
|
73
|
+
"HF": false,
|
74
|
+
"VF": false,
|
75
|
+
"Name": "!Q1",
|
76
|
+
"ID": "d7295099-84d4-44b8-9150-24976dc12b01",
|
77
|
+
"Parameters": {},
|
78
|
+
"EnabledScopes": []
|
79
|
+
},
|
80
|
+
{
|
81
|
+
"LibraryName": "Control Output Connector Label",
|
82
|
+
"Top": -15,
|
83
|
+
"Left": 37,
|
84
|
+
"Angle": 0,
|
85
|
+
"HF": false,
|
86
|
+
"VF": false,
|
87
|
+
"Name": "Q1",
|
88
|
+
"ID": "b62b1e56-746e-4b04-9a3f-18bfe31e5d03",
|
89
|
+
"Parameters": {},
|
90
|
+
"EnabledScopes": []
|
91
|
+
},
|
92
|
+
{
|
93
|
+
"LibraryName": "Ideal MOSFET with Diode",
|
94
|
+
"Top": -31,
|
95
|
+
"Left": 41,
|
96
|
+
"Angle": 0,
|
97
|
+
"HF": false,
|
98
|
+
"VF": false,
|
99
|
+
"Name": "T3",
|
100
|
+
"ID": "c97844ae-abb8-4e6a-897e-c15239d9231c",
|
101
|
+
"Parameters": {
|
102
|
+
"Ron": "0.1m",
|
103
|
+
"Rdon": "0.1m",
|
104
|
+
"Vdf": "0"
|
105
|
+
},
|
106
|
+
"EnabledScopes": []
|
107
|
+
},
|
108
|
+
{
|
109
|
+
"LibraryName": "Ideal MOSFET with Diode",
|
110
|
+
"Top": -17,
|
111
|
+
"Left": 41,
|
112
|
+
"Angle": 0,
|
113
|
+
"HF": false,
|
114
|
+
"VF": false,
|
115
|
+
"Name": "T4",
|
116
|
+
"ID": "2fc44902-c4ad-4669-9e8a-eda9179342ed",
|
117
|
+
"Parameters": {
|
118
|
+
"Ron": "0.1m",
|
119
|
+
"Rdon": "0.1m",
|
120
|
+
"Vdf": "0"
|
121
|
+
},
|
122
|
+
"EnabledScopes": []
|
123
|
+
},
|
124
|
+
{
|
125
|
+
"LibraryName": "Inductor",
|
126
|
+
"Top": -24,
|
127
|
+
"Left": 57,
|
128
|
+
"Angle": 0,
|
129
|
+
"HF": false,
|
130
|
+
"VF": false,
|
131
|
+
"Name": "Lr",
|
132
|
+
"ID": "edd5da65-6bfa-4a5d-8323-13340f0c9d56",
|
133
|
+
"Parameters": {
|
134
|
+
"Value": "21.0063u",
|
135
|
+
"Iinit": "0"
|
136
|
+
},
|
137
|
+
"EnabledScopes": [
|
138
|
+
"Current"
|
139
|
+
]
|
140
|
+
},
|
141
|
+
{
|
142
|
+
"LibraryName": "Capacitor",
|
143
|
+
"Top": -24,
|
144
|
+
"Left": 50,
|
145
|
+
"Angle": 0,
|
146
|
+
"HF": false,
|
147
|
+
"VF": false,
|
148
|
+
"Name": "Cr",
|
149
|
+
"ID": "ef097370-1d40-458e-be60-b915035da556",
|
150
|
+
"Parameters": {
|
151
|
+
"Value": "30.146n",
|
152
|
+
"Vinit": "0"
|
153
|
+
},
|
154
|
+
"EnabledScopes": []
|
155
|
+
},
|
156
|
+
{
|
157
|
+
"LibraryName": "Differential Voltage Meter",
|
158
|
+
"Top": -21,
|
159
|
+
"Left": 46,
|
160
|
+
"Angle": 90,
|
161
|
+
"HF": false,
|
162
|
+
"VF": false,
|
163
|
+
"Name": "Vinv",
|
164
|
+
"ID": "b2374843-66ca-4239-8a7f-86f4ef67ab6a",
|
165
|
+
"Parameters": {
|
166
|
+
"SamplingTime": "auto"
|
167
|
+
},
|
168
|
+
"EnabledScopes": [
|
169
|
+
"Voltage"
|
170
|
+
]
|
171
|
+
},
|
172
|
+
{
|
173
|
+
"LibraryName": "Diode",
|
174
|
+
"Top": -28,
|
175
|
+
"Left": 78,
|
176
|
+
"Angle": 270,
|
177
|
+
"HF": false,
|
178
|
+
"VF": false,
|
179
|
+
"Name": "D3",
|
180
|
+
"ID": "f29d0585-849d-441e-82b0-617b46edf6cd",
|
181
|
+
"Parameters": {
|
182
|
+
"Rd": "1m",
|
183
|
+
"Vf": "0"
|
184
|
+
},
|
185
|
+
"EnabledScopes": []
|
186
|
+
},
|
187
|
+
{
|
188
|
+
"LibraryName": "Current Probe",
|
189
|
+
"Top": -31,
|
190
|
+
"Left": 84,
|
191
|
+
"Angle": 0,
|
192
|
+
"HF": false,
|
193
|
+
"VF": true,
|
194
|
+
"Name": "CP1",
|
195
|
+
"ID": "2b3899f1-880d-47cf-9294-32de3fd8e7d3",
|
196
|
+
"Parameters": {
|
197
|
+
"Gain": "1",
|
198
|
+
"SamplingTime": "auto"
|
199
|
+
},
|
200
|
+
"EnabledScopes": [
|
201
|
+
"Out"
|
202
|
+
]
|
203
|
+
},
|
204
|
+
{
|
205
|
+
"LibraryName": "Control Input Connector Label",
|
206
|
+
"Top": -34,
|
207
|
+
"Left": 84,
|
208
|
+
"Angle": 270,
|
209
|
+
"HF": false,
|
210
|
+
"VF": false,
|
211
|
+
"Name": "iout",
|
212
|
+
"ID": "7aa544ba-18f5-4f48-82df-2c7dc85e6c4a",
|
213
|
+
"Parameters": {},
|
214
|
+
"EnabledScopes": []
|
215
|
+
},
|
216
|
+
{
|
217
|
+
"LibraryName": "Diode",
|
218
|
+
"Top": -28,
|
219
|
+
"Left": 72,
|
220
|
+
"Angle": 270,
|
221
|
+
"HF": false,
|
222
|
+
"VF": false,
|
223
|
+
"Name": "D1",
|
224
|
+
"ID": "5fd1fc5a-aefd-408f-bd40-238677efdd3b",
|
225
|
+
"Parameters": {
|
226
|
+
"Rd": "1m",
|
227
|
+
"Vf": "0"
|
228
|
+
},
|
229
|
+
"EnabledScopes": []
|
230
|
+
},
|
231
|
+
{
|
232
|
+
"LibraryName": "Diode",
|
233
|
+
"Top": -14,
|
234
|
+
"Left": 72,
|
235
|
+
"Angle": 270,
|
236
|
+
"HF": false,
|
237
|
+
"VF": false,
|
238
|
+
"Name": "D2",
|
239
|
+
"ID": "b3202fab-a6ed-4089-9b25-8015e85fdfdf",
|
240
|
+
"Parameters": {
|
241
|
+
"Rd": "1m",
|
242
|
+
"Vf": "0"
|
243
|
+
},
|
244
|
+
"EnabledScopes": []
|
245
|
+
},
|
246
|
+
{
|
247
|
+
"LibraryName": "Diode",
|
248
|
+
"Top": -14,
|
249
|
+
"Left": 78,
|
250
|
+
"Angle": 270,
|
251
|
+
"HF": false,
|
252
|
+
"VF": false,
|
253
|
+
"Name": "D4",
|
254
|
+
"ID": "e84e65fa-a56e-4085-8fb4-27eada74eb70",
|
255
|
+
"Parameters": {
|
256
|
+
"Rd": "1m",
|
257
|
+
"Vf": "0"
|
258
|
+
},
|
259
|
+
"EnabledScopes": []
|
260
|
+
},
|
261
|
+
{
|
262
|
+
"LibraryName": "Capacitor",
|
263
|
+
"Top": -20,
|
264
|
+
"Left": 86,
|
265
|
+
"Angle": 90,
|
266
|
+
"HF": false,
|
267
|
+
"VF": false,
|
268
|
+
"Name": "Cout",
|
269
|
+
"ID": "4d107e02-1949-487a-8739-88d07d1c58e0",
|
270
|
+
"Parameters": {
|
271
|
+
"Value": "2u",
|
272
|
+
"Vinit": "0"
|
273
|
+
},
|
274
|
+
"EnabledScopes": []
|
275
|
+
},
|
276
|
+
{
|
277
|
+
"LibraryName": "Resistor",
|
278
|
+
"Top": -20,
|
279
|
+
"Left": 93,
|
280
|
+
"Angle": 90,
|
281
|
+
"HF": false,
|
282
|
+
"VF": false,
|
283
|
+
"Name": "Rout",
|
284
|
+
"ID": "8f6a4c3f-4aca-4911-821d-7cf1548f605b",
|
285
|
+
"Parameters": {
|
286
|
+
"Value": "53.4545 * 2"
|
287
|
+
},
|
288
|
+
"EnabledScopes": [
|
289
|
+
"Voltage"
|
290
|
+
]
|
291
|
+
},
|
292
|
+
{
|
293
|
+
"LibraryName": "Control Output Connector Label",
|
294
|
+
"Top": -29,
|
295
|
+
"Left": 27,
|
296
|
+
"Angle": 0,
|
297
|
+
"HF": false,
|
298
|
+
"VF": false,
|
299
|
+
"Name": "Q1",
|
300
|
+
"ID": "3335cc5e-01b0-452c-b831-efc3711a3dd0",
|
301
|
+
"Parameters": {},
|
302
|
+
"EnabledScopes": []
|
303
|
+
},
|
304
|
+
{
|
305
|
+
"LibraryName": "Control Output Connector Label",
|
306
|
+
"Top": -15,
|
307
|
+
"Left": 27,
|
308
|
+
"Angle": 0,
|
309
|
+
"HF": false,
|
310
|
+
"VF": false,
|
311
|
+
"Name": "!Q1",
|
312
|
+
"ID": "2a9b3cc0-8dd4-4e58-99f5-f586b6e52f30",
|
313
|
+
"Parameters": {},
|
314
|
+
"EnabledScopes": []
|
315
|
+
},
|
316
|
+
{
|
317
|
+
"LibraryName": "Ideal MOSFET with Diode",
|
318
|
+
"Top": -31,
|
319
|
+
"Left": 31,
|
320
|
+
"Angle": 0,
|
321
|
+
"HF": false,
|
322
|
+
"VF": false,
|
323
|
+
"Name": "T1",
|
324
|
+
"ID": "b0dd95dc-fa1e-4e2c-aed3-f99054191669",
|
325
|
+
"Parameters": {
|
326
|
+
"Ron": "0.1m",
|
327
|
+
"Rdon": "0.1m",
|
328
|
+
"Vdf": "0"
|
329
|
+
},
|
330
|
+
"EnabledScopes": []
|
331
|
+
},
|
332
|
+
{
|
333
|
+
"LibraryName": "Ideal MOSFET with Diode",
|
334
|
+
"Top": -17,
|
335
|
+
"Left": 31,
|
336
|
+
"Angle": 0,
|
337
|
+
"HF": false,
|
338
|
+
"VF": false,
|
339
|
+
"Name": "T2",
|
340
|
+
"ID": "916e0974-e582-43a8-bf79-764622d3381c",
|
341
|
+
"Parameters": {
|
342
|
+
"Ron": "0.1m",
|
343
|
+
"Rdon": "0.1m",
|
344
|
+
"Vdf": "0"
|
345
|
+
},
|
346
|
+
"EnabledScopes": []
|
347
|
+
},
|
348
|
+
{
|
349
|
+
"LibraryName": "Resistor",
|
350
|
+
"Top": -20,
|
351
|
+
"Left": 98,
|
352
|
+
"Angle": 90,
|
353
|
+
"HF": false,
|
354
|
+
"VF": false,
|
355
|
+
"Name": "Rout2",
|
356
|
+
"ID": "30bb2784-d307-45d5-85e0-36d09cc96ed8",
|
357
|
+
"Parameters": {
|
358
|
+
"Value": "53.4545 * 2"
|
359
|
+
},
|
360
|
+
"EnabledScopes": []
|
361
|
+
},
|
362
|
+
{
|
363
|
+
"LibraryName": "Switch",
|
364
|
+
"Top": -26,
|
365
|
+
"Left": 98,
|
366
|
+
"Angle": 90,
|
367
|
+
"HF": false,
|
368
|
+
"VF": false,
|
369
|
+
"Name": "SW2",
|
370
|
+
"ID": "9fd0eaa3-78b1-4e4b-a23f-4563304d35c3",
|
371
|
+
"Parameters": {
|
372
|
+
"State": "1",
|
373
|
+
"T1": "5m"
|
374
|
+
},
|
375
|
+
"EnabledScopes": []
|
376
|
+
},
|
377
|
+
{
|
378
|
+
"LibraryName": "Differential Voltage Probe",
|
379
|
+
"Top": -21,
|
380
|
+
"Left": 105,
|
381
|
+
"Angle": 90,
|
382
|
+
"HF": false,
|
383
|
+
"VF": true,
|
384
|
+
"Name": "VP1",
|
385
|
+
"ID": "ecb47744-9ca7-4345-b1de-2ffad8b658d5",
|
386
|
+
"Parameters": {
|
387
|
+
"Gain": "1/420",
|
388
|
+
"SamplingTime": "auto"
|
389
|
+
},
|
390
|
+
"EnabledScopes": []
|
391
|
+
},
|
392
|
+
{
|
393
|
+
"LibraryName": "Ground",
|
394
|
+
"Top": -10,
|
395
|
+
"Left": 106,
|
396
|
+
"Angle": 0,
|
397
|
+
"HF": false,
|
398
|
+
"VF": false,
|
399
|
+
"Name": "Ground2",
|
400
|
+
"ID": "71566371-29d5-45a1-a6b9-03ac664769f4",
|
401
|
+
"Parameters": {},
|
402
|
+
"EnabledScopes": []
|
403
|
+
},
|
404
|
+
{
|
405
|
+
"LibraryName": "Control Input Connector Label",
|
406
|
+
"Top": -21,
|
407
|
+
"Left": 108,
|
408
|
+
"Angle": 0,
|
409
|
+
"HF": false,
|
410
|
+
"VF": false,
|
411
|
+
"Name": "vout_norm",
|
412
|
+
"ID": "29a8d30a-605d-4686-97ce-b11671bc92bd",
|
413
|
+
"Parameters": {},
|
414
|
+
"EnabledScopes": []
|
415
|
+
},
|
416
|
+
{
|
417
|
+
"LibraryName": "Current Meter",
|
418
|
+
"Top": -31,
|
419
|
+
"Left": 91,
|
420
|
+
"Angle": 0,
|
421
|
+
"HF": false,
|
422
|
+
"VF": false,
|
423
|
+
"Name": "Out",
|
424
|
+
"ID": "68a9df4c-f3e7-4e50-a4a9-576f19966232",
|
425
|
+
"Parameters": {
|
426
|
+
"SamplingTime": "none"
|
427
|
+
},
|
428
|
+
"EnabledScopes": [
|
429
|
+
"Current"
|
430
|
+
]
|
431
|
+
},
|
432
|
+
{
|
433
|
+
"LibraryName": "Constant",
|
434
|
+
"Top": 0,
|
435
|
+
"Left": 21,
|
436
|
+
"Angle": 0,
|
437
|
+
"HF": false,
|
438
|
+
"VF": false,
|
439
|
+
"Name": "C1",
|
440
|
+
"ID": "2afef811-1603-4b93-a248-6065cebcb9c8",
|
441
|
+
"Parameters": {
|
442
|
+
"Value": "1",
|
443
|
+
"SamplingTime": "auto"
|
444
|
+
},
|
445
|
+
"EnabledScopes": []
|
446
|
+
},
|
447
|
+
{
|
448
|
+
"LibraryName": "Control Output Connector Label",
|
449
|
+
"Top": 6,
|
450
|
+
"Left": 23,
|
451
|
+
"Angle": 0,
|
452
|
+
"HF": false,
|
453
|
+
"VF": false,
|
454
|
+
"Name": "vout_norm",
|
455
|
+
"ID": "6d2e80f5-f9d1-48fd-94db-b4075c5d7fe9",
|
456
|
+
"Parameters": {},
|
457
|
+
"EnabledScopes": []
|
458
|
+
},
|
459
|
+
{
|
460
|
+
"LibraryName": "Sum",
|
461
|
+
"Top": 1,
|
462
|
+
"Left": 29,
|
463
|
+
"Angle": 0,
|
464
|
+
"HF": false,
|
465
|
+
"VF": false,
|
466
|
+
"Name": "SUM1",
|
467
|
+
"ID": "28394f33-7835-4c0a-8df9-f053055203ab",
|
468
|
+
"Parameters": {
|
469
|
+
"NumberOfInputs": "2",
|
470
|
+
"Gains": "[1 -1]",
|
471
|
+
"SamplingTime": "none"
|
472
|
+
},
|
473
|
+
"EnabledScopes": []
|
474
|
+
},
|
475
|
+
{
|
476
|
+
"LibraryName": "PI_antiwindup",
|
477
|
+
"Top": -2,
|
478
|
+
"Left": 35,
|
479
|
+
"Angle": 0,
|
480
|
+
"HF": false,
|
481
|
+
"VF": false,
|
482
|
+
"Name": "Outer Loop",
|
483
|
+
"ID": "a6440897-2229-49aa-80d5-8b37c74b4da5",
|
484
|
+
"Parameters": {},
|
485
|
+
"EnabledScopes": [],
|
486
|
+
"SubcircuitDefinition": {
|
487
|
+
"Id": "5d98c68b-1912-00e6-3e59-08585ce4bfa8",
|
488
|
+
"Devices": [
|
489
|
+
{
|
490
|
+
"LibraryName": "PID",
|
491
|
+
"Top": 8,
|
492
|
+
"Left": 22,
|
493
|
+
"Angle": 0,
|
494
|
+
"HF": false,
|
495
|
+
"VF": false,
|
496
|
+
"Name": "PID2",
|
497
|
+
"ID": "3b2be411-d7c1-4370-ba5b-cf6a64a2aed9",
|
498
|
+
"Parameters": {
|
499
|
+
"Kp": "0",
|
500
|
+
"Kd": "0",
|
501
|
+
"Ki": "690116.48",
|
502
|
+
"SamplingTime": "auto"
|
503
|
+
},
|
504
|
+
"EnabledScopes": []
|
505
|
+
},
|
506
|
+
{
|
507
|
+
"LibraryName": "Memory",
|
508
|
+
"Top": 12,
|
509
|
+
"Left": 32,
|
510
|
+
"Angle": 0,
|
511
|
+
"HF": true,
|
512
|
+
"VF": false,
|
513
|
+
"Name": "MEM2",
|
514
|
+
"ID": "3f06541a-5bb7-422c-bc51-4bee3fef7d58",
|
515
|
+
"Parameters": {
|
516
|
+
"InitialValue": "1",
|
517
|
+
"SamplingTime": "auto"
|
518
|
+
},
|
519
|
+
"EnabledScopes": []
|
520
|
+
},
|
521
|
+
{
|
522
|
+
"LibraryName": "Limiter",
|
523
|
+
"Top": 2,
|
524
|
+
"Left": 39,
|
525
|
+
"Angle": 0,
|
526
|
+
"HF": false,
|
527
|
+
"VF": false,
|
528
|
+
"Name": "Lim1",
|
529
|
+
"ID": "2f1564cc-0446-47f0-ab7c-7e204b170452",
|
530
|
+
"Parameters": {
|
531
|
+
"LowLimit": "-20",
|
532
|
+
"HighLimit": "30",
|
533
|
+
"SamplingTime": "auto"
|
534
|
+
},
|
535
|
+
"EnabledScopes": []
|
536
|
+
},
|
537
|
+
{
|
538
|
+
"LibraryName": "Sum",
|
539
|
+
"Top": 8,
|
540
|
+
"Left": 39,
|
541
|
+
"Angle": 90,
|
542
|
+
"HF": false,
|
543
|
+
"VF": false,
|
544
|
+
"Name": "SUM4",
|
545
|
+
"ID": "fac76cd7-a505-48e5-9c3c-ae84539c5f3d",
|
546
|
+
"Parameters": {
|
547
|
+
"NumberOfInputs": "2",
|
548
|
+
"Gains": "[1 -1]",
|
549
|
+
"SamplingTime": "auto"
|
550
|
+
},
|
551
|
+
"EnabledScopes": []
|
552
|
+
},
|
553
|
+
{
|
554
|
+
"LibraryName": "Sum",
|
555
|
+
"Top": 2,
|
556
|
+
"Left": 32,
|
557
|
+
"Angle": 0,
|
558
|
+
"HF": false,
|
559
|
+
"VF": false,
|
560
|
+
"Name": "SUM3",
|
561
|
+
"ID": "ced06fad-77c9-4183-ad6e-c7abbece287d",
|
562
|
+
"Parameters": {
|
563
|
+
"NumberOfInputs": "2",
|
564
|
+
"Gains": "[1 1]",
|
565
|
+
"SamplingTime": "auto"
|
566
|
+
},
|
567
|
+
"EnabledScopes": []
|
568
|
+
},
|
569
|
+
{
|
570
|
+
"LibraryName": "Sum",
|
571
|
+
"Top": 8,
|
572
|
+
"Left": 17,
|
573
|
+
"Angle": 0,
|
574
|
+
"HF": false,
|
575
|
+
"VF": false,
|
576
|
+
"Name": "SUM2",
|
577
|
+
"ID": "f6423c4b-eb62-490f-8deb-b6185d33d989",
|
578
|
+
"Parameters": {
|
579
|
+
"NumberOfInputs": "2",
|
580
|
+
"Gains": "[1 1]",
|
581
|
+
"SamplingTime": "auto"
|
582
|
+
},
|
583
|
+
"EnabledScopes": []
|
584
|
+
},
|
585
|
+
{
|
586
|
+
"LibraryName": "Control Out Pin",
|
587
|
+
"Top": 3,
|
588
|
+
"Left": 47,
|
589
|
+
"Angle": 0,
|
590
|
+
"HF": false,
|
591
|
+
"VF": false,
|
592
|
+
"Name": "OUT",
|
593
|
+
"ID": "7f17c5ea-b54d-45c5-a363-60916b32f0db",
|
594
|
+
"Parameters": {},
|
595
|
+
"EnabledScopes": []
|
596
|
+
},
|
597
|
+
{
|
598
|
+
"LibraryName": "Control In Pin",
|
599
|
+
"Top": 2,
|
600
|
+
"Left": 10,
|
601
|
+
"Angle": 0,
|
602
|
+
"HF": false,
|
603
|
+
"VF": false,
|
604
|
+
"Name": "IN",
|
605
|
+
"ID": "275ee2bc-f736-4f05-bca3-82c05b66fa70",
|
606
|
+
"Parameters": {},
|
607
|
+
"EnabledScopes": []
|
608
|
+
},
|
609
|
+
{
|
610
|
+
"LibraryName": "Gain",
|
611
|
+
"Top": 1,
|
612
|
+
"Left": 22,
|
613
|
+
"Angle": 0,
|
614
|
+
"HF": false,
|
615
|
+
"VF": false,
|
616
|
+
"Name": "Kp",
|
617
|
+
"ID": "9811627c-dc07-4b16-a83b-c432f6987b14",
|
618
|
+
"Parameters": {
|
619
|
+
"Value": "64.637",
|
620
|
+
"SamplingTime": "auto"
|
621
|
+
},
|
622
|
+
"EnabledScopes": []
|
623
|
+
}
|
624
|
+
],
|
625
|
+
"Connectors": [
|
626
|
+
{
|
627
|
+
"Segments": [
|
628
|
+
{
|
629
|
+
"StartX": 30,
|
630
|
+
"StartY": 10,
|
631
|
+
"EndX": 31,
|
632
|
+
"EndY": 10
|
633
|
+
},
|
634
|
+
{
|
635
|
+
"StartX": 31,
|
636
|
+
"StartY": 5,
|
637
|
+
"EndX": 31,
|
638
|
+
"EndY": 10
|
639
|
+
},
|
640
|
+
{
|
641
|
+
"StartX": 32,
|
642
|
+
"StartY": 5,
|
643
|
+
"EndX": 31,
|
644
|
+
"EndY": 5
|
645
|
+
}
|
646
|
+
],
|
647
|
+
"Name": "C1"
|
648
|
+
},
|
649
|
+
{
|
650
|
+
"Segments": [
|
651
|
+
{
|
652
|
+
"StartX": 40,
|
653
|
+
"StartY": 8,
|
654
|
+
"EndX": 40,
|
655
|
+
"EndY": 6
|
656
|
+
},
|
657
|
+
{
|
658
|
+
"StartX": 38,
|
659
|
+
"StartY": 6,
|
660
|
+
"EndX": 40,
|
661
|
+
"EndY": 6
|
662
|
+
},
|
663
|
+
{
|
664
|
+
"StartX": 38,
|
665
|
+
"StartY": 4,
|
666
|
+
"EndX": 38,
|
667
|
+
"EndY": 6
|
668
|
+
},
|
669
|
+
{
|
670
|
+
"StartX": 36,
|
671
|
+
"StartY": 4,
|
672
|
+
"EndX": 38,
|
673
|
+
"EndY": 4
|
674
|
+
},
|
675
|
+
{
|
676
|
+
"StartX": 38,
|
677
|
+
"StartY": 4,
|
678
|
+
"EndX": 39,
|
679
|
+
"EndY": 4
|
680
|
+
}
|
681
|
+
],
|
682
|
+
"Name": "C2"
|
683
|
+
},
|
684
|
+
{
|
685
|
+
"Segments": [
|
686
|
+
{
|
687
|
+
"StartX": 21,
|
688
|
+
"StartY": 10,
|
689
|
+
"EndX": 22,
|
690
|
+
"EndY": 10
|
691
|
+
}
|
692
|
+
],
|
693
|
+
"Name": "C3"
|
694
|
+
},
|
695
|
+
{
|
696
|
+
"Segments": [
|
697
|
+
{
|
698
|
+
"StartX": 42,
|
699
|
+
"StartY": 8,
|
700
|
+
"EndX": 42,
|
701
|
+
"EndY": 6
|
702
|
+
},
|
703
|
+
{
|
704
|
+
"StartX": 42,
|
705
|
+
"StartY": 6,
|
706
|
+
"EndX": 44,
|
707
|
+
"EndY": 6
|
708
|
+
},
|
709
|
+
{
|
710
|
+
"StartX": 44,
|
711
|
+
"StartY": 4,
|
712
|
+
"EndX": 44,
|
713
|
+
"EndY": 6
|
714
|
+
},
|
715
|
+
{
|
716
|
+
"StartX": 43,
|
717
|
+
"StartY": 4,
|
718
|
+
"EndX": 44,
|
719
|
+
"EndY": 4
|
720
|
+
},
|
721
|
+
{
|
722
|
+
"StartX": 44,
|
723
|
+
"StartY": 4,
|
724
|
+
"EndX": 47,
|
725
|
+
"EndY": 4
|
726
|
+
}
|
727
|
+
],
|
728
|
+
"Name": "C4"
|
729
|
+
},
|
730
|
+
{
|
731
|
+
"Segments": [
|
732
|
+
{
|
733
|
+
"StartX": 36,
|
734
|
+
"StartY": 14,
|
735
|
+
"EndX": 41,
|
736
|
+
"EndY": 14
|
737
|
+
},
|
738
|
+
{
|
739
|
+
"StartX": 41,
|
740
|
+
"StartY": 12,
|
741
|
+
"EndX": 41,
|
742
|
+
"EndY": 14
|
743
|
+
}
|
744
|
+
],
|
745
|
+
"Name": "C6"
|
746
|
+
},
|
747
|
+
{
|
748
|
+
"Segments": [
|
749
|
+
{
|
750
|
+
"StartX": 15,
|
751
|
+
"StartY": 3,
|
752
|
+
"EndX": 15,
|
753
|
+
"EndY": 9
|
754
|
+
},
|
755
|
+
{
|
756
|
+
"StartX": 17,
|
757
|
+
"StartY": 9,
|
758
|
+
"EndX": 15,
|
759
|
+
"EndY": 9
|
760
|
+
},
|
761
|
+
{
|
762
|
+
"StartX": 12,
|
763
|
+
"StartY": 3,
|
764
|
+
"EndX": 15,
|
765
|
+
"EndY": 3
|
766
|
+
},
|
767
|
+
{
|
768
|
+
"StartX": 15,
|
769
|
+
"StartY": 3,
|
770
|
+
"EndX": 22,
|
771
|
+
"EndY": 3
|
772
|
+
}
|
773
|
+
],
|
774
|
+
"Name": "C7"
|
775
|
+
},
|
776
|
+
{
|
777
|
+
"Segments": [
|
778
|
+
{
|
779
|
+
"StartX": 32,
|
780
|
+
"StartY": 14,
|
781
|
+
"EndX": 15,
|
782
|
+
"EndY": 14
|
783
|
+
},
|
784
|
+
{
|
785
|
+
"StartX": 15,
|
786
|
+
"StartY": 11,
|
787
|
+
"EndX": 15,
|
788
|
+
"EndY": 14
|
789
|
+
},
|
790
|
+
{
|
791
|
+
"StartX": 17,
|
792
|
+
"StartY": 11,
|
793
|
+
"EndX": 15,
|
794
|
+
"EndY": 11
|
795
|
+
}
|
796
|
+
],
|
797
|
+
"Name": "C5"
|
798
|
+
},
|
799
|
+
{
|
800
|
+
"Segments": [
|
801
|
+
{
|
802
|
+
"StartX": 26,
|
803
|
+
"StartY": 3,
|
804
|
+
"EndX": 32,
|
805
|
+
"EndY": 3
|
806
|
+
}
|
807
|
+
],
|
808
|
+
"Name": "C8"
|
809
|
+
}
|
810
|
+
],
|
811
|
+
"Name": "PI_antiwindup",
|
812
|
+
"Variables": [],
|
813
|
+
"VariableFile": ""
|
814
|
+
},
|
815
|
+
"SubcircuitDefinitionID": "5d98c68b-1912-00e6-3e59-08585ce4bfa8"
|
816
|
+
},
|
817
|
+
{
|
818
|
+
"LibraryName": "Control Output Connector Label",
|
819
|
+
"Top": 9,
|
820
|
+
"Left": 44,
|
821
|
+
"Angle": 0,
|
822
|
+
"HF": false,
|
823
|
+
"VF": false,
|
824
|
+
"Name": "iout",
|
825
|
+
"ID": "481f351e-8ef5-4e0a-9704-97233027af39",
|
826
|
+
"Parameters": {},
|
827
|
+
"EnabledScopes": []
|
828
|
+
},
|
829
|
+
{
|
830
|
+
"LibraryName": "Sum",
|
831
|
+
"Top": 2,
|
832
|
+
"Left": 51,
|
833
|
+
"Angle": 0,
|
834
|
+
"HF": false,
|
835
|
+
"VF": false,
|
836
|
+
"Name": "SUM2",
|
837
|
+
"ID": "56877bcd-56a5-45c9-8f96-3a31cb449af6",
|
838
|
+
"Parameters": {
|
839
|
+
"NumberOfInputs": "2",
|
840
|
+
"Gains": "[1 -1]",
|
841
|
+
"SamplingTime": "none"
|
842
|
+
},
|
843
|
+
"EnabledScopes": []
|
844
|
+
},
|
845
|
+
{
|
846
|
+
"LibraryName": "Gain",
|
847
|
+
"Top": 2,
|
848
|
+
"Left": 58,
|
849
|
+
"Angle": 0,
|
850
|
+
"HF": false,
|
851
|
+
"VF": false,
|
852
|
+
"Name": "G1",
|
853
|
+
"ID": "28626c76-560f-4f56-8fe6-aa05095f6903",
|
854
|
+
"Parameters": {
|
855
|
+
"Value": "-1",
|
856
|
+
"SamplingTime": "auto"
|
857
|
+
},
|
858
|
+
"EnabledScopes": []
|
859
|
+
},
|
860
|
+
{
|
861
|
+
"LibraryName": "PI_antiwindup",
|
862
|
+
"Top": -1,
|
863
|
+
"Left": 62,
|
864
|
+
"Angle": 0,
|
865
|
+
"HF": false,
|
866
|
+
"VF": false,
|
867
|
+
"Name": "Inner Loop",
|
868
|
+
"ID": "b717d4aa-143b-47e4-becb-25288ac4ca83",
|
869
|
+
"Parameters": {},
|
870
|
+
"EnabledScopes": [],
|
871
|
+
"SubcircuitDefinition": {
|
872
|
+
"Id": "0057842f-1a24-039e-0e9f-144af9b22d45",
|
873
|
+
"Devices": [
|
874
|
+
{
|
875
|
+
"LibraryName": "Sum",
|
876
|
+
"Top": 0,
|
877
|
+
"Left": 0,
|
878
|
+
"Angle": 0,
|
879
|
+
"HF": false,
|
880
|
+
"VF": false,
|
881
|
+
"Name": "SUM1",
|
882
|
+
"ID": "eeb450ed-0255-4396-9ecc-907efaead394",
|
883
|
+
"Parameters": {
|
884
|
+
"NumberOfInputs": "2",
|
885
|
+
"Gains": "[1 1]",
|
886
|
+
"SamplingTime": "auto"
|
887
|
+
},
|
888
|
+
"EnabledScopes": []
|
889
|
+
},
|
890
|
+
{
|
891
|
+
"LibraryName": "Gain",
|
892
|
+
"Top": -7,
|
893
|
+
"Left": 5,
|
894
|
+
"Angle": 0,
|
895
|
+
"HF": false,
|
896
|
+
"VF": false,
|
897
|
+
"Name": "G1",
|
898
|
+
"ID": "6e5ae893-8037-4bf6-9704-d0686e9d9812",
|
899
|
+
"Parameters": {
|
900
|
+
"Value": "0.75m",
|
901
|
+
"SamplingTime": "auto"
|
902
|
+
},
|
903
|
+
"EnabledScopes": []
|
904
|
+
},
|
905
|
+
{
|
906
|
+
"LibraryName": "PID",
|
907
|
+
"Top": 0,
|
908
|
+
"Left": 5,
|
909
|
+
"Angle": 0,
|
910
|
+
"HF": false,
|
911
|
+
"VF": false,
|
912
|
+
"Name": "PID1",
|
913
|
+
"ID": "b37e97d7-c5d4-49a2-8155-44f53a195307",
|
914
|
+
"Parameters": {
|
915
|
+
"Kp": "0",
|
916
|
+
"Kd": "0",
|
917
|
+
"Ki": "75",
|
918
|
+
"SamplingTime": "auto"
|
919
|
+
},
|
920
|
+
"EnabledScopes": []
|
921
|
+
},
|
922
|
+
{
|
923
|
+
"LibraryName": "Sum",
|
924
|
+
"Top": -6,
|
925
|
+
"Left": 15,
|
926
|
+
"Angle": 0,
|
927
|
+
"HF": false,
|
928
|
+
"VF": false,
|
929
|
+
"Name": "SUM2",
|
930
|
+
"ID": "13068f45-41e4-4a26-80aa-f751c176d8e0",
|
931
|
+
"Parameters": {
|
932
|
+
"NumberOfInputs": "2",
|
933
|
+
"Gains": "[1 1]",
|
934
|
+
"SamplingTime": "auto"
|
935
|
+
},
|
936
|
+
"EnabledScopes": []
|
937
|
+
},
|
938
|
+
{
|
939
|
+
"LibraryName": "Memory",
|
940
|
+
"Top": 4,
|
941
|
+
"Left": 15,
|
942
|
+
"Angle": 0,
|
943
|
+
"HF": true,
|
944
|
+
"VF": false,
|
945
|
+
"Name": "MEM1",
|
946
|
+
"ID": "acd66a6c-49f3-4471-b135-1e219a3e154a",
|
947
|
+
"Parameters": {
|
948
|
+
"InitialValue": "1",
|
949
|
+
"SamplingTime": "auto"
|
950
|
+
},
|
951
|
+
"EnabledScopes": []
|
952
|
+
},
|
953
|
+
{
|
954
|
+
"LibraryName": "Limiter",
|
955
|
+
"Top": -6,
|
956
|
+
"Left": 22,
|
957
|
+
"Angle": 0,
|
958
|
+
"HF": false,
|
959
|
+
"VF": false,
|
960
|
+
"Name": "Lim1",
|
961
|
+
"ID": "4ea50a4d-78a2-43e3-865b-f91cd5125339",
|
962
|
+
"Parameters": {
|
963
|
+
"LowLimit": "0.6",
|
964
|
+
"HighLimit": "2",
|
965
|
+
"SamplingTime": "auto"
|
966
|
+
},
|
967
|
+
"EnabledScopes": []
|
968
|
+
},
|
969
|
+
{
|
970
|
+
"LibraryName": "Sum",
|
971
|
+
"Top": 0,
|
972
|
+
"Left": 22,
|
973
|
+
"Angle": 90,
|
974
|
+
"HF": false,
|
975
|
+
"VF": false,
|
976
|
+
"Name": "SUM3",
|
977
|
+
"ID": "29f682c5-13f7-421b-a31f-8a8b7b5041f4",
|
978
|
+
"Parameters": {
|
979
|
+
"NumberOfInputs": "2",
|
980
|
+
"Gains": "[1 -1]",
|
981
|
+
"SamplingTime": "auto"
|
982
|
+
},
|
983
|
+
"EnabledScopes": []
|
984
|
+
},
|
985
|
+
{
|
986
|
+
"LibraryName": "Control In Pin",
|
987
|
+
"Top": -6,
|
988
|
+
"Left": -4,
|
989
|
+
"Angle": 0,
|
990
|
+
"HF": false,
|
991
|
+
"VF": false,
|
992
|
+
"Name": "Pin1",
|
993
|
+
"ID": "20d6d99b-16e0-472a-a771-1a4170ef3933",
|
994
|
+
"Parameters": {},
|
995
|
+
"EnabledScopes": []
|
996
|
+
},
|
997
|
+
{
|
998
|
+
"LibraryName": "Control Out Pin",
|
999
|
+
"Top": -5,
|
1000
|
+
"Left": 29,
|
1001
|
+
"Angle": 0,
|
1002
|
+
"HF": false,
|
1003
|
+
"VF": false,
|
1004
|
+
"Name": "Pin2",
|
1005
|
+
"ID": "899d6e4a-9bdd-4be3-91e9-a3677e223a2f",
|
1006
|
+
"Parameters": {},
|
1007
|
+
"EnabledScopes": []
|
1008
|
+
}
|
1009
|
+
],
|
1010
|
+
"Connectors": [
|
1011
|
+
{
|
1012
|
+
"Segments": [
|
1013
|
+
{
|
1014
|
+
"StartX": -2,
|
1015
|
+
"StartY": 3,
|
1016
|
+
"EndX": -2,
|
1017
|
+
"EndY": 6
|
1018
|
+
},
|
1019
|
+
{
|
1020
|
+
"StartX": 0,
|
1021
|
+
"StartY": 3,
|
1022
|
+
"EndX": -2,
|
1023
|
+
"EndY": 3
|
1024
|
+
},
|
1025
|
+
{
|
1026
|
+
"StartX": 15,
|
1027
|
+
"StartY": 6,
|
1028
|
+
"EndX": -2,
|
1029
|
+
"EndY": 6
|
1030
|
+
}
|
1031
|
+
],
|
1032
|
+
"Name": "C1"
|
1033
|
+
},
|
1034
|
+
{
|
1035
|
+
"Segments": [
|
1036
|
+
{
|
1037
|
+
"StartX": 4,
|
1038
|
+
"StartY": 2,
|
1039
|
+
"EndX": 5,
|
1040
|
+
"EndY": 2
|
1041
|
+
}
|
1042
|
+
],
|
1043
|
+
"Name": "C2"
|
1044
|
+
},
|
1045
|
+
{
|
1046
|
+
"Segments": [
|
1047
|
+
{
|
1048
|
+
"StartX": 9,
|
1049
|
+
"StartY": -5,
|
1050
|
+
"EndX": 15,
|
1051
|
+
"EndY": -5
|
1052
|
+
}
|
1053
|
+
],
|
1054
|
+
"Name": "C3"
|
1055
|
+
},
|
1056
|
+
{
|
1057
|
+
"Segments": [
|
1058
|
+
{
|
1059
|
+
"StartX": 13,
|
1060
|
+
"StartY": 2,
|
1061
|
+
"EndX": 14,
|
1062
|
+
"EndY": 2
|
1063
|
+
},
|
1064
|
+
{
|
1065
|
+
"StartX": 14,
|
1066
|
+
"StartY": -3,
|
1067
|
+
"EndX": 14,
|
1068
|
+
"EndY": 2
|
1069
|
+
},
|
1070
|
+
{
|
1071
|
+
"StartX": 15,
|
1072
|
+
"StartY": -3,
|
1073
|
+
"EndX": 14,
|
1074
|
+
"EndY": -3
|
1075
|
+
}
|
1076
|
+
],
|
1077
|
+
"Name": "C4"
|
1078
|
+
},
|
1079
|
+
{
|
1080
|
+
"Segments": [
|
1081
|
+
{
|
1082
|
+
"StartX": 21,
|
1083
|
+
"StartY": -4,
|
1084
|
+
"EndX": 21,
|
1085
|
+
"EndY": -2
|
1086
|
+
},
|
1087
|
+
{
|
1088
|
+
"StartX": 21,
|
1089
|
+
"StartY": -2,
|
1090
|
+
"EndX": 23,
|
1091
|
+
"EndY": -2
|
1092
|
+
},
|
1093
|
+
{
|
1094
|
+
"StartX": 23,
|
1095
|
+
"StartY": 0,
|
1096
|
+
"EndX": 23,
|
1097
|
+
"EndY": -2
|
1098
|
+
},
|
1099
|
+
{
|
1100
|
+
"StartX": 19,
|
1101
|
+
"StartY": -4,
|
1102
|
+
"EndX": 21,
|
1103
|
+
"EndY": -4
|
1104
|
+
},
|
1105
|
+
{
|
1106
|
+
"StartX": 21,
|
1107
|
+
"StartY": -4,
|
1108
|
+
"EndX": 22,
|
1109
|
+
"EndY": -4
|
1110
|
+
}
|
1111
|
+
],
|
1112
|
+
"Name": "C5"
|
1113
|
+
},
|
1114
|
+
{
|
1115
|
+
"Segments": [
|
1116
|
+
{
|
1117
|
+
"StartX": 19,
|
1118
|
+
"StartY": 6,
|
1119
|
+
"EndX": 24,
|
1120
|
+
"EndY": 6
|
1121
|
+
},
|
1122
|
+
{
|
1123
|
+
"StartX": 24,
|
1124
|
+
"StartY": 4,
|
1125
|
+
"EndX": 24,
|
1126
|
+
"EndY": 6
|
1127
|
+
}
|
1128
|
+
],
|
1129
|
+
"Name": "C7"
|
1130
|
+
},
|
1131
|
+
{
|
1132
|
+
"Segments": [
|
1133
|
+
{
|
1134
|
+
"StartX": 0,
|
1135
|
+
"StartY": 1,
|
1136
|
+
"EndX": -1,
|
1137
|
+
"EndY": 1
|
1138
|
+
},
|
1139
|
+
{
|
1140
|
+
"StartX": -1,
|
1141
|
+
"StartY": -5,
|
1142
|
+
"EndX": -1,
|
1143
|
+
"EndY": 1
|
1144
|
+
},
|
1145
|
+
{
|
1146
|
+
"StartX": -2,
|
1147
|
+
"StartY": -5,
|
1148
|
+
"EndX": -1,
|
1149
|
+
"EndY": -5
|
1150
|
+
},
|
1151
|
+
{
|
1152
|
+
"StartX": -1,
|
1153
|
+
"StartY": -5,
|
1154
|
+
"EndX": 5,
|
1155
|
+
"EndY": -5
|
1156
|
+
}
|
1157
|
+
],
|
1158
|
+
"Name": "C8"
|
1159
|
+
},
|
1160
|
+
{
|
1161
|
+
"Segments": [
|
1162
|
+
{
|
1163
|
+
"StartX": 25,
|
1164
|
+
"StartY": 0,
|
1165
|
+
"EndX": 25,
|
1166
|
+
"EndY": -2
|
1167
|
+
},
|
1168
|
+
{
|
1169
|
+
"StartX": 25,
|
1170
|
+
"StartY": -2,
|
1171
|
+
"EndX": 27,
|
1172
|
+
"EndY": -2
|
1173
|
+
},
|
1174
|
+
{
|
1175
|
+
"StartX": 27,
|
1176
|
+
"StartY": -2,
|
1177
|
+
"EndX": 27,
|
1178
|
+
"EndY": -4
|
1179
|
+
},
|
1180
|
+
{
|
1181
|
+
"StartX": 26,
|
1182
|
+
"StartY": -4,
|
1183
|
+
"EndX": 27,
|
1184
|
+
"EndY": -4
|
1185
|
+
},
|
1186
|
+
{
|
1187
|
+
"StartX": 27,
|
1188
|
+
"StartY": -4,
|
1189
|
+
"EndX": 29,
|
1190
|
+
"EndY": -4
|
1191
|
+
}
|
1192
|
+
],
|
1193
|
+
"Name": "C6"
|
1194
|
+
}
|
1195
|
+
],
|
1196
|
+
"Name": "PI_antiwindup",
|
1197
|
+
"Variables": [],
|
1198
|
+
"VariableFile": ""
|
1199
|
+
},
|
1200
|
+
"SubcircuitDefinitionID": "0057842f-1a24-039e-0e9f-144af9b22d45"
|
1201
|
+
},
|
1202
|
+
{
|
1203
|
+
"LibraryName": "Gain",
|
1204
|
+
"Top": 2,
|
1205
|
+
"Left": 76,
|
1206
|
+
"Angle": 0,
|
1207
|
+
"HF": false,
|
1208
|
+
"VF": false,
|
1209
|
+
"Name": "G2",
|
1210
|
+
"ID": "e129677a-5629-444b-9a56-4757ad000b80",
|
1211
|
+
"Parameters": {
|
1212
|
+
"Value": "200k",
|
1213
|
+
"SamplingTime": "auto"
|
1214
|
+
},
|
1215
|
+
"EnabledScopes": []
|
1216
|
+
},
|
1217
|
+
{
|
1218
|
+
"LibraryName": "Constant",
|
1219
|
+
"Top": 6,
|
1220
|
+
"Left": 80,
|
1221
|
+
"Angle": 0,
|
1222
|
+
"HF": false,
|
1223
|
+
"VF": false,
|
1224
|
+
"Name": "C3",
|
1225
|
+
"ID": "cd15d659-8533-43f4-bee5-6cf5d3354211",
|
1226
|
+
"Parameters": {
|
1227
|
+
"Value": "0.5",
|
1228
|
+
"SamplingTime": "auto"
|
1229
|
+
},
|
1230
|
+
"EnabledScopes": []
|
1231
|
+
},
|
1232
|
+
{
|
1233
|
+
"LibraryName": "Constant",
|
1234
|
+
"Top": 10,
|
1235
|
+
"Left": 83,
|
1236
|
+
"Angle": 0,
|
1237
|
+
"HF": false,
|
1238
|
+
"VF": false,
|
1239
|
+
"Name": "C5",
|
1240
|
+
"ID": "515105f2-06ad-4c81-8de0-534bcabfc184",
|
1241
|
+
"Parameters": {
|
1242
|
+
"Value": "0",
|
1243
|
+
"SamplingTime": "auto"
|
1244
|
+
},
|
1245
|
+
"EnabledScopes": []
|
1246
|
+
},
|
1247
|
+
{
|
1248
|
+
"LibraryName": "Controlled PWM Generator",
|
1249
|
+
"Top": 3,
|
1250
|
+
"Left": 90,
|
1251
|
+
"Angle": 0,
|
1252
|
+
"HF": false,
|
1253
|
+
"VF": false,
|
1254
|
+
"Name": "PWM1",
|
1255
|
+
"ID": "c65d674d-5b27-4331-a8fc-7a3c862fb78e",
|
1256
|
+
"Parameters": {
|
1257
|
+
"RiseTime": "0",
|
1258
|
+
"FallTime": "0",
|
1259
|
+
"SamplingTime": "auto"
|
1260
|
+
},
|
1261
|
+
"EnabledScopes": []
|
1262
|
+
},
|
1263
|
+
{
|
1264
|
+
"LibraryName": "Not",
|
1265
|
+
"Top": 10,
|
1266
|
+
"Left": 100,
|
1267
|
+
"Angle": 0,
|
1268
|
+
"HF": false,
|
1269
|
+
"VF": false,
|
1270
|
+
"Name": "NOT1",
|
1271
|
+
"ID": "b9b322ff-9e4d-4ba1-9fcb-45fdf2ab4e2d",
|
1272
|
+
"Parameters": {
|
1273
|
+
"SamplingTime": "auto"
|
1274
|
+
},
|
1275
|
+
"EnabledScopes": []
|
1276
|
+
},
|
1277
|
+
{
|
1278
|
+
"LibraryName": "Control Input Connector Label",
|
1279
|
+
"Top": 5,
|
1280
|
+
"Left": 104,
|
1281
|
+
"Angle": 0,
|
1282
|
+
"HF": false,
|
1283
|
+
"VF": false,
|
1284
|
+
"Name": "Q1",
|
1285
|
+
"ID": "c258467f-db6c-41f4-9180-365fc10513fd",
|
1286
|
+
"Parameters": {},
|
1287
|
+
"EnabledScopes": []
|
1288
|
+
},
|
1289
|
+
{
|
1290
|
+
"LibraryName": "Control Input Connector Label",
|
1291
|
+
"Top": 11,
|
1292
|
+
"Left": 104,
|
1293
|
+
"Angle": 0,
|
1294
|
+
"HF": false,
|
1295
|
+
"VF": false,
|
1296
|
+
"Name": "!Q1",
|
1297
|
+
"ID": "a6ece646-2310-43f9-b54f-d920b1241229",
|
1298
|
+
"Parameters": {},
|
1299
|
+
"EnabledScopes": []
|
1300
|
+
}
|
1301
|
+
],
|
1302
|
+
"Connectors": [
|
1303
|
+
{
|
1304
|
+
"Segments": [
|
1305
|
+
{
|
1306
|
+
"StartX": 63,
|
1307
|
+
"StartY": -23,
|
1308
|
+
"EndX": 66,
|
1309
|
+
"EndY": -23
|
1310
|
+
},
|
1311
|
+
{
|
1312
|
+
"StartX": 66,
|
1313
|
+
"StartY": -23,
|
1314
|
+
"EndX": 70,
|
1315
|
+
"EndY": -23
|
1316
|
+
}
|
1317
|
+
],
|
1318
|
+
"Name": "C3"
|
1319
|
+
},
|
1320
|
+
{
|
1321
|
+
"Segments": [
|
1322
|
+
{
|
1323
|
+
"StartX": 22,
|
1324
|
+
"StartY": -17,
|
1325
|
+
"EndX": 22,
|
1326
|
+
"EndY": -11
|
1327
|
+
},
|
1328
|
+
{
|
1329
|
+
"StartX": 22,
|
1330
|
+
"StartY": -11,
|
1331
|
+
"EndX": 33,
|
1332
|
+
"EndY": -11
|
1333
|
+
},
|
1334
|
+
{
|
1335
|
+
"StartX": 43,
|
1336
|
+
"StartY": -11,
|
1337
|
+
"EndX": 33,
|
1338
|
+
"EndY": -11
|
1339
|
+
}
|
1340
|
+
],
|
1341
|
+
"Name": "C10"
|
1342
|
+
},
|
1343
|
+
{
|
1344
|
+
"Segments": [
|
1345
|
+
{
|
1346
|
+
"StartX": 66,
|
1347
|
+
"StartY": -17,
|
1348
|
+
"EndX": 70,
|
1349
|
+
"EndY": -17
|
1350
|
+
},
|
1351
|
+
{
|
1352
|
+
"StartX": 48,
|
1353
|
+
"StartY": -18,
|
1354
|
+
"EndX": 48,
|
1355
|
+
"EndY": -17
|
1356
|
+
},
|
1357
|
+
{
|
1358
|
+
"StartX": 43,
|
1359
|
+
"StartY": -25,
|
1360
|
+
"EndX": 43,
|
1361
|
+
"EndY": -17
|
1362
|
+
},
|
1363
|
+
{
|
1364
|
+
"StartX": 43,
|
1365
|
+
"StartY": -17,
|
1366
|
+
"EndX": 48,
|
1367
|
+
"EndY": -17
|
1368
|
+
},
|
1369
|
+
{
|
1370
|
+
"StartX": 48,
|
1371
|
+
"StartY": -17,
|
1372
|
+
"EndX": 66,
|
1373
|
+
"EndY": -17
|
1374
|
+
}
|
1375
|
+
],
|
1376
|
+
"Name": "C27"
|
1377
|
+
},
|
1378
|
+
{
|
1379
|
+
"Segments": [
|
1380
|
+
{
|
1381
|
+
"StartX": 81,
|
1382
|
+
"StartY": -30,
|
1383
|
+
"EndX": 84,
|
1384
|
+
"EndY": -30
|
1385
|
+
},
|
1386
|
+
{
|
1387
|
+
"StartX": 81,
|
1388
|
+
"StartY": -30,
|
1389
|
+
"EndX": 75,
|
1390
|
+
"EndY": -30
|
1391
|
+
}
|
1392
|
+
],
|
1393
|
+
"Name": "C19"
|
1394
|
+
},
|
1395
|
+
{
|
1396
|
+
"Segments": [
|
1397
|
+
{
|
1398
|
+
"StartX": 57,
|
1399
|
+
"StartY": -23,
|
1400
|
+
"EndX": 56,
|
1401
|
+
"EndY": -23
|
1402
|
+
}
|
1403
|
+
],
|
1404
|
+
"Name": "C2"
|
1405
|
+
},
|
1406
|
+
{
|
1407
|
+
"Segments": [
|
1408
|
+
{
|
1409
|
+
"StartX": 72,
|
1410
|
+
"StartY": -23,
|
1411
|
+
"EndX": 75,
|
1412
|
+
"EndY": -23
|
1413
|
+
},
|
1414
|
+
{
|
1415
|
+
"StartX": 75,
|
1416
|
+
"StartY": -24,
|
1417
|
+
"EndX": 75,
|
1418
|
+
"EndY": -23
|
1419
|
+
},
|
1420
|
+
{
|
1421
|
+
"StartX": 75,
|
1422
|
+
"StartY": -23,
|
1423
|
+
"EndX": 75,
|
1424
|
+
"EndY": -16
|
1425
|
+
}
|
1426
|
+
],
|
1427
|
+
"Name": "C20"
|
1428
|
+
},
|
1429
|
+
{
|
1430
|
+
"Segments": [
|
1431
|
+
{
|
1432
|
+
"StartX": 72,
|
1433
|
+
"StartY": -17,
|
1434
|
+
"EndX": 81,
|
1435
|
+
"EndY": -17
|
1436
|
+
},
|
1437
|
+
{
|
1438
|
+
"StartX": 81,
|
1439
|
+
"StartY": -24,
|
1440
|
+
"EndX": 81,
|
1441
|
+
"EndY": -17
|
1442
|
+
},
|
1443
|
+
{
|
1444
|
+
"StartX": 81,
|
1445
|
+
"StartY": -17,
|
1446
|
+
"EndX": 81,
|
1447
|
+
"EndY": -16
|
1448
|
+
}
|
1449
|
+
],
|
1450
|
+
"Name": "C12"
|
1451
|
+
},
|
1452
|
+
{
|
1453
|
+
"Segments": [
|
1454
|
+
{
|
1455
|
+
"StartX": 48,
|
1456
|
+
"StartY": -22,
|
1457
|
+
"EndX": 48,
|
1458
|
+
"EndY": -23
|
1459
|
+
},
|
1460
|
+
{
|
1461
|
+
"StartX": 33,
|
1462
|
+
"StartY": -23,
|
1463
|
+
"EndX": 48,
|
1464
|
+
"EndY": -23
|
1465
|
+
},
|
1466
|
+
{
|
1467
|
+
"StartX": 48,
|
1468
|
+
"StartY": -23,
|
1469
|
+
"EndX": 50,
|
1470
|
+
"EndY": -23
|
1471
|
+
},
|
1472
|
+
{
|
1473
|
+
"StartX": 33,
|
1474
|
+
"StartY": -25,
|
1475
|
+
"EndX": 33,
|
1476
|
+
"EndY": -23
|
1477
|
+
},
|
1478
|
+
{
|
1479
|
+
"StartX": 33,
|
1480
|
+
"StartY": -23,
|
1481
|
+
"EndX": 33,
|
1482
|
+
"EndY": -17
|
1483
|
+
}
|
1484
|
+
],
|
1485
|
+
"Name": "C22"
|
1486
|
+
},
|
1487
|
+
{
|
1488
|
+
"Segments": [
|
1489
|
+
{
|
1490
|
+
"StartX": 22,
|
1491
|
+
"StartY": -25,
|
1492
|
+
"EndX": 22,
|
1493
|
+
"EndY": -31
|
1494
|
+
},
|
1495
|
+
{
|
1496
|
+
"StartX": 33,
|
1497
|
+
"StartY": -31,
|
1498
|
+
"EndX": 22,
|
1499
|
+
"EndY": -31
|
1500
|
+
},
|
1501
|
+
{
|
1502
|
+
"StartX": 43,
|
1503
|
+
"StartY": -31,
|
1504
|
+
"EndX": 33,
|
1505
|
+
"EndY": -31
|
1506
|
+
}
|
1507
|
+
],
|
1508
|
+
"Name": "C24"
|
1509
|
+
},
|
1510
|
+
{
|
1511
|
+
"Segments": [
|
1512
|
+
{
|
1513
|
+
"StartX": 107,
|
1514
|
+
"StartY": -22,
|
1515
|
+
"EndX": 107,
|
1516
|
+
"EndY": -30
|
1517
|
+
},
|
1518
|
+
{
|
1519
|
+
"StartX": 96,
|
1520
|
+
"StartY": -22,
|
1521
|
+
"EndX": 96,
|
1522
|
+
"EndY": -30
|
1523
|
+
},
|
1524
|
+
{
|
1525
|
+
"StartX": 101,
|
1526
|
+
"StartY": -28,
|
1527
|
+
"EndX": 101,
|
1528
|
+
"EndY": -30
|
1529
|
+
},
|
1530
|
+
{
|
1531
|
+
"StartX": 95,
|
1532
|
+
"StartY": -30,
|
1533
|
+
"EndX": 96,
|
1534
|
+
"EndY": -30
|
1535
|
+
},
|
1536
|
+
{
|
1537
|
+
"StartX": 96,
|
1538
|
+
"StartY": -30,
|
1539
|
+
"EndX": 101,
|
1540
|
+
"EndY": -30
|
1541
|
+
},
|
1542
|
+
{
|
1543
|
+
"StartX": 101,
|
1544
|
+
"StartY": -30,
|
1545
|
+
"EndX": 107,
|
1546
|
+
"EndY": -30
|
1547
|
+
}
|
1548
|
+
],
|
1549
|
+
"Name": "C16"
|
1550
|
+
},
|
1551
|
+
{
|
1552
|
+
"Segments": [
|
1553
|
+
{
|
1554
|
+
"StartX": 107,
|
1555
|
+
"StartY": -18,
|
1556
|
+
"EndX": 107,
|
1557
|
+
"EndY": -10
|
1558
|
+
},
|
1559
|
+
{
|
1560
|
+
"StartX": 96,
|
1561
|
+
"StartY": -16,
|
1562
|
+
"EndX": 96,
|
1563
|
+
"EndY": -10
|
1564
|
+
},
|
1565
|
+
{
|
1566
|
+
"StartX": 89,
|
1567
|
+
"StartY": -16,
|
1568
|
+
"EndX": 89,
|
1569
|
+
"EndY": -10
|
1570
|
+
},
|
1571
|
+
{
|
1572
|
+
"StartX": 75,
|
1573
|
+
"StartY": -10,
|
1574
|
+
"EndX": 81,
|
1575
|
+
"EndY": -10
|
1576
|
+
},
|
1577
|
+
{
|
1578
|
+
"StartX": 101,
|
1579
|
+
"StartY": -16,
|
1580
|
+
"EndX": 101,
|
1581
|
+
"EndY": -10
|
1582
|
+
},
|
1583
|
+
{
|
1584
|
+
"StartX": 81,
|
1585
|
+
"StartY": -10,
|
1586
|
+
"EndX": 89,
|
1587
|
+
"EndY": -10
|
1588
|
+
},
|
1589
|
+
{
|
1590
|
+
"StartX": 89,
|
1591
|
+
"StartY": -10,
|
1592
|
+
"EndX": 96,
|
1593
|
+
"EndY": -10
|
1594
|
+
},
|
1595
|
+
{
|
1596
|
+
"StartX": 96,
|
1597
|
+
"StartY": -10,
|
1598
|
+
"EndX": 101,
|
1599
|
+
"EndY": -10
|
1600
|
+
},
|
1601
|
+
{
|
1602
|
+
"StartX": 101,
|
1603
|
+
"StartY": -10,
|
1604
|
+
"EndX": 107,
|
1605
|
+
"EndY": -10
|
1606
|
+
}
|
1607
|
+
],
|
1608
|
+
"Name": "C5"
|
1609
|
+
},
|
1610
|
+
{
|
1611
|
+
"Segments": [
|
1612
|
+
{
|
1613
|
+
"StartX": 89,
|
1614
|
+
"StartY": -22,
|
1615
|
+
"EndX": 89,
|
1616
|
+
"EndY": -30
|
1617
|
+
},
|
1618
|
+
{
|
1619
|
+
"StartX": 88,
|
1620
|
+
"StartY": -30,
|
1621
|
+
"EndX": 89,
|
1622
|
+
"EndY": -30
|
1623
|
+
},
|
1624
|
+
{
|
1625
|
+
"StartX": 89,
|
1626
|
+
"StartY": -30,
|
1627
|
+
"EndX": 91,
|
1628
|
+
"EndY": -30
|
1629
|
+
}
|
1630
|
+
],
|
1631
|
+
"Name": "C15"
|
1632
|
+
},
|
1633
|
+
{
|
1634
|
+
"Segments": [
|
1635
|
+
{
|
1636
|
+
"StartX": 25,
|
1637
|
+
"StartY": 2,
|
1638
|
+
"EndX": 29,
|
1639
|
+
"EndY": 2
|
1640
|
+
}
|
1641
|
+
],
|
1642
|
+
"Name": "C1"
|
1643
|
+
},
|
1644
|
+
{
|
1645
|
+
"Segments": [
|
1646
|
+
{
|
1647
|
+
"StartX": 27,
|
1648
|
+
"StartY": 7,
|
1649
|
+
"EndX": 28,
|
1650
|
+
"EndY": 7
|
1651
|
+
},
|
1652
|
+
{
|
1653
|
+
"StartX": 28,
|
1654
|
+
"StartY": 4,
|
1655
|
+
"EndX": 28,
|
1656
|
+
"EndY": 7
|
1657
|
+
},
|
1658
|
+
{
|
1659
|
+
"StartX": 29,
|
1660
|
+
"StartY": 4,
|
1661
|
+
"EndX": 28,
|
1662
|
+
"EndY": 4
|
1663
|
+
}
|
1664
|
+
],
|
1665
|
+
"Name": "C4"
|
1666
|
+
},
|
1667
|
+
{
|
1668
|
+
"Segments": [
|
1669
|
+
{
|
1670
|
+
"StartX": 33,
|
1671
|
+
"StartY": 3,
|
1672
|
+
"EndX": 35,
|
1673
|
+
"EndY": 3
|
1674
|
+
}
|
1675
|
+
],
|
1676
|
+
"Name": "C6"
|
1677
|
+
},
|
1678
|
+
{
|
1679
|
+
"Segments": [
|
1680
|
+
{
|
1681
|
+
"StartX": 45,
|
1682
|
+
"StartY": 3,
|
1683
|
+
"EndX": 51,
|
1684
|
+
"EndY": 3
|
1685
|
+
}
|
1686
|
+
],
|
1687
|
+
"Name": "C7"
|
1688
|
+
},
|
1689
|
+
{
|
1690
|
+
"Segments": [
|
1691
|
+
{
|
1692
|
+
"StartX": 48,
|
1693
|
+
"StartY": 10,
|
1694
|
+
"EndX": 49,
|
1695
|
+
"EndY": 10
|
1696
|
+
},
|
1697
|
+
{
|
1698
|
+
"StartX": 49,
|
1699
|
+
"StartY": 5,
|
1700
|
+
"EndX": 49,
|
1701
|
+
"EndY": 10
|
1702
|
+
},
|
1703
|
+
{
|
1704
|
+
"StartX": 51,
|
1705
|
+
"StartY": 5,
|
1706
|
+
"EndX": 49,
|
1707
|
+
"EndY": 5
|
1708
|
+
}
|
1709
|
+
],
|
1710
|
+
"Name": "C8"
|
1711
|
+
},
|
1712
|
+
{
|
1713
|
+
"Segments": [
|
1714
|
+
{
|
1715
|
+
"StartX": 55,
|
1716
|
+
"StartY": 4,
|
1717
|
+
"EndX": 58,
|
1718
|
+
"EndY": 4
|
1719
|
+
}
|
1720
|
+
],
|
1721
|
+
"Name": "C9"
|
1722
|
+
},
|
1723
|
+
{
|
1724
|
+
"Segments": [
|
1725
|
+
{
|
1726
|
+
"StartX": 72,
|
1727
|
+
"StartY": 4,
|
1728
|
+
"EndX": 76,
|
1729
|
+
"EndY": 4
|
1730
|
+
}
|
1731
|
+
],
|
1732
|
+
"Name": "C11"
|
1733
|
+
},
|
1734
|
+
{
|
1735
|
+
"Segments": [
|
1736
|
+
{
|
1737
|
+
"StartX": 80,
|
1738
|
+
"StartY": 4,
|
1739
|
+
"EndX": 90,
|
1740
|
+
"EndY": 4
|
1741
|
+
}
|
1742
|
+
],
|
1743
|
+
"Name": "C13"
|
1744
|
+
},
|
1745
|
+
{
|
1746
|
+
"Segments": [
|
1747
|
+
{
|
1748
|
+
"StartX": 84,
|
1749
|
+
"StartY": 8,
|
1750
|
+
"EndX": 85,
|
1751
|
+
"EndY": 8
|
1752
|
+
},
|
1753
|
+
{
|
1754
|
+
"StartX": 85,
|
1755
|
+
"StartY": 6,
|
1756
|
+
"EndX": 85,
|
1757
|
+
"EndY": 8
|
1758
|
+
},
|
1759
|
+
{
|
1760
|
+
"StartX": 90,
|
1761
|
+
"StartY": 6,
|
1762
|
+
"EndX": 85,
|
1763
|
+
"EndY": 6
|
1764
|
+
}
|
1765
|
+
],
|
1766
|
+
"Name": "C17"
|
1767
|
+
},
|
1768
|
+
{
|
1769
|
+
"Segments": [
|
1770
|
+
{
|
1771
|
+
"StartX": 87,
|
1772
|
+
"StartY": 12,
|
1773
|
+
"EndX": 88,
|
1774
|
+
"EndY": 12
|
1775
|
+
},
|
1776
|
+
{
|
1777
|
+
"StartX": 88,
|
1778
|
+
"StartY": 8,
|
1779
|
+
"EndX": 88,
|
1780
|
+
"EndY": 12
|
1781
|
+
},
|
1782
|
+
{
|
1783
|
+
"StartX": 90,
|
1784
|
+
"StartY": 8,
|
1785
|
+
"EndX": 88,
|
1786
|
+
"EndY": 8
|
1787
|
+
}
|
1788
|
+
],
|
1789
|
+
"Name": "C18"
|
1790
|
+
},
|
1791
|
+
{
|
1792
|
+
"Segments": [
|
1793
|
+
{
|
1794
|
+
"StartX": 99,
|
1795
|
+
"StartY": 6,
|
1796
|
+
"EndX": 99,
|
1797
|
+
"EndY": 12
|
1798
|
+
},
|
1799
|
+
{
|
1800
|
+
"StartX": 100,
|
1801
|
+
"StartY": 12,
|
1802
|
+
"EndX": 99,
|
1803
|
+
"EndY": 12
|
1804
|
+
},
|
1805
|
+
{
|
1806
|
+
"StartX": 98,
|
1807
|
+
"StartY": 6,
|
1808
|
+
"EndX": 99,
|
1809
|
+
"EndY": 6
|
1810
|
+
},
|
1811
|
+
{
|
1812
|
+
"StartX": 99,
|
1813
|
+
"StartY": 6,
|
1814
|
+
"EndX": 104,
|
1815
|
+
"EndY": 6
|
1816
|
+
}
|
1817
|
+
],
|
1818
|
+
"Name": "C21"
|
1819
|
+
}
|
1820
|
+
],
|
1821
|
+
"Name": "Top Circuit - Copy - Copy - Copy",
|
1822
|
+
"Variables": [],
|
1823
|
+
"VariableFile": ""
|
1824
|
+
},
|
1825
|
+
"TransientAnalysis": {
|
1826
|
+
"EndTime": "2.5m",
|
1827
|
+
"FixedTimeStep": false,
|
1828
|
+
"SaveInitialPoint": true,
|
1829
|
+
"StopAtSteadyState": false,
|
1830
|
+
"TimeStep": "3E-09",
|
1831
|
+
"BaseFrequencyParameterEnabled": false,
|
1832
|
+
"NumberOfBasePeriodsSavedParameterEnabled": false,
|
1833
|
+
"BaseFrequency": "60",
|
1834
|
+
"NumberOfBasePeriodsSaved": "1"
|
1835
|
+
}
|
1836
|
+
}
|
1837
|
+
],
|
1838
|
+
"Libraries": [],
|
1839
|
+
"TestBenches": [
|
1840
|
+
{
|
1841
|
+
"Type": "ACSweep",
|
1842
|
+
"Name": "AC Sweep Test Bench 1",
|
1843
|
+
"DesignID": "",
|
1844
|
+
"DeviceID": "",
|
1845
|
+
"Fmax": 90000,
|
1846
|
+
"Fmin": 70,
|
1847
|
+
"MagMax": 0.04,
|
1848
|
+
"MagMin": 0.02,
|
1849
|
+
"NumberOfPoints": 43,
|
1850
|
+
"SweepType": "LogSweepType",
|
1851
|
+
"SaveAllSignals": false,
|
1852
|
+
"OutputDeviceID": "",
|
1853
|
+
"OutputScope": ""
|
1854
|
+
},
|
1855
|
+
{
|
1856
|
+
"Type": "ACSweep",
|
1857
|
+
"Name": "AC Sweep Test Bench 2",
|
1858
|
+
"DesignID": "",
|
1859
|
+
"DeviceID": "",
|
1860
|
+
"Fmax": 2000,
|
1861
|
+
"Fmin": 10,
|
1862
|
+
"MagMax": 0.4,
|
1863
|
+
"MagMin": 0.3,
|
1864
|
+
"NumberOfPoints": 21,
|
1865
|
+
"SweepType": "LogSweepType",
|
1866
|
+
"SaveAllSignals": false,
|
1867
|
+
"OutputDeviceID": "",
|
1868
|
+
"OutputScope": ""
|
1869
|
+
}
|
1870
|
+
],
|
1871
|
+
"ThermalData": []
|
1872
|
+
}
|