Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

sdynpy.fileio.read_dataphysics_output

Signature

def sdynpy.fileio.read_dataphysics_output(file: os.PathLike | h5py._hl.files.File | dict, coordinate: sdynpy.core.sdynpy_coordinate.CoordinateArray | None = None)

Reads a Data Physics .mat or .uff file and converts it into a SDYNPY timehistory array object.

Parameters

Returns