GXTR class

class GXTR(handle=0)[source]

GXTR class.

The GXTR object contains trend information about a grid or grid pager. Currently, it is used only in conjunction with the GXIMG.get_tr, GXIMG.set_tr, and GXPGU.trend functions.

__init__(handle=0)[source]
copy(t_rs)[source]

This method copies a table resource to another trend table resource.

Parameters:

t_rs (GXTR) – Source Trend Object to Copy

New in version 8.1.

License: Geosoft Open License

classmethod create(order)[source]

Creates a Trend object

Parameters:

order (int) – Trend order (must >=0 and <=3)

Returns:

GXTR Object

Return type:

GXTR

New in version 5.0.

License: Geosoft End-User License

is_null()[source]

Check if this is a null (undefined) instance

Returns:

True if this is a null (undefined) instance, False otherwise.

Return type:

bool

classmethod null()[source]

A null (undefined) instance of GXTR

Returns:

A null GXTR

Return type:

GXTR