TDS.save_output#

TDS.save_output(npz=True)[source]#

Save the simulation data into two files: a .lst file and a .npz file.

This function saves the output regardless of the files.no_output flag.

Parameters:
npzbool

True to save in npz format; False to save in npy format.

Returns:
bool

True if files are written. False otherwise.