kappa_sdk.wellbore.WellborePerforation#
- class kappa_sdk.wellbore.WellborePerforation(start_date, depth_collections)[source]#
Attributes
Gets the depth collection create DTO of this
WellborePerforation.Gets the start date of this
WellborePerforation.Methods
- Parameters:
start_date (datetime)
depth_collections (List[DepthCollection])
- __init__(start_date, depth_collections)[source]#
- Parameters:
start_date (datetime)
depth_collections (List[DepthCollection])
- 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.