Scilab Function
Last update : 23/12/2007

uW_MES_plot - Plot graph from IV measurements curves (MES file)

Calling Sequence

uW_MES_plot(MES,network,my_x,my_y)

Parameters

Description

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

Examples

   filename="C:\USERS\tibo\modele\Q3_2x75\10V10%\2X75.MES";
MES=uW_MES_read(filename);
uW_MES_plot(MES,1,"v2","i2");
  

See Also

uW_MES_read ,  

Authors

Tibault Reveyrand www.reveyrand.fr