Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .CONTROL
- * set pointchars=x+
- * set plotstyle=linplot
- * set plotstyle=pointplot
- set TSTEP=50us
- set TSTOP=39ms
- set XLO=36ms
- set XHI=$TSTOP
- tran $TSTEP $TSTOP 36ms
- plot timing triac_a xlimit $XLO $XHI ylimit -20v 320v
- print timing triac_a > out1.txt
- set color0=gray15
- tran $TSTEP $TSTOP 37.7ms
- plot timing triac_a xlimit $XLO $XHI ylimit -20v 320v
- print timing triac_a > out2.txt
- set color0=gray30
- tran $TSTEP $TSTOP 38ms
- plot timing triac_a xlimit $XLO $XHI ylimit -20v 320v
- print timing triac_a > out3.txt
- .ENDC
Advertisement
Add Comment
Please, Sign In to add comment