<< uW_MES2CITI MES files uW_MES_plot >>

Microwave Toolbox >> MES files > uW_MES_get_quiescent

uW_MES_get_quiescent

quiescent point informations for a selected IV measurement file (*.mes) network

Calling Sequence

info = uW_MES_get_quiescent(dataset,n)

Parameters

info

the vector containing information of the network number n.

dataset

dataset containing the IV curves informations for Scilab.

n

integer. Number of the selected network.

Description

Examples

filename=tk_getfile("*.mes");
MES=uW_MES_read(filename);

// Get informations of the network number 1
uW_MES_get_quiescent(MES,1)

See Also

Authors

Tibault Reveyrand

www.reveyrand.fr


Report an issue
<< uW_MES2CITI MES files uW_MES_plot >>