<@U01819B63HP> In below testbench, W and L of nmos...
# xschem
v
@Stefan Schippers In below testbench, W and L of nmos are varied using alterparam. I wanted to plot drain current
i(v1)
for for different W and L values hence used
i(v1)%1
to plot separate sweeps but it seems not giving desired plot.
s
Remove all set appendwrite lines and write each dc simulation into a different file, like test_nmos_sizes1.raw, test_nmos_sizes2.raw, ... then you can display i(V1) for different files, see example below:
I don't understand this question:
Also is there any option to see separate X-axis values of drain current
i(V1)
with swept
vd
values in waveform as seen in above screenshot.
What do you want to do?
v
While using marker on graph, can Y-axis values of each swept curve be available for particular X-axis value. For example, For vgs=1V want to see Ids value for all swept vds values in graph.
s
You can isolate a specific curve and see the current value, see video.
👍 1
You can also display multiple curves, one per dataset using the syntax in below image. In this case all waveforms will have annotated values...
👍 1
v
Thanks @Stefan Schippers for these solutions