example-stripline-2.xsctn 730 B

1234567891011121314151617181920212223242526272829303132
  1. #----------------------------------
  2. # File: example-stripline-2.xsctn
  3. # $Id: example-stripline-2.xsctn,v 1.3 2004/07/29 13:30:48 techenti Exp $
  4. #----------------------------------
  5. package require csdl
  6. set _title "Example Two Conductor Stripline"
  7. set ::Stackup::couplingLength "0.100"
  8. set ::Stackup::riseTime "200"
  9. set ::Stackup::frequency "1e9"
  10. set ::Stackup::defaultLengthUnits "mils"
  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.0e7siemens/meter \
  21. -height 3 \
  22. -number 2 \
  23. -yOffset 0 \
  24. -xOffset 0
  25. DielectricLayer fr4-top \
  26. -thickness 50 \
  27. -permittivity 4.7
  28. GroundPlane topground