TDSData.load_npy_or_csv#

TDSData.load_npy_or_csv(delimiter=',')[source]#

Load the npy, zpy or (the legacy) csv file into the internal data structure self._xy.

Parameters:
delimiterstr, optional

The delimiter for the case file. Default to comma.

Returns:
None