uW_MES2CITI - Generate a CITIfile from a MES file.
This function transform a MES+MPS data of a network in a CITIfile for ADS.
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 !
uW_MES_read , uW_MPS_read , uW_MES_select_network ,