kappa_sdk.WellProperty#
- class kappa_sdk.WellProperty(alias, name, well_property_type, measure=None, comment='', is_built_in=False, to_be_extracted=False, xml_path=None)[source]#
Well Property object.
Presents a KAPPA Automate Well Property object.
Attributes
Gets the alias of the
WellPropertyobject.Gets the comment of the
WellPropertyobject.if the
WellPropertyobject is a built-in Well Property.Gets the measure of the
WellPropertyobject.Gets the name of the
WellPropertyobject.if the
WellPropertyobject is to be extracted during ipta.Gets the type of the
WellPropertyobject.The xml path of the
WellPropertyobject.Methods
- Parameters:
alias (str)
name (str)
well_property_type (WellPropertyType)
measure (str | MeasureEnum | None)
comment (str)
is_built_in (bool)
to_be_extracted (bool)
xml_path (str | None)
- __init__(alias, name, well_property_type, measure=None, comment='', is_built_in=False, to_be_extracted=False, xml_path=None)[source]#
- Parameters:
alias (str)
name (str)
well_property_type (WellPropertyType)
measure (str | MeasureEnum | None)
comment (str)
is_built_in (bool)
to_be_extracted (bool)
xml_path (str | None)
- property alias: str#
Gets the alias of the
WellPropertyobject.
- property name: str#
Gets the name of the
WellPropertyobject.
- property type: WellPropertyType#
Gets the type of the
WellPropertyobject.
- property measure: str | MeasureEnum | None#
Gets the measure of the
WellPropertyobject.
- property comment: str#
Gets the comment of the
WellPropertyobject.
- property is_built_in: bool#
if the
WellPropertyobject is a built-in Well Property.
- property to_be_extracted: bool#
if the
WellPropertyobject is to be extracted during ipta.
- property xml_path: str | None#
The xml path of the
WellPropertyobject. Only works is to be extracted is set up to true.