SimPEG.utils.dependent_property#

SimPEG.utils.dependent_property(name, value, children, doc)[source]#

Dependent property.

Creates a property that mirrors a second property name.

Parameters:
namestr

Property name

valuescalar

A scalar value

childrenclass instances

Child classes

docstr

Property documentation