GXVVEXP class¶
- class GXVVEXP(handle=0)[source]¶
GXVVEXP class.
The
GXVVEXPclass is similar to theGXIEXPclass, but is used to apply math expressions toGXVVobjects.- add_vv(vv, var)[source]¶
This method adds a
GXVVto theGXVVEXPobject with a variable name.New in version 6.2.
License: Geosoft End-User License
- classmethod create()[source]¶
This method creates an
GXVVEXPobject.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