Name

uW_CST2CITI — Convert time domain load-pull CST measurement file into a CITIfile for Agilent ADS.

Calling Sequence

uW_CST2CITI(filename)

Parameters

filename

String parameter : filename of the CST file including the path.

Description

This function convert a time domain load-pull measurement file (*.CST) into a CITI file in order to include measurement in a Agilent ADS Datadisplay.

Examples


// Get the T11 parameter of a measured device
// 
filename="/home/Public/TA3_nuage_f0_2_pck.cst";
uW_CST2CITI(filename);

// Then a new file is generated as :
// /home/Public/TA3_nuage_f0_2_pck.citi
// You can read this new file with Agilent ADS
// The Agilent ADS example is available at :
// http://www.microwave.fr

 
  

See Also

uW_MES2CITI

Authors

Tibault Reveyrand

www.reveyrand.fr

Used Functions

uW_freq_unit