Luke Harold Miles
02/07/2024, 1:24 AMLuke Harold Miles
02/07/2024, 1:27 AMStefan Schippers
02/07/2024, 9:27 PMId vg vd
---------------
x 0.00 0
x 0.05 0
x 0.10 0
...
x 1.80 0
x 0.00 0.05
x 0.05 0.05
...
...
x 1.80 1.80
so plotting with vg as sweep variable requires to do some rearranging of the data ordering.
A much easier solution is to save two raw files:
dc vd 0 1.8 0.05 vg 0 1.8 0.2
write test_nmos.raw
dc vg 0 1.8 0.05 vd 0 1.8 0.2
write test_nmos1.raw
then in the second graph specify the test_nmos1.raw
file.