Download ltspice iv
Author: m | 2025-04-23
Ltspice iv download 32 bit; Ltspice iv download 32 bit. Most people looking for Ltspice iv 32 bit downloaded: LTspice IV. Download. 4.1 on 32 votes . LTspice IV is a high performance SPICE Ltspice iv 4.1 download. Most people looking for Ltspice iv 4.1 downloaded: LTspice IV. Download. 4.1 on 32 votes . LTspice IV is a high performance SPICE simulator, schematic
LTspice IV Download - LTspice IV - a high
The VDMOS model as used in LTspice simulator can model power MOSFET's nicely. Mike Engelhardt updated the VDMOS (May 2019) to include temperature parameters. I have updated my earlier IRF's and Exicon lateral's. They can be downloaded here for LTspice XVII OR LT-IV here. Updated Tutorial PDF for extracting parameters for the IRFP240 and IRFP9240. Download PDF below. A simple jig does pulse measurements (DIY breadboard it - may need Scope). Download PDF below. To simulate CMOS inverters eg for guitar overload effects then you need to use a MOSFET model with quasisaturation. The LTspice VDMOS lacks quasisaturation. It can be added using a subcircuit. Download PDF below. BTW SuperSpice already has a VDMOS with quasisaturation. My files are also provided free under Creative Commons 4 Attribution (over-riding my Copyright) and no liability is accepted. Please let me know if you find errors (use Contact). LTspice jigs for the 'VDMOS parameter extraction' Tutorial PDF (Part 1), Download "Compare-Extraction-jigs-IRFP240-IRFP9240.zip" has 6 LTspice jigs here. Part 1 only (1v6) Hegglun_VDMOS-parameter-extraction-Part- Adobe Acrobat Document 640.9 KB Part 1+2 (version 1v7) Hegglun_VDMOS-parameter-extraction-Part- Adobe Acrobat Document 1.3 MB Pulse tester jig Ver 1v0 Hegglun_Simple-pulse-jig-for-power-MOSFE Adobe Acrobat Document 441.2 KB LTspice files below for the 'Simple pulse jig for power MOSFETs' : Download "VDMOS+EKV-10x20+20x20" LTspice jigs and Spreadsheet here. Download "VDMOS-20N20+20P20-measured-data" here. Dec 2021 superseded: Subcircuit to add Quasisaturation to the VDMOS (Ver 0v1) white paper here and LTspice demo files here Triode+SIT+jFET subcircuit using the VDMOS Dec 2021: This is an ambitious subcircuit! I may change it into 3 separate versions some day. updated white paper here. models and demo jig here. Update Jan 2023 This VDMOS subcircuit models jFET's, SIT's and Triode's, it adds effects including: Gate-drain leakage current (IGSX) that changes with Vds and temperature Quasisaturation for jFET's is significant for most small-signal jFET plots Noise and breakdown parameters are also included Triode (SIT) Mu varies with Vgk (Vgs) and Vak (Vds), and Triode positive grid current is modulated by Vak Update Jan 2023 TriJmos-Triode-and-jFET-model-using-the- Adobe Acrobat Document 839.7 KB Today’s electronics systems require an increasing number of power rails and supply solutions, with the load range from a few mA for standby supply to over 100A for ASIC or FPGA core voltage regulators. It is important to have the appropriate solutions for the targeted applications and meet specified performance requirements, such as high efficiency, high reliability, tight printed circuit board (PCB) space, accurate output regulation, fast transient response, and low solution cost. Power management design, especially embedded switching mode supply design, is becoming a more frequent and challenging task for system designers, who may or may not have strong power supply backgrounds. Analog Devices offers a pair of tools, LTspice IV and LTpowerCAD II to help designers tackle these challenges.The LTspice schematic capture and simulation tool offers a powerful aid to system designers in understanding the operation of an analog circuit and visualizing its waveforms and dynamic performance. LTspice is especially helpful in the following situations: When a user needs to develop a new circuit solution or unfamiliar supply topology If a user needs to understand or evaluate a new LTC product When a user needs to check a circuit’s dynamic behaviors and performancesHowever, because it is a general purpose simulation-oriented tool instead of design-oriented tool, LTspice has some limitations: For an inexperienced supply designer, the simulation waveforms do not provide sufficient explanations nor guide him with component selection and design trade-offs. For an experienced supply designers working on a familiar topology/solution with many repetitive designs, simulation may not be a necessary or productive design method. Instead, he really needs a spreadsheet tool to quickly calculate power supply parameters/values and estimate its performance. The LTspice simulation does not offer a detailed supply efficiency estimation and loss breakdown analysis, which can be very useful to select power components. LTspice does not offer a convenient , fast loop compensation design method for a switching mode supply. The user needs to either build his own small signal circuit model or do repetitive time-domain simulations with sinusoidal perturbation waveforms, which can be challenging and time consuming. As a complement to the LTspice simulationLTspice IV Download - LTspice IV - a high performance
Informations Creator Message jbrazio Warning This installer is a beta script. It means that it might not work as expected Install this program Informations Platforms: Downloads: 5731 Wine: System Feedbacks 2 0 Description LTspice IV is a high performance SPICE simulator, schematic capture and waveform viewer with enhancements and models for easing the simulation of switching regulators. Our enhancements to SPICE have made simulating switching regulators extremely fast compared to normal SPICE simulators, allowing the user to view waveforms for most switching regulators in just a few minutes. Included in this download are LTspice IV, Macro Models for 80% of Linear Technology's switching regulators, over 200 op amp models, as well as resistors, transistors and MOSFET models. Screenshots Source code #!/bin/bash# Date : (2015-04-06 13-43)# Last revision : (2015-04-06 13-43)# Wine version used : 1.6.2# Distribution used to test : Ubuntu 14.04 LTS# Author : João Brázio # URL : [ "$PLAYONLINUX" = "" ] && exit 0source "${PLAYONLINUX}/lib/sources" TITLE="LT Spice IV"PREFIX="LTSpiceIV"INSTALLER_DOWNLOAD=" POL_SetupWindow_InitPOL_Debug_Init POL_SetupWindow_presentation "${TITLE}" "Linear Technology" " "João Brázio " "${PREFIX}" POL_Wine_SelectPrefix "${PREFIX}"if [ "$(POL_Wine_PrefixExists "${PREFIX}")" = "False" ]; then POL_Wine_PrefixCreatefi Set_OS "win7"POL_System_SetArch "x86" POL_Wine_InstallFontsPOL_Call POL_Function_FontsSmoothRGB POL_System_TmpCreate "${PREFIX}"cd "${POL_System_TmpDir}" POL_Download "${INSTALLER_DOWNLOAD}"POL_SetupWindow_wait "$(eval_gettext 'IInstallation in progress.')" "$TITLE"POL_Wine start /unix "${POL_System_TmpDir}/LTspiceIV.exe"POL_Wine_WaitExit "${TITLE}" POL_Shortcut "scad3.exe" "$TITLE" "" "" "Development;Engineering;Electronics;"POL_Extension_Write asc "$TITLE" POL_SetupWindow_message "$(eval_gettext 'Installation finished.')" "$TITLE" [ -d "${POL_System_TmpDir}" ] && POL_System_TmpDeletePOL_SetupWindow_Close exit Contributions Member Message Dadu042 Friday 10 May 2019 at 23:05 Dadu042 Moderator --> Information This update has been approved by the team. Try this update Message Copied 2015 script in the right place. Differences @@ -0,0 +1,48 @@+#!/bin/bash+# Date : (2015-04-06 13-43)+# Last revision : (2015-04-06 13-43)+# Wine version used : 1.6.2+# Distribution used to test : Ubuntu 14.04 LTS+# Author : João Brázio +# URL : +[ "$PLAYONLINUX" = "" ] && exit 0+source "${PLAYONLINUX}/lib/sources"+ +TITLE="LT Spice IV"+PREFIX="LTSpiceIV"+INSTALLER_DOWNLOAD=" +POL_SetupWindow_Init+POL_Debug_Init+ +POL_SetupWindow_presentation "${TITLE}" "Linear Technology" " "João Brázio " "${PREFIX}"+ +POL_Wine_SelectPrefix "${PREFIX}"+if [ "$(POL_Wine_PrefixExists "${PREFIX}")" = "False" ]; then+ POL_Wine_PrefixCreate+fi+ +Set_OS "win7"+POL_System_SetArch "x86"+ +POL_Wine_InstallFonts+POL_Call POL_Function_FontsSmoothRGB+ +POL_System_TmpCreate "${PREFIX}"+cd "${POL_System_TmpDir}"+ +POL_Download "${INSTALLER_DOWNLOAD}"+POL_SetupWindow_wait "$(eval_gettext 'IInstallation in progress.')" "$TITLE"+POL_Wine start /unix "${POL_System_TmpDir}/LTspiceIV.exe"+POL_Wine_WaitExit "${TITLE}"+ +POL_Shortcut "scad3.exe" "$TITLE" "" "" "Development;Engineering;Electronics;"+POL_Extension_Write asc "$TITLE"+ +POL_SetupWindow_message "$(eval_gettext 'Installation finished.')" "$TITLE"+ +[ -d "${POL_System_TmpDir}" ] && POL_System_TmpDelete+POL_SetupWindow_Close+ +exit\ No newline at end of file New source code #!/bin/bash# Date : (2015-04-06 13-43)# Last revision : (2015-04-06 13-43)# Wine version used : 1.6.2# Distribution used to test : Ubuntu 14.04 LTS# Author : João Brázio # URL : [ "$PLAYONLINUX". Ltspice iv download 32 bit; Ltspice iv download 32 bit. Most people looking for Ltspice iv 32 bit downloaded: LTspice IV. Download. 4.1 on 32 votes . LTspice IV is a high performance SPICE Ltspice iv 4.1 download. Most people looking for Ltspice iv 4.1 downloaded: LTspice IV. Download. 4.1 on 32 votes . LTspice IV is a high performance SPICE simulator, schematicSimulation in LTspice IV SIMULATION IN LTSPICE IV
Object such as alist or a generator as a second argument.When the run_all() method is called, it will make run a simulation per each combination of values. On the example aboveit will make the simulations:(XU1, V1) in (("AD712", 5), ("AD712", 10), ("AD712", 15), ("AD820_ALT", 5), ("AD820_ALT", 10), ("AD820_ALT", 15))It should be noted that for each sweep method added it will add a new dimension simulation space.In other words, the total number of simulations will be the product of each vector length. There is no restriction tothe number of simulations to be done, however, a huge number of simulation will take a long time to execute and mayoccupy a considerable amount of space on the disk.Simulators and Windows, Linux and MacOS compatibilityThe LTspice class tries to detect the correct path of the LTspice installation depending on the platform. On Linuxit expects LTspice to be installed under wine. On MacOS, it first looks for LTspice installed under wine, and when itcannot be found, it will look for native LTspice. The reason is that the command line interface of the native LTspice isseverely limited.If you use the native LTspice, please make sure that you have installed the libraries via Settings: Operationtab, Model Update button.Ngspice runs natively under Windows, Linux and MacOS (via brew). This library works with Ngspice CLI, and tries todetect the correct executable path, no matter the platform. It cannot (yet) work with the shared library version ofNgspice that is delivered with for example Kicad, you will need to install the CLI version. You can however use Kicad asthe schema editor and subsequently save the Ngspice netlist to use it with this library.For the other simulators, built-in Linux/MacOS support is coming, but you can always try to use it under Linux viasetting of the executable paths.Executable and Library pathsA large variety A p-channel device. It conducts current when a negative voltage (logic low) is applied to its gate terminal with respect to the source terminal. In CMOS, PMOS acts as pull up network in which the source is connected to VDD. When logic low(0) is applied is CMOS, the PMOS transistor turns on and connects the VDD to output which makes the output to logic high(1).NMOS: The NMOS transistor is an n-channel device. It conducts current when a positive voltage (logic high) is applied to its gate terminal with respect to the source terminal. In CMOS, MMOS acts as pull down network in which the source is connected to ground. When logic high(1) is applied is CMOS, the NMOS transistor turns on and connects the output to ground which makes the output to logic low(0).ObjectivesThe main goal of this project are given belowTo plot the schematics of logic gates, and circuitsTo plot the output waveformTo verify the functionalityProject StructureTool : LTspiceTechnology : C5N technologyLTspice Simulation Files: Files with .asc extension represents LTspice simulation files for each logic gate.AND.asc : LTspice simulation file for the AND gate.OR.asc : LTspice simulation file for the OR gate.NOT.asc : LTspice simulation file for the NOT gate.NAND.asc : LTspice simulation file for the NAND gate.NOR.asc : LTspice simulation file for the NOR gate.Circuit DetailsThe output of AND gate produces 1 if and only if all the input states are 1 else it produces 0. The logic symbol and truth table of 2-input AND gate is shown below. Figure 1: Logic Symbol, Truth table and Logic Circuit of AND gateThe output of OR gate produces 1 if one or more input states are 1 else it produces 0. The logic symbol and truth table of 2-input OR gate is shown below. Figure 2: Logic Symbol, Truth tableLTspice IV Download - LTspice IV - a high performance simulator
Category: Software Product Number: 0 I was able to download LTSpice without issue however, the supporting software for the ADALM2000 (Scopy) was giving me some trouble. I use a MacBook Pro w/ the M1 processor. To use some other software needed for school I have a Virtual Machine Installed (Parallels) as well. When I followed the steps outlined on your website I failed to install the Drivers needed prior to the scopy install. I would download the drivers, but the installation wizard would fail each time I tried. I’m not too sure why the install failed, could be the VM or some other issue. I was able to install LTspice on my VM, and my Mac without issue. There was an option to install scopy on the Mac, but when I plug the ADALM2000 into my device I follow the info.html link in the drive to the website. From there, I follow the steps:Install the lastest firmware: I was able to download the folder.Install HoRNDIS: I download the installer, but installation fails and simply tells me that extension cannot be verified, and to contact the manufacturer.Install libiio Library: I run into no issues here.Install Scopy: I can download the application however, when I attempt to open the applications I get a warning that says "Scopy" cannot be opened because the developer cannot be verified." "macOS cannot verify that this app is free form malware."I am unsure of how to proceed, and I'm not all that tech-savy so please excuse my ignorance. Thanks for any help in advance.LTspice IV - basic information, download LTspice IV - fileinfo.co
Server will runthe simulation and return the results to the client. The client on the remote machine is a script instancing theSimClient class. An example of its usage is shown below:import osimport zipfileimport logging# In order for this, to work, you need to have a server running. To start a server, run the following command:# python -m spicelib.scripts.run_server --port 9000 --parallel 4 --output ./temp LTSpice 300_logger = logging.getLogger("spicelib.SimClient")_logger.setLevel(logging.DEBUG)from spicelib.client_server.sim_client import SimClientserver = SimClient(' 9000)print(server.session_id)runid = server.run("./testfiles/testfile.net")print("Got Job id", runid)for runid in server: # Ma zip_filename = server.get_runno_data(runid) print(f"Received {zip_filename} from runid {runid}") with zipfile.ZipFile(zip_filename, 'r') as zipf: # Extract the contents of the zip file print(zipf.namelist()) # Debug printing the contents of the zip file zipf.extract(zipf.namelist()[0]) # Normally the raw file comes first os.remove(zip_filename) # Remove the zip fileserver.close_session()-- in examples/sim_client_example.py [SimClient Example]usage: run_server [-h] [-p PORT] [-o OUTPUT] [-l PARALLEL] simulatorRun the LTSpice Server. This is a command line interface to the SimServer class. The SimServer class is used to runsimulations in parallel using a server-client architecture. The server is a machine that runs the SimServer class andthe client is a machine that runs the SimClient class. The argument is the simulator to be used (LTSpice, Ngspice, XYCE, etc.)positional arguments: simulator Simulator to be used (LTSpice, Ngspice, XYCE, etc.)optional arguments: -h, --help show this help message and exit -p PORT, --port PORT Port to run the server. Default is 9000 -o OUTPUT, --output OUTPUT Output folder for the results. Default is the current folder -l PARALLEL, --parallel PARALLEL Maximum number of parallel simulations. Default is 4asc_to_qsch.exeConverts LTspice schematics into QSPICE schematics.Usage: asc_to_qsch [options] ASC_FILE [QSCH_FILE]Options: --version show program's version number and exit -h, --help show this help message and exit -a PATH, --add=PATH Add a path for searching for symbolsOther functionslog\semi_dev_op_reader.opLogReaderThis module is used to read from LTSpice log. Ltspice iv download 32 bit; Ltspice iv download 32 bit. Most people looking for Ltspice iv 32 bit downloaded: LTspice IV. Download. 4.1 on 32 votes . LTspice IV is a high performance SPICE Ltspice iv 4.1 download. Most people looking for Ltspice iv 4.1 downloaded: LTspice IV. Download. 4.1 on 32 votes . LTspice IV is a high performance SPICE simulator, schematicSimulation in LTspice IV SIMULATION IN LTSPICE IV SIMULATION IV
LibreOffice LibreOffice for PC Windows (7/10/11) is a great office suite; its fresh interface, as well as its controlling tools, allows you to release your creativity plus raise your output. LibreOffice includes numerous applications that make it an influential Free & Open Source Office Suite on the market: Writer, the word processor, Calc, the worksheet application, Impress, the performance engine, Draw, our sketch plus flowcharting application, Base, our list and file fronted, besides Math for LTspice LTspice is a freeware utility for assisting professionals or even novice students on how to simulate and regulate circuits. The high-performance simulator, schematic capture, and waveform viewer offer multiple tools for adding geometric shapes to increase the complexity of your object. LTspice Features Smooth Simulation LTspice provides a great variety of macro models for adding to a circuit such as resistors, inductors, capacitors, diodes, wires, BUS taps, text boxes, labels, Microsoft Word Microsoft Word is a powerful text editing platform that offers seamless services for creating, editing, and sharing documents on any device. It is the #1 text editing software and is used by a large community of bloggers, writers, journalists, project managers, and so on. In our day-to-day professional life, we have to do multiple documentation-related tasks, so we need software that reliably performs multiple tasks simultaneously such as text editing, formatting, collaboration,Comments
The VDMOS model as used in LTspice simulator can model power MOSFET's nicely. Mike Engelhardt updated the VDMOS (May 2019) to include temperature parameters. I have updated my earlier IRF's and Exicon lateral's. They can be downloaded here for LTspice XVII OR LT-IV here. Updated Tutorial PDF for extracting parameters for the IRFP240 and IRFP9240. Download PDF below. A simple jig does pulse measurements (DIY breadboard it - may need Scope). Download PDF below. To simulate CMOS inverters eg for guitar overload effects then you need to use a MOSFET model with quasisaturation. The LTspice VDMOS lacks quasisaturation. It can be added using a subcircuit. Download PDF below. BTW SuperSpice already has a VDMOS with quasisaturation. My files are also provided free under Creative Commons 4 Attribution (over-riding my Copyright) and no liability is accepted. Please let me know if you find errors (use Contact). LTspice jigs for the 'VDMOS parameter extraction' Tutorial PDF (Part 1), Download "Compare-Extraction-jigs-IRFP240-IRFP9240.zip" has 6 LTspice jigs here. Part 1 only (1v6) Hegglun_VDMOS-parameter-extraction-Part- Adobe Acrobat Document 640.9 KB Part 1+2 (version 1v7) Hegglun_VDMOS-parameter-extraction-Part- Adobe Acrobat Document 1.3 MB Pulse tester jig Ver 1v0 Hegglun_Simple-pulse-jig-for-power-MOSFE Adobe Acrobat Document 441.2 KB LTspice files below for the 'Simple pulse jig for power MOSFETs' : Download "VDMOS+EKV-10x20+20x20" LTspice jigs and Spreadsheet here. Download "VDMOS-20N20+20P20-measured-data" here. Dec 2021 superseded: Subcircuit to add Quasisaturation to the VDMOS (Ver 0v1) white paper here and LTspice demo files here Triode+SIT+jFET subcircuit using the VDMOS Dec 2021: This is an ambitious subcircuit! I may change it into 3 separate versions some day. updated white paper here. models and demo jig here. Update Jan 2023 This VDMOS subcircuit models jFET's, SIT's and Triode's, it adds effects including: Gate-drain leakage current (IGSX) that changes with Vds and temperature Quasisaturation for jFET's is significant for most small-signal jFET plots Noise and breakdown parameters are also included Triode (SIT) Mu varies with Vgk (Vgs) and Vak (Vds), and Triode positive grid current is modulated by Vak Update Jan 2023 TriJmos-Triode-and-jFET-model-using-the- Adobe Acrobat Document 839.7 KB
2025-04-16Today’s electronics systems require an increasing number of power rails and supply solutions, with the load range from a few mA for standby supply to over 100A for ASIC or FPGA core voltage regulators. It is important to have the appropriate solutions for the targeted applications and meet specified performance requirements, such as high efficiency, high reliability, tight printed circuit board (PCB) space, accurate output regulation, fast transient response, and low solution cost. Power management design, especially embedded switching mode supply design, is becoming a more frequent and challenging task for system designers, who may or may not have strong power supply backgrounds. Analog Devices offers a pair of tools, LTspice IV and LTpowerCAD II to help designers tackle these challenges.The LTspice schematic capture and simulation tool offers a powerful aid to system designers in understanding the operation of an analog circuit and visualizing its waveforms and dynamic performance. LTspice is especially helpful in the following situations: When a user needs to develop a new circuit solution or unfamiliar supply topology If a user needs to understand or evaluate a new LTC product When a user needs to check a circuit’s dynamic behaviors and performancesHowever, because it is a general purpose simulation-oriented tool instead of design-oriented tool, LTspice has some limitations: For an inexperienced supply designer, the simulation waveforms do not provide sufficient explanations nor guide him with component selection and design trade-offs. For an experienced supply designers working on a familiar topology/solution with many repetitive designs, simulation may not be a necessary or productive design method. Instead, he really needs a spreadsheet tool to quickly calculate power supply parameters/values and estimate its performance. The LTspice simulation does not offer a detailed supply efficiency estimation and loss breakdown analysis, which can be very useful to select power components. LTspice does not offer a convenient , fast loop compensation design method for a switching mode supply. The user needs to either build his own small signal circuit model or do repetitive time-domain simulations with sinusoidal perturbation waveforms, which can be challenging and time consuming. As a complement to the LTspice simulation
2025-04-04Informations Creator Message jbrazio Warning This installer is a beta script. It means that it might not work as expected Install this program Informations Platforms: Downloads: 5731 Wine: System Feedbacks 2 0 Description LTspice IV is a high performance SPICE simulator, schematic capture and waveform viewer with enhancements and models for easing the simulation of switching regulators. Our enhancements to SPICE have made simulating switching regulators extremely fast compared to normal SPICE simulators, allowing the user to view waveforms for most switching regulators in just a few minutes. Included in this download are LTspice IV, Macro Models for 80% of Linear Technology's switching regulators, over 200 op amp models, as well as resistors, transistors and MOSFET models. Screenshots Source code #!/bin/bash# Date : (2015-04-06 13-43)# Last revision : (2015-04-06 13-43)# Wine version used : 1.6.2# Distribution used to test : Ubuntu 14.04 LTS# Author : João Brázio # URL : [ "$PLAYONLINUX" = "" ] && exit 0source "${PLAYONLINUX}/lib/sources" TITLE="LT Spice IV"PREFIX="LTSpiceIV"INSTALLER_DOWNLOAD=" POL_SetupWindow_InitPOL_Debug_Init POL_SetupWindow_presentation "${TITLE}" "Linear Technology" " "João Brázio " "${PREFIX}" POL_Wine_SelectPrefix "${PREFIX}"if [ "$(POL_Wine_PrefixExists "${PREFIX}")" = "False" ]; then POL_Wine_PrefixCreatefi Set_OS "win7"POL_System_SetArch "x86" POL_Wine_InstallFontsPOL_Call POL_Function_FontsSmoothRGB POL_System_TmpCreate "${PREFIX}"cd "${POL_System_TmpDir}" POL_Download "${INSTALLER_DOWNLOAD}"POL_SetupWindow_wait "$(eval_gettext 'IInstallation in progress.')" "$TITLE"POL_Wine start /unix "${POL_System_TmpDir}/LTspiceIV.exe"POL_Wine_WaitExit "${TITLE}" POL_Shortcut "scad3.exe" "$TITLE" "" "" "Development;Engineering;Electronics;"POL_Extension_Write asc "$TITLE" POL_SetupWindow_message "$(eval_gettext 'Installation finished.')" "$TITLE" [ -d "${POL_System_TmpDir}" ] && POL_System_TmpDeletePOL_SetupWindow_Close exit Contributions Member Message Dadu042 Friday 10 May 2019 at 23:05 Dadu042 Moderator --> Information This update has been approved by the team. Try this update Message Copied 2015 script in the right place. Differences @@ -0,0 +1,48 @@+#!/bin/bash+# Date : (2015-04-06 13-43)+# Last revision : (2015-04-06 13-43)+# Wine version used : 1.6.2+# Distribution used to test : Ubuntu 14.04 LTS+# Author : João Brázio +# URL : +[ "$PLAYONLINUX" = "" ] && exit 0+source "${PLAYONLINUX}/lib/sources"+ +TITLE="LT Spice IV"+PREFIX="LTSpiceIV"+INSTALLER_DOWNLOAD=" +POL_SetupWindow_Init+POL_Debug_Init+ +POL_SetupWindow_presentation "${TITLE}" "Linear Technology" " "João Brázio " "${PREFIX}"+ +POL_Wine_SelectPrefix "${PREFIX}"+if [ "$(POL_Wine_PrefixExists "${PREFIX}")" = "False" ]; then+ POL_Wine_PrefixCreate+fi+ +Set_OS "win7"+POL_System_SetArch "x86"+ +POL_Wine_InstallFonts+POL_Call POL_Function_FontsSmoothRGB+ +POL_System_TmpCreate "${PREFIX}"+cd "${POL_System_TmpDir}"+ +POL_Download "${INSTALLER_DOWNLOAD}"+POL_SetupWindow_wait "$(eval_gettext 'IInstallation in progress.')" "$TITLE"+POL_Wine start /unix "${POL_System_TmpDir}/LTspiceIV.exe"+POL_Wine_WaitExit "${TITLE}"+ +POL_Shortcut "scad3.exe" "$TITLE" "" "" "Development;Engineering;Electronics;"+POL_Extension_Write asc "$TITLE"+ +POL_SetupWindow_message "$(eval_gettext 'Installation finished.')" "$TITLE"+ +[ -d "${POL_System_TmpDir}" ] && POL_System_TmpDelete+POL_SetupWindow_Close+ +exit\ No newline at end of file New source code #!/bin/bash# Date : (2015-04-06 13-43)# Last revision : (2015-04-06 13-43)# Wine version used : 1.6.2# Distribution used to test : Ubuntu 14.04 LTS# Author : João Brázio # URL : [ "$PLAYONLINUX"
2025-03-31