home *** CD-ROM | disk | FTP | other *** search
/ World of Ham Radio 1997 / WOHR97_AmSoft_(1997-02-01).iso / engineer / analog / analog_3 / amsoft.iii next >
Text File  |  1997-02-01  |  10KB  |  206 lines

  1. 1.0) Introduction
  2.  
  3.      This file describes how to setup and run the Prentice-Hall "student"
  4.      version of PSpice and Probe.
  5.  
  6.      PSpice is an analog circuit simulator.  It calculates the voltages and
  7.      currents of a circuit under a variety of different circumstances, such as
  8.      DC, AC, and in time.  The program SPICE was developed at the University of
  9.      California at Berkeley in the early 1970's and has become a de facto
  10.      standard in the area of analog simulation.  The input and output of PSpice
  11.      conform to that standard.  Also, PSpice has many extensions which give it
  12.      a wide applicability.
  13.  
  14.      Probe is a waveform viewer.  It displays the results from PSpice
  15.      graphically and interactively.  If you think of PSpice as a "software
  16.      breadboard", then think of Probe as a "software oscilloscope".
  17.  
  18.      Also included in this package is the Monte Carlo analysis option for
  19.      PSpice.  Monte Carlo analysis allows tolerances to be assigned to
  20.      component values and used in repeated simulations.  This option is built
  21.      into the student version of the PSpice program.
  22.  
  23. 2.0) System Configuration
  24.  
  25.      PSpice will run on the IBM PC and PS/2 families of computers, including
  26.      machines based on the 8088, 8086, 80286, and 80386.  PSpice needs 512
  27.      kilobytes of memory (RAM).  Either the monochrome or color display may be
  28.      used.  Any printer may be used.  For this student version of PSpice the
  29.      floating-point co-processor (8087, 80287, or 80387) is optional.  If
  30.      present the program will run at full speed.  Otherwise it will run 5-15
  31.      times slower.  The production version requires the co-processor; it is not
  32.      optional.
  33.  
  34.      PSpice runs under MSDOS 2.0+ and requires the system to have been booted
  35.      with a CONFIG.SYS file which contains the statement:
  36.  
  37.           FILES=16
  38.  
  39.      It is also recommended that the CONFIG.SYS file contain the statement:
  40.  
  41.           BUFFERS=16
  42.  
  43.      All of these comments apply to Probe, also.
  44.  
  45. 3.0) Running PSpice
  46.  
  47.      PSpice is 1 program and 1 overlay file (PSPICE1.EXE and PHSPICE.OVL).  For
  48.      systems with a fixed disk, simply copy the all the files on both diskettes
  49.      into a directory and then start PSpice with the command:
  50.  
  51.           PSPICE input-file output-file
  52.  
  53.      For systems without a fixed disk, you must have the program and overlay
  54.      file on diskettes in drives A and B.  Diskette 1 goes into drive A;
  55.      diskette 2 goes into drive B.  Also, you must have both drives in a DOS
  56.      PATH command, such as:
  57.  
  58.           PATH A:; B:
  59.  
  60.      See your DOS manual for more information on the PATH command.  Once this
  61.      is done, PSpice is run with the command:
  62.  
  63.           FPSPICE input-file output-file
  64.  
  65.      For all the above cases, the input-file and output-file may have path
  66.      names.  The program files, too, can be on any directory specified by a
  67.      previous DOS PATH command.
  68.  
  69.      The input file must be specified, but its extension need not be.  Its
  70.      extension defaults to .CIR.  The output file is optional, its name
  71.      defaults to the input file's name and its extension defaults to .OUT. 
  72.      This command will run EXAMPLE1.CIR and put the results into a file named
  73.      EXAMPLE1.OUT:
  74.  
  75.           PSPICE EXAMPLE1
  76.  
  77.      If the input file is not specified you will be prompted for it.  The
  78.      output file may be a device, such as the printer.  This command would run
  79.      EXAMPLE1 to the printer:
  80.  
  81.           PSPICE EXAMPLE1 PRN
  82.  
  83.      assuming that you have the standard DOS reserved names.
  84.  
  85. 4.0) Format of the Input and Output Files
  86.  
  87.      The input and output files are ordinary text files and follow the same
  88.      rules as those for the UC Berkeley SPICE program, version 2G.6, with these
  89.      omissions:
  90.  
  91.      1)   There is no distortion (.DISTO) analysis.  We recommend using the
  92.           .TRAN and .FOUR to calculate harmonic distortion.  This method
  93.           correctly accounts for clipping, which .DISTO does not.
  94.  
  95.      2)   There is no .ALTER command.
  96.  
  97.      In addition, numerous enhancements to the Berkeley SPICE have been added
  98.      including GaAs MESFET devices, Monte Carlo analysis, ideal switches, non-
  99.      linear transformers, and standard parts libraries. For more details on
  100.      these and other PSpice enhancements, the PSpice User's Guide may be
  101.      purchased separately from the PSpice program.
  102.  
  103. 5.0) Restrictions for the student version
  104.  
  105.      This student version of PSpice will run in 512kbytes.  It will run with or
  106.      without the floating-point co-processor.  All the features of the
  107.      production PSpice as of December 1987 are included except that the circuit
  108.      size is restricted to a maximum of about 10 transistors.  Note that for
  109.      schools teaching introductory electronics courses, 10 transistors may be
  110.      all that is needed.  The production version of PSpice comes with a library
  111.      of models for about 200 standard devices (diodes, bipolar transistors such
  112.      as the 2N2222, power MOSFET's, opamps, comparators, and transformer
  113.      cores).  The student version includes a reduced version of this library
  114.      with about 10 parts.  The library is in the files with extension ".LIB" on
  115.      the first diskette.  These are ASCII-text files and we recommend that you
  116.      print them out for more information on them.
  117.  
  118. 6.0) Running Probe
  119.  
  120.      These first diskette also contains Probe, the graphics post-processor for
  121.      PSpice.  Probe is run by adding the statement:
  122.  
  123.           .PROBE
  124.  
  125.      to the input file to PSpice.  Then, PSpice stores all the node voltages
  126.      and device currents calculated during the simulation into a file called
  127.      PROBE.DAT.  The presence of the PROBE.DAT file will cause Probe to be run
  128.      automatically as soon as PSpice is finished.  In addition, once the
  129.      PROBE.DAT file is created, Probe can be run by itself (that is, without
  130.      re-running PSpice) by typing
  131.  
  132.           PROBE
  133.  
  134.      To run Probe the first time, we recommend adding a ".PROBE" statement to
  135.      EXAMPLE1.CIR with a text editor and then typing:
  136.  
  137.           PSPICE EXAMPLE1
  138.  
  139.      PSpice will simulate EXAMPLE1 and create a PROBE.DAT file.  After PSpice
  140.      is finished Probe will start up automatically.
  141.  
  142.      Probe accepts commands through a menu displayed at the bottom of the
  143.      screen.  Most of these commands are self-explanatory.  To put up a
  144.      waveform, use the Add Trace command.  When it asks for a variable or
  145.      expression, enter a voltage or current in the same format as for a .PRINT
  146.      or .PLOT statement in PSpice.  For instance,
  147.  
  148.           V(4,5)    will show the voltage across nodes 4 and 5
  149.           IC(Q1)    will show the collector current at transistor Q1
  150.  
  151.      The Add Trace command also allows you to enter arithmetic expressions of
  152.      voltages and currents.  For instance,
  153.  
  154.           V(4)-V(5)           will show the same waveform as V(4,5)
  155.           V(4,5)*I(CLOAD)     will show the instantaneous power through CLOAD
  156.  
  157.      The PROBE.DEV file contains a list of the devices attached to your system. 
  158.      The allowed devices for "Display = " are:
  159.  
  160.           Text:          Non-graphics display
  161.           IBM:           IBM CGA (640x200 no color) adaptor
  162.           IBMEGA:        IBM EGA (640x350 with color) adaptor
  163.           GenericEGA:    non-IBM EGA (640x350 with color) adaptor
  164.           Hercules:      Hercules graphics (720x348 no color) adaptor
  165.           AT&T:          AT&T 6300 (640x350 no color) adaptor
  166.           FutureNet:     DASH2 graphics (640x350 no color) adaptor
  167.  
  168.      The allowed devices for "Hard-copy = " are:
  169.  
  170.           Text:          Non-graphics printer
  171.           Text132:       Non-graphics printer (132 columns)
  172.           Epson:         Epson FX-80 printer
  173.           Epson132:      Epson FX-100 printer
  174.           EpsonMX:       Epson RX and MX-80, Okidata IBM Compatible, Okidata
  175.                          with Plug N' Play, and Epson-compatible printers
  176.           EpsonMX132:    Epson RX and MX-100 printers
  177.           Okidata:       Okidata ML92 printer
  178.           Okidata132:    Okidata ML93 printer
  179.           Toshiba:       Toshiba P351 in 180 dots/inch mode
  180.           Toshiba132:    Toshiba P351 (132 columns)
  181.           Printronix:    Printronix P300 and P600 printers (80 columns)
  182.           Printronix132: Printronix printers (132 columns)
  183.           IBMClr:        IBM color printer (black only)
  184.           IBMClr132:     IBM color printer (black only, 132 columns)
  185.           IBMClrSlw:     IBM color printer (color)
  186.           IBMClrSlw132:  IBM color printer (color, 132 columns)
  187.           CItoh:         C. Itoh color printer (black only)
  188.           CItoh132:      C. Itoh color printer (black only, 132 columns)
  189.           CItohSlw:      C. Itoh color printer (color)
  190.           CItohSlw132:   C. Itoh color printer (color, 132 columns)
  191.           HP             Hewlett-Packard 7400 and 7500 series plotters (2 pens)
  192.           HP6            Hewlett-Packard 7400 and 7500 series plotters (6 pens)
  193.           HI             Houston Instruments DMP pen plotter
  194.           HPLJ           Hewlett-Packard LaserJet printer
  195.  
  196.      We recommend that you use "Text" first before trying out your system's
  197.      graphic devices.  Note: this student version of Probe is for IBM and IBM-
  198.      compatible PC's only (for example, will not run on the Texas Instruments
  199.      professional PC).
  200.  
  201.      This student version of Probe will run with or without the floating-point
  202.      co-processor.  It draws traces from 5 to 10 times slower without the co-
  203.      processor.  This student Probe has all the capabilities of the production
  204.      Probe as of December 1987, but does not support text-format datafiles. 
  205.      The production Probe requires the co-processor; it is not optional.
  206.