tdsplot#

andes.plot.tdsplot(filename, y, x=(0,), to_csv=False, find=None, xargs=None, exclude=None, **kwargs)[source]#

TDS plot main function based on the new TDSData class.

Parameters
filenamestr

Path to the ANDES TDS output data file. Works without extension.

xlist or int, optional

The index for the x-axis variable. x=0 by default for time

ylist or int

The indices for the y-axis variable

to_csvbool

True if need to export to a csv file

findstr, optional

if not none, specify the variable name to find

xargsstr, optional

similar to find, but return the result indices with file name, x idx name for xargs

excludestr, optional

variable name pattern to exclude

Returns
TDSData object