example-microstrip-2.xsctn 777 B

1234567891011121314151617181920212223242526272829303132333435
  1. #----------------------------------
  2. # File: example-microstrip-2.xsctn
  3. # Thu Jul 29 8:06:45 AM Central Daylight Time 2004
  4. #----------------------------------
  5. package require csdl
  6. set _title "Example Two Conductor Microstrip"
  7. set ::Stackup::couplingLength "2.54e-006"
  8. set ::Stackup::riseTime "250"
  9. set ::Stackup::frequency "1e9"
  10. set ::Stackup::defaultLengthUnits "mils"
  11. set CSEG 10
  12. set DSEG 10
  13. GroundPlane ground \
  14. -thickness 3 \
  15. -yOffset 0.0 \
  16. -xOffset 0.0
  17. DielectricLayer fr4 \
  18. -thickness 50 \
  19. -lossTangent 0.0 \
  20. -permittivity 4.7 \
  21. -permeability 1.0 \
  22. -yOffset 0.0 \
  23. -xOffset 0.0
  24. RectangleConductors c1 \
  25. -width 12 \
  26. -pitch 20 \
  27. -conductivity 5.0e7S/m \
  28. -height 3 \
  29. -number 2 \
  30. -yOffset 0 \
  31. -xOffset 0