Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. Pin A
  2. {
  3. ...
  4. ...
  5. ecsm capacitance (rise) {
  6. threshold_pct =50.0
  7. index1=(...)
  8. values=(...)
  9. }
  10. ...
  11. ...
  12. }
  13.  
  14. //
  15. ....
  16. rise_transition()
  17. {
  18. waveform_1 {}
  19. waveform_'n' {}
  20. ecsm_capacitance (rise)
  21. {
  22. threshold_pct = 50.0
  23. ...
  24. }
  25. ecsm_capacitance (rise)
  26. {
  27. threshold_pct = 70.0
  28. ...
  29. }
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement