abcs1.xsctn 617 B

12345678910111213141516171819202122232425262728
  1. #----------------------------------
  2. # File: /users/zahn/lib/bem/tests/abcs1.xsctn
  3. # Fri Sep 27 08:05:45 DST 2002
  4. #----------------------------------
  5. package require csdl
  6. set _title "Duplicate of abcs1.xsctn"
  7. set ::Stackup::couplingLength "10000um"
  8. set ::Stackup::riseTime "400"
  9. set ::Stackup::frequency "1000MHz"
  10. set ::Stackup::defaultLengthUnits "microns"
  11. set CSEG 20
  12. set DSEG 40
  13. GroundPlane G7
  14. DielectricLayer D7 \
  15. -thickness 50 \
  16. -lossTangent 0.1 \
  17. -permittivity 10
  18. RectangleConductors Rect4 \
  19. -width 45 \
  20. -pitch 0 \
  21. -conductivity 4.25e7siemens/meter \
  22. -height 5 \
  23. -yOffset 0 \
  24. -xOffset 0