GXTR class

class GXTR(handle=0)

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.

copy(t_rs)

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)

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()

Check if this is a null (undefined) instance

Returns:True if this is a null (undefined) instance, False otherwise.
Return type:bool
classmethod null()

A null (undefined) instance of GXTR

Returns:A null GXTR
Return type:GXTR