Name

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

Calling Sequence

uW_MES_plot(MES,network,my_x,my_y)

Parameters

MES

Measurements object. Refer to the uW_MES_read() function

network

Integer value. The number of the network you want to plot.

my_x

Sting value. The X axis of your plot. Basically my_x="v2".

my_y

Sting value. The Y axis of your plot. Basically my_x="i2".

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