case_reader.py

openmdao.recorders.case_reader.CaseReader(filename)[source]

A factory function that returns a CaseReader for the given file.

Returns:

An instance of SqliteCaseReader or HDF5CaseReader, depending on the

contents of the given file.