home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 180 / dpcs0203b.iso / editorial / easypc / Easy-Spice / data1.cab / DemoModels / GENERAL.lb < prev    next >
Encoding:
Text File  |  2002-07-08  |  644 b   |  27 lines

  1. ** Copyright Newbury Technology 2000 All rights reserved
  2. ** SIMetrix release 3.1 Model Library
  3. ** 
  4. ** These models are believed to be accurate but Newbury Technology Ltd.
  5. ** offers no guarantee as to their fitness for any purpose nor do they
  6. ** accept any responsibility for damage caused directly or indirectly
  7. ** by their use.
  8. **
  9. **
  10. ** 21.9.99
  11.  
  12.  
  13.  
  14.  
  15. * these models are used by the standard switch and transformer symbols
  16.  
  17. .subckt gen_switch 1 2 3 4
  18. S1 1 2 3 4 SW
  19. .model SW VSWITCH RON={ron} ROFF={roff} VON={von} VOFF={voff}
  20. .ends
  21.  
  22. .subckt gen_tx 1 2 3 4
  23. L1 1 2 {IND}
  24. L2 3 4 { IND * TURNS * TURNS }
  25. K1 L1 L2 {K}
  26. .ends
  27.