Scilab Function
Last update : 01/07/2010

uW_MES2CITI - Generate a CITIfile from a MES file.

Calling Sequence

uW_MES2CITI(MES_filename,CITI_filename])

Parameters

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";
 MES2CITI(filename_mes,filename_citi);

// Then you can use this CITIfile in ADS as follow
// Copy the citifile in the "data" directory
// - Open the project "IV_prj" in ADS
// - Open the Data Display "Comparison_S.dds"
//   - Menu "tools" -> "Datafile tool"
//     Read the CITIfile and name the Dataset "Measure_IV"
//     Display the measurements in the Datadisplay
// - Open the design "Simulate_S"
// - Put your model
// - Simulate !
 
  

See Also

uW_MES_read ,   uW_MPS_read ,   uW_MES_select_network ,  

Authors

Tibault Reveyrand www.reveyrand.fr

Used Function

uW_MES_read uW_MES_select_network uW_MPS_read