Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. Circuito Pratica 6
  2.  
  3. .param V = 1f
  4.  
  5. XCir VDD VSS A B C OUT CIR
  6.  
  7. Vd VDD 0 3V
  8. Vs VSS 0 0
  9. Vb B 0 3V
  10. Rcur A C 0
  11. Cl OUT 0 V
  12.  
  13. Vin A 0 PULSE(0 3.0 0 0.2n 0.2n 10n 20.4n)
  14.  
  15. .step param V list 1f 10f 100f 1p 2p
  16. .tran 0.001n 90n 0 0.001n
  17.  
  18. .probe tran V(A) V(OUT) V(C)
  19.  
  20.  
  21. *Medição no atraso de propagação
  22. .meas tran delaydown trig v(A) val=1.5 rise=3 targ v(OUT) val=1.5 fall=3
  23. .meas tran delayup trig v(A) val=1.5 fall=3 targ v(OUT) val=1.5 rise=3
  24.  
  25. *Medição tempo de subida
  26. .meas tran rise trig v(OUT) val=0.3 rise=3 targ v(OUT) val=2.7 rise=3
  27.  
  28. .include "cir.pex.netlist"
  29. .include cmos53ws.mod
  30.  
  31.  
  32. .end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement