<< Display Display uW_S2P_display >>

Microwave Toolbox >> Display > uW_MES_plot

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

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

Authors

Tibault Reveyrand

www.reveyrand.fr


Report an issue
<< Display Display uW_S2P_display >>