GXTR class

class geosoft.gxapi.GXTR
The TR object contains trend information about a grid or
grid pager. Currently, it is used only in conjunction with
the geosoft.gxapi.GXIMG.get_tr(), geosoft.gxapi.GXIMG.set_tr(), and geosoft.gxapi.GXPGU.trend() functions.
copy((GXTR)arg1) → None:
This method copies a table resource to another trend table resource.
Parameters:arg1 (geosoft.gxapi.GXTR) – Source Trend Object to Copy
Returns:Nothing
Return type:None

New in version 8.1.0.

static create((int)arg1) → GXTR:
Creates a Trend object
Parameters:arg1 (int) – Trend order (must >=0 and <=3)
Returns:TR Object
Return type:geosoft.gxapi.GXTR

New in version 5.0.0.

is_null() → bool

Check if the instance of geosoft.gxapi.GXTR is null (undefined)

Returns:True if this is a null instance of geosoft.gxapi.GXTR, False otherwise.
Return type:bool`
static null() → GXTR

A null (undefined) instance of geosoft.gxapi.GXTR

Returns:A null geosoft.gxapi.GXTR
Return type:geosoft.gxapi.GXTR