User`s guide
Agilent EasyEXPERT User’s Guide Vol. 2, Edition 1 7-23
Utilities
Utility Programs
MdmFileConverter.exe
This program is the script version of the MDM file converter. This program converts
the EasyEXPERT test result data file (extension: xtr or ztr) and creates the Agilent
IC-CAP model data manager file (extension: mdm).
Execution
environment
Agilent EasyEXPERT or Desktop EasyEXPERT execution environment
Syntax MdmFileConverter.exe [option][file]
Parameter option : Execution options. See Table 7-4. Multiple options can be set.
file : xtr/ztr file name
You can specify multiple files by using a space as the separator. Also
wildcard can be used.
If no parameter is specified, the MDM file converter is launched.
Execution
examples
C:\MdmFileConvert>MdmFileConverter.exe MOS.xtr
C:\MdmFileConvert>MdmFileConverter.exe *.xtr *.ztr
C:\MdmFileConvert>MdmFileConverter.exe /o MOS1 MOS.xtr
C:\MdmFileConvert>MdmFileConverter.exe /d folder1 *.xtr *.ztr
Table 7-4 Option Parameter
Option Description
(no option) Performs normal operation.
/o outfile Specifies the mdm file name. Only one xtr/ztr file can be specified.
/d outfold Specifies the folder used for storing the mdm files.
/l log Specifies the file for recording the conversion log.
/s Does not record the conversion log.
/t Appends the test setup title to the mdm file name. If the xtr/ztr file
name is “abc” and the test setup title is “title”, the mdm file name
will be “abc-title”.