uW_CST2CITI — Convert time domain load-pull CST measurement file into a CITIfile for Agilent ADS.
uW_CST2CITI(filename)
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.
// 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