Hello,
I am trying to save node voltages and currents in an external file. So, I can use them in Matlab for post-processing.
I tried to use "write_var" in "Measurement_Expresson". Though, I am saving only one variable, it's giving me error; "Only one-dimentional data can be saved into file". According to me, my variable is one-dimentional.
What should I do ? Is there any better way of saving data into file ?
Thanks,
Viral
I am trying to save node voltages and currents in an external file. So, I can use them in Matlab for post-processing.
I tried to use "write_var" in "Measurement_Expresson". Though, I am saving only one variable, it's giving me error; "Only one-dimentional data can be saved into file". According to me, my variable is one-dimentional.
What should I do ? Is there any better way of saving data into file ?
Thanks,
Viral
Here one possibility for what you want : run your simulation, plot the datas, select the curve you want to export and go to (in ADS result window) :
file-> export-> Write selected item to tab-delimited ASCII and then save your file as name_of_your_file.txt
Finually, import your file into MATLAB. (it works on ADS 2005A and older version)
Hope it will help you.
Regards.