example-microstrip-5.xsctn 646 B

12345678910111213141516171819202122232425262728
  1. #----------------------------------
  2. # File: example-microstrip-5.xsctn
  3. # $Id: example-microstrip-5.xsctn,v 1.2 2004/07/20 17:02:41 techenti Exp $
  4. #----------------------------------
  5. package require csdl
  6. set _title "Example Five Conductor Microstrip"
  7. set ::Stackup::couplingLength "0.10"
  8. set ::Stackup::riseTime "400"
  9. set ::Stackup::frequency "1e9"
  10. set ::Stackup::defaultLengthUnits "microns"
  11. set CSEG 10
  12. set DSEG 10
  13. GroundPlane ground
  14. DielectricLayer fr4 \
  15. -thickness 50 \
  16. -permittivity 4.7
  17. RectangleConductors c1 \
  18. -width 12 \
  19. -pitch 20 \
  20. -conductivity 5.0siemens/meter \
  21. -height 3 \
  22. -number 5 \
  23. -yOffset 0 \
  24. -xOffset 0