User Tools

Site Tools


supp:ltspice:start

This is an old revision of the document!


LTSpice Circuit Simulator

Manuals and Tutorials

  • :-) Switcher CAD 3 manual, the last official manual by Linear Technology of the LTSpice IV predecessor. Mostly used as reference.
  • :-) Great tutorial by Gunthard Kraus, e.g. lossy transmission lines, S-parameters, filters, …

Selected Topics

Voltage Controlled Switch

Parameter Sweep

Parameters and parameter sweep are defined by directives (commands starting with at dot).

Constant parameter:

.param C=1uF

Common loop expression, e.g. to test capacitors from 1μF to 10μF in 2μF steps:

.step param C 1uF 10uF 2uF

Parameters from a list:

.step param C list 0.47uF 1uF 2.2uF 10uF

Logarithmic (common log, base 10) parameter variation, e.g. 8 steps from 100nF to 1uF:

.step dec param C 100nF 1uF 8

AC Sweep (Creates Bode Plot)

logarithmic (base 10) AC sweep from 1 Hz to 100kHz with 10 steps per decade:

.ac dec 10 1 100k
supp/ltspice/start.1448390672.txt.gz · Last modified: 2015/11/24 18:44 by admin