uW_MES_get_quiescent - quiescent point informations for a selected IV measurement file (*.mes) network
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)
filename=tk_getfile("*.mes"); MES=uW_MES_read(filename); // Get informations of the network number 1 uW_MES_get_quiescent(MES,1)