Scilab Function
Last update : 29/12/2007

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

Description

This function analyse a MES data set in order to obtain the quiescent bias point information of a selected network.

The output vector is the following one :

[v1,i1,v2,i2,T] with - v1 : input voltage

- v2 : output voltage

- i1 : input current

- i2 : output current

- T : Chuck temperature (K)

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

uW_MES_select_network ,  

Authors

Tibault Reveyrand www.reveyrand.fr