resqpy.olio.dataframe.timetable_parts_in_model

resqpy.olio.dataframe.timetable_parts_in_model(model, title=None, related_uuid=None)[source]

Returns list of part names within model that are representing TimeTable dataframe support objects.

Parameters
  • model (model.Model) – the model to be inspected for dataframes

  • title (str, optional) – if present, only parts with a citation title exactly matching will be included

  • related_uuid (uuid, optional) – if present, only parts relating to this uuid are included

Returns

list of str, each element in the list is a part name, within model, which is representing the support for a TimeTable object