uW_MES_plot - Plot graph from IV measurements curves (MES file)
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
filename="C:\USERS\tibo\modele\Q3_2x75\10V10%\2X75.MES"; MES=uW_MES_read(filename); uW_MES_plot(MES,1,"v2","i2");