GXVVEXP class¶
- class GXVVEXP(handle=0)[source]¶
GXVVEXP class.
The
GXVVEXP
class is similar to theGXIEXP
class, but is used to apply math expressions toGXVV
objects.- add_vv(vv, var)[source]¶
This method adds a
GXVV
to theGXVVEXP
object with a variable name.New in version 6.2.
License: Geosoft End-User License
- classmethod create()[source]¶
This method creates an
GXVVEXP
object.New in version 6.2.
License: Geosoft End-User License
- do_formula(formula, unused)[source]¶
This method runs a formula on the grids.
- Parameters:
formula (str) – Formula
unused (int) – Legacy parameter, no longer used.
New in version 6.2.
License: Geosoft End-User License