Home

PSPICE Komutlarının ve Çeşitli Elemanların Yazılış Biçimleri**

© 20 Şubat 2003 Deniz YILDIRIM, v1.0

Not: Bu sayfayla ilgili her türlü görüş ve önerileriniz ileride hazırlanacak olacak dökümanların kalitesinin arttırılması
açısından büyük önem taşımaktadır. Ayrıca bu sayfalarda ne tür bilgilerin olmasını istediğinizi de bana
yazabilirsiniz (e-mail: deniz@ieee.org). Şimdiden teşekkürler.


Genel
    İlk satır devrenin tanıtımıyla ilgili bilgileri içermektedir ve program tarafından dikkate alınmamaktadır.
    + : bir sonraki satırda devam etmek için
    * : devre ile ilgiliaçıklayıcı bilgiler yazmak için, tüm satır dikkate alınmamaktadır.
    ; : bir satırda noktalı virgülden sonraki kısımlar program tarafından dikkate alınmamaktadır.
Kısaltmalar
    ffemto10-15
    ppico10-12
    nnano10-9
    umicro10-6
    mmilli10-3
    kkilo103
    megmega106
    ggiga109
    ttera1012
Direnç, Kapasite ve Endüktans
Kullanım:
    İSİM DüğümA DüğümB Değer
    İSİM : Rxxx = Direnç, Lxxx = endüktans, Cxxx = kapasite
Örnek:
    CS 3 4 1.0uF
    R1 1 2 10k
.MODEL Komutu
    MODEL İSMİAÇIKLAMA
    DDiyot
    NPNnpn Tranzistör
    PNPpnp Tranzistör
    NMOSn-Channel MOSFET
    PMOSp-Channel MOSFET
    NJFn-Channel JFET
    PJFp-Channel JFET
    GASFETn-Channel GaAs MESFET
    RESdirenç
    CAPkapasite
    INDendüktans
BJT Parametreleri
    ParametreAçıklamaTanımlanmamışsa Değeri
    BFForward beta100
    CJEBase-emitterdepletion capacitance0
    CJCBase-collector depletion capacitance0
    VARReverse Early voltagesonsuz
    VAFForward Early voltagesonsuz
    BRReverse beta1
    NRReverse emission coefficient1
    NFForward emission coefficient1
Kullanım:
    Qxxx collector node base node emitter node Modelname
Örnek:
    Q1 3 2 1 NPN
    .MODEL NPN NPN(BF=200 CJC=20pf CJE=20pf)
MOSFET Parametreleri
    ParametreAçıklamaTanımlanmamışsa Değeri
    VTOThreshold voltage0
    KPConductance parameter0.02 mA/V2
    LEVELchoose zero for ideal
    CBDDrain-to-substrate capacitance0
    CBSSource-to-substrate capacitance0
    TOXOxide-layer thickness10-7 m
Kullanım:
    Mname drain gate source bulk/substrate NFET
Örnek:
    M1 10 20 0 0 NFET
    .MODEL NFET NMOS(LEVEL=0 VTO=2 KP=0.1)
Diyot Parametreleri
    ParametreAçıklamaTanımlanmamışsa Değeri
    ISSaturation Current10-14A
    CJOJunction capacitance at VD = 00
    VJReverse-breakdown voltage1V
    BVReverse-breakdown voltageinfinite
    IBVCurrent at VD = BV10-10A
    RSSeries Ohmic resistance0
    NEmission coefficient (ideality factor)1
Syntax:
    Dxxx anode(+) cathode (-) Modelname
Example:
    D1 2 1 DIODE
    .MODEL DIODE D(IS=4.7E-12,N=1)
TYPES OF ANALYSES
.DC (Large-Signal Transfer Characteristic)
    Syntax
      .DC SOURCE START STOP INCR
      SOURCE is the voltage or current source
      Transfer characteristics are obtained by incrementing the SOURCE from START to STOP in steps of INCR
    Example:
      .DC VIN -5 5 0.1
.AC (Sinusoidal Steady-State Frequency Response)
    Syntax:
      .AC SCALE-TYPE NPOINTS FSTART FSTOP

      SCALE-TYPE:

        LIN linear increments
        NPOINTS specifies the number of frequencies between FSTART and FSTOP
      DEC logarithmic increments
        NPOINTS defines the number of points per decade
      OCT octaves of frequency
        NPOINTS defines the number of points per octave
    Example:
      .AC DEC 50 1K 1MEG
      Performs a sinusoidal steady-state analysis over 3 decades of frequency from 1kHz to 1Mhz, computing the response at 50 points within each decade

    If an analysis at a single frequency is desired, NPOINTS should be set to one and FSTART = FSTOP

.TRAN (Transient Analysis)
    To compute the output of the circuit as a function of time

    Syntax:

      .TRAN TSTEP TSTOP TSTART TINCR UIC(optional)
      Analysis begins at t = 0 and ends at t = TSTOP seconds
      output is printed at every increment TSTEP
      if TSTART is nonzero it only plots starting at TSTART
      if TINCR is omitted the default TINCR value is (TSTOP - TSTART)/50

      UIC user initial condition...the initial conditions specified in capacitor and inductor element statements are used instead

      NOTE: .IC control line can be used to set an initial condition for any node in the circuit

.TF (Small-Signal Transfer Function)
    Syntax:
      .TF OUTPUT_VARIABLE INPUT_VARIABLE
      To perform a small signal analysis using small-signal linear models for nonlinear devices
      INPUT_VARIABLE voltage or current source

    Example:
      .TF V(1,2) VIN
      Finds small-signal voltage gain between nodes 1 and 2 as the output variable

      .TF I(V1) VS
      Finds the small-signal transconductance using the current through the source V1 as the output variable and VS as the input variable

.TEMP (Temperature Specification)
    Syntax
      .TEMP VAL1 VAL2 VAL3 ...
    Perform the analysis at each temperature VAL in Celsius
    Default is 27C (room temperature)

.IC (Initial Conditions)

    Syntax:
      .IC V(N) = VALUE V(J,K) = VALUE
      where N, J, K are node numbers
.STEP (Parameter Step)
    Syntax:
      .STEP (TYPE) STEPVAR START STOP INCR
    Perform simulation while stepping the parameter STEPVAR between the values START and STOP in increments of INCR

    NOTE: if .AC or .DC or .TRAN is included Spice will perform these analyses for each value of STEPVAR

    TYPE: is optional; LIN (linear increments), DEC (increment points per decade), OCT (incr points per octave), LIST (must be followed by a list of STEPVAR values separated by spaces). Default is LIN


© 2000 Deniz Yildirim,   www.denizyildirim.org  deniz@ieee.org
** Bu dökümanı kaynak göstermek suretiyle eğitim ve kişisel amaçlarınız için kullanmanızda
bir sakınca bulunmamaktadır. Her ne şekilde olursa olsun ticari amaçlar için kullanılması
kesinlikle yasaktır. Lütfen bu dip notu bu dökümandan ayırmayınız.