0% found this document useful (0 votes)
58 views2 pages

Spice Format: 1 Fichero de Entrada

The document describes the SPICE format for circuit simulation files. It outlines the basic structure including a title block, netlist of connections, element definitions like resistors and capacitors, signal definitions for inputs like pulses and sine waves, analysis types like DC and transient, directives for outputs and includes, and supported element models. Parameter values can be entered with standard prefixes and the file uses comments to document the circuit under simulation.

Uploaded by

José Álvarez
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
58 views2 pages

Spice Format: 1 Fichero de Entrada

The document describes the SPICE format for circuit simulation files. It outlines the basic structure including a title block, netlist of connections, element definitions like resistors and capacitors, signal definitions for inputs like pulses and sine waves, analysis types like DC and transient, directives for outputs and includes, and supported element models. Parameter values can be entered with standard prefixes and the file uses comments to document the circuit under simulation.

Uploaded by

José Álvarez
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

SPICE FORMAT

1 FICHERO DE ENTRADA
T tulo de la Simulaci on Netlist : listado de conexiones Analisis a realizar Valores a imprimir .END

c Chavez92

* XXXXXXXXXXXXXXX + XXXXXXXXXXXXXXX

signica l nea comentario continuaci on de l nea

Nombres de Elementos
Un nombre debe empezar por la letra que caracteriza el elemento y a continuaci on una cadena que lo diferencie de otro.

Valores Numericos
num value expon lit comentario Exponentes literales k=103 meg=106 3 m=10 u=106 6 mil=25.610 g=109 n=109 t=1012 p=1012 f=1015

ELEMENTOS
RXXXXX n+ n- value CXXXXX n+ n- value [IC=value] LXXXXX n+ n- value [IC=value] DXXXXX na nc modelo QXXXXX nc nb ne modelo MXXXXX nd ng ns nb modelo BXXXXX nd ng ns modelo JXXXXX nd ng ns modelo IXXXXX n+ n- [DC value ] [AC mag phase ] [transient especif.] VXXXXX n+ n- [DC value ] [AC mag phase ] [transient especif.] EXXXXX FXXXXX HXXXXX GXXXXX n+ n+ n+ n+ nnnnnc+ nc+ nc+ nc+ ncncncncgain gain transr transc

RESISTENCIA CAPACIDAD INDUCTANCIA DIODO Trans. BIPOLAR Trans. MOS GaAsFET JFET F.I. Intensidad F.I. Tension

control V F.D. Tension F.D. Intensidad control I control I F.D. Tension F.D. Intensidad control V Bobinas Acopladas L nea de Transmision Interruptor V-control Subcircuit call

KXXXXX Lxxx Lyyy coupl. value TXXXXX na+ na- nb+ nb- Z0=value SXXXXX ns+ ns- nc+ ncXXXXXX n1 n2 . . . s name

SENALES
PULSE ( Vmin Vmax Tdelay Traise Tf all P W Ttotal ) SIN ( Vof f set Vampl F req Tdelay T heta ) EXP ( Vini Vpulsed Trise rise Tf all f all ) PWL ( T1 V1 T2 V2 . . . ) SFFM ( Vof f set Vampl F reqcarrier M odindex F reqsignal )

Pulso Senoide Exponencial Piece-Wise Linear Single Frequency FM

ANALISIS

punto de trabajo del circuito .OP analisis DC al variar la fuente .DC src name vstart vstop vinc analisis del comportamiento en frecuencia .AC [DEC/OCT/LIN] n points f start f stop transient analysis .TRAN tstep tstop [tstart [tmax]][UIC] de transferencia funcion .TF out var in src noise analysis .NOISE V(out [,ref]) src name [DEC/OCT/LIN] n points f start f stop Fourier Analysis .FOUR freq out var1 out var2 . . . Monte Carlo Analysis .MC nruns [DC/AC/TRAN] out var YMAX

VARIOS
.INC file .LIB file .SUBCKT sub name n1 n2 .. ......... .ENDS .IC node1 = value1 ... .MODEL name type ( param1=val1 ...)

inclusi on de archivo inclusi on de librer a denici on de subcircuito

condiciones iniciales denici on de modelo

OUTPUT

.PRINT [DC/AC/NOISE/TRAN] var1 var2 ... .PROBE1 Almacena todos los valores de la simulaci on Variables V( n1 ) V( n1 , n2 )1 I( source ) VDB( n1 ) VP( n1 ) tensi on n1 caida n1-n2 intensidad fuente m odulo tensi on en dB fase tensi on

1 exclusivo

PSPICE

You might also like