WellLogPlotTrack

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

Bases: Plot

Methods Summary

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

Create a well log extraction curve

Methods Documentation

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

Create a well log extraction curve

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:

WellLogExtractionCurve