Cantera.excel
index
/usr/local/lib/python2.6/dist-packages/Cantera/excel.py

EXCEL CSV file utilities.

 
Functions
       
write_CSV_data(fname, names, npts, nvar, append, data)
Write CSV data that can be imported into Excel
 
fname    -- file name
names    -- sequence of variable names
npts     -- number of data points
nvar     -- number of variables
append   -- if > 0, append to plot file, otherwise overwrite
data     -- object to generate plot data. This object must have a
            method 'value', defined so that data.value(j,n) returns
            the value of variable n at point j.