uW_MES_plot — Plot graph from IV measurements curves (MES file)
uW_MES_plot(MES,network,my_x,my_y)
Measurements object. Refer to the uW_MES_read()
function
Integer value. The number of the network you want to plot.
Sting value. The X axis of your plot. Basically my_x="v2".
Sting value. The Y axis of your plot. Basically my_x="i2".
This function plots the data included into your MES object. You can plot :
- Classical I-V curves : my_x="v2" and my_y="i2";
- Gm extracted from small signal multi biases optimization : my_x="v2" and my_y="Gm";
- Derivates from I-V curves extracted with X : my_x="v2" and my_y="di2dv1";
and much more...
(my_x="v2