kappa_sdk.wellbore.WellborePerforation#

class kappa_sdk.wellbore.WellborePerforation(start_date, depth_collections)[source]#

Attributes

WellborePerforation.depth_collections

Gets the depth collection create DTO of this WellborePerforation.

WellborePerforation.start_date

Gets the start date of this WellborePerforation.

Methods

Parameters:
__init__(start_date, depth_collections)[source]#
Parameters:
Return type:

None

property start_date: datetime#

Gets the start date of this WellborePerforation.

property depth_collections: List[DepthCollection]#

Gets the depth collection create DTO of this WellborePerforation.