Name

uW_MES2CITI — Generate a CITIfile from a MES file (*.mes) from XLIM measurements

Calling Sequence

uW_MES2CITI(MES_filename,CITI_filename)

Parameters

MES_filename

String parameter : filename of the MES file including the path (XLIM IV curves file format).

CITI_filename

String parameter : filename of the CITI file including the path for Agilent ADS.

Description

  • This function transform a MES+MPS data of a network in a CITIfile for ADS.

Examples

   filename_mes="C:\PUBLIC\IV-test\F53_V6_50v_40mA.mes";
 filename_citi="c:\test2.citi";
 uW_MES2CITI(filename_mes,filename_citi);
  

See Also

uW_MES_read , uW_MPS_read , uW_MES_select_network

Authors

Tibault Reveyrand

www.reveyrand.fr

Used Functions

uW_MES_read uW_MPS_read uW_MES_select_network