<< uW_MES2CITI CITIfile Other >>

Microwave Toolbox >> CITIfile > uW_mS2P2CITI

uW_mS2P2CITI

Generate a CITIfile from a S2P directory

Calling Sequence

uW_mS2P2CITI(MEAS_directory,CITI_filename[,setup])

Parameters

MEAS_directory

String parameter : path of the MEAS directory including the last separator where the S2P are located.

CITI_filename

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

setup

String parameter : put "DIVA" if your S2P files comes from DIVA IV pulsed mesurement setup.

Description

Examples

dir_meas="C:\PUBLIC\IV-test\";
filename_citi="c:\test2.citi";
uW_mS2P2CITI(dir_meas,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

Authors

Tibault Reveyrand

www.reveyrand.fr

Used Functions

uW_S2P_read


Report an issue
<< uW_MES2CITI CITIfile Other >>