WellLogPlotCollection

class rips.WellLogPlotCollection(pb2_object: PdmObject | None = None, channel: Channel | None = None)

Bases: PdmObjectBase

Methods Summary

new_well_log_plot([case, well_path, ...])

Create a new well log plot

well_log_plots()

returns:

List[WellLogPlot]

Methods Documentation

new_well_log_plot(case: Reservoir | None = None, well_path: WellPath | None = None, property_type: str = '', property_name: str = '', time_step: int = 0) WellLogPlot

Create a new well log plot

Parameters:
  • case (Optional[Reservoir]) -- Case

  • well_path (Optional[WellPath]) -- Well Path

  • property_type (str) -- Property Type

  • property_name (str) -- Property Name

  • time_step (int) -- Time Step

Returns:

WellLogPlot

well_log_plots() List[WellLogPlot]
Returns:

List[WellLogPlot]