About LTSpice

Thread Starter

Senz_90

Joined Jul 11, 2013
70
Hi all. Good day. I am still learning and wanna ask some question and help.

I don't know how to import a node on command prompt like this books suggest on LTSpice and maybe the SPICE is different? what is SPICE simulation tools on this forum books used?
I want to learn calculate and simulate circuits and it seems hard to do that without any help, so anyone know a good site those give a good explanation/tutorial on LTspice? I would happy if the tutorial include some picture to make a better understanding.
 

eetech00

Joined Jun 8, 2013
3,950
Hi all. Good day. I am still learning and wanna ask some question and help.

I don't know how to import a node on command prompt like this books suggest on LTSpice and maybe the SPICE is different? what is SPICE simulation tools on this forum books used?
I want to learn calculate and simulate circuits and it seems hard to do that without any help, so anyone know a good site those give a good explanation/tutorial on LTspice? I would happy if the tutorial include some picture to make a better understanding.
Check the linear.com web site. They have video tutorials.

Google "LTSpice Tutorial". There is a lot of tutorial out there...

eT
 

Thread Starter

Senz_90

Joined Jul 11, 2013
70
Check the linear.com web site. They have video tutorials.

Google "LTSpice Tutorial". There is a lot of tutorial out there...

eT
Thanks.

crutschow. In the first chapter DC Ohm's Law there is explanation using SPICE with commond prompt, maybe I am understand wrong about this?
 

crutschow

Joined Mar 14, 2008
34,432
Thanks.

crutschow. In the first chapter DC Ohm's Law there is explanation using SPICE with commond prompt, maybe I am understand wrong about this?
That likely is referring to using a Spice circuit file directly without a schematic interface. LTspice is normally interfaced through the Schematic Entry GUI.
 

tshuck

Joined Oct 18, 2012
3,534
Thanks.

crutschow. In the first chapter DC Ohm's Law there is explanation using SPICE with commond prompt, maybe I am understand wrong about this?
The file being created is referred to as a netlist - a list of nodes and connections among various components, which Spice uses to run a simulation.

Spice is a program, and what you are seeing is the program being supplied with the netlist and the results is the output of the program after running a simulation, all from the command line.

LTSpice has a graphical interface, meaning you don't need to use the command line (though you could) to run a simulation on a circuit.
 

Thread Starter

Senz_90

Joined Jul 11, 2013
70
Thank you. I am reading again and test it with command prompt and I am exactly wrong with my assumption. that is not same as I think. you both were right. I am make a few test resistor schematic with ltspice and it is really good. But I am not sure how to configure the simulation command. It looks like I have to read books to extend my knowledge further before try with this good software. I am still on chapter 2 about AC.
 

crutschow

Joined Mar 14, 2008
34,432
Click the Simulate tab, then click on the "Run" command and the "Edit Simulation Command" window will appear. If you want to modify a simulation command, just right-click the simulation command on the schematic.
 

Thread Starter

Senz_90

Joined Jul 11, 2013
70
Click the Simulate tab, then click on the "Run" command and the "Edit Simulation Command" window will appear. If you want to modify a simulation command, just right-click the simulation command on the schematic.
I know how to click those button :D and I means I don't really sure how to configure/edit it, I just understand a little bit about dc op point.

any guide how to configure it and what circuit need those configuration?
 

Alec_t

Joined Sep 17, 2013
14,313
Have you tried pressing F1 to use the LTspice Help? It's fairly comprehensive (albeit somewhat cryptic in places).
 

crutschow

Joined Mar 14, 2008
34,432
A couple of common Spice analyses are AC and transient.

AC analysis operates in the frequency-domain and is for determining the sine-wave (only) frequency response characteristics of the circuit, thus the only signal source available is AC sine-wave. It uses a linear model of the circuit derived from the circuits DC operating point, and pays no attention to actual AC voltage levels, only relative values for determining attenuation and gain values of the signal through the circuit.

The Transient analysis operates in the time-domain and uses the non-linear models of all the parts. It shows the operation of the circuit as an oscilloscope would, giving voltages and wave-shapes corresponding to the real circuit (within the limits of the simulation models). It has several different signal sources available, such a Pulse, Sine-wave, Exponential, PWL (PieceWise Linear), etc. depending upon what you need for the particular circuit being simulated.
 

Thread Starter

Senz_90

Joined Jul 11, 2013
70
Have you tried pressing F1 to use the LTspice Help? It's fairly comprehensive (albeit somewhat cryptic in places).
I have read it but still don't understand well, it is looks like I have to stop from this and continue reading books and follow the step with some practical simulation to understand better how the circuit work.

A couple of common Spice analyses are AC and transient.

AC analysis operates in the frequency-domain and is for determining the sine-wave (only) frequency response characteristics of the circuit, thus the only signal source available is AC sine-wave. It uses a linear model of the circuit derived from the circuits DC operating point, and pays no attention to actual AC voltage levels, only relative values for determining attenuation and gain values of the signal through the circuit.

The Transient analysis operates in the time-domain and uses the non-linear models of all the parts. It shows the operation of the circuit as an oscilloscope would, giving voltages and wave-shapes corresponding to the real circuit (within the limits of the simulation models). It has several different signal sources available, such a Pulse, Sine-wave, Exponential, PWL (PieceWise Linear), etc. depending upon what you need for the particular circuit being simulated.
I am still learning Vol 2 AC and would like test it with ltspice after get a good understanding. it is a bit harder to understand than DC volume 1 . thank you very much for your explanation sir, it really help!!
 
Last edited:
Top