MarkerItem

class wellcad.com.MarkerItem(dispatch)

A marker that can used to represent formation tops, major/minor contacts, unconformities, etc.

Example

>>> log = borehole.log("Formations")
>>> marker = log.marker(0)
>>> marker.name = 'shale'
property comment

The comment for this marker.

Type:

str

property contact

The name of the contact style to be used.

This must be available in the contact dictionary of the Marker Log this marker is a part of.

Type:

str

property depth

The depth of the marker in current depth units.

Type:

float

property name

The name of the marker.

Type:

str