kappa_sdk.WellPropertyContainer#
- class kappa_sdk.WellPropertyContainer(field_id, well_id, well_property_container_id, name, aliases, labels, is_master, cluster_apis, dto_converter)[source]#
Well property container object.
Presents a KAPPA Automate well property container object.
Attributes
WellPropertyContainer.id
Gets the id of the
WellPropertyContainer
object.WellPropertyContainer.is_master
Gets a value indicating whether this contains is a master one.
WellPropertyContainer.labels
Gets the labels of the
WellPropertyContainer
object.WellPropertyContainer.name
Gets the name of the
WellPropertyContainer
.Methods
WellPropertyContainer.delete_well_property_values
(...)Deletes values of a given well property for a given range in this
WellPropertyContainer
, all values will be deleted if from_time and to_time are undefined.WellPropertyContainer.get_well_properties
([...])Gets a dictionary of alias/value pairs for all well properties in this
WellPropertyContainer
.WellPropertyContainer.get_well_property_values
(...)Gets a vector of values for a given well property from this
WellPropertyContainer
.WellPropertyContainer.set_well_property_value
(...)Updates a value of a given well property in this
WellPropertyContainer
.- Parameters:
field_id (str)
well_id (str)
well_property_container_id (str)
name (str)
aliases (List[str])
labels (List[str])
is_master (bool)
cluster_apis (ClusterAPIS)
dto_converter (WellPropertyDtoConverter)