GXIPGUI class

class GXIPGUI(handle=0)

GXIPGUI class.

This class is used in the GXIP System for GXGUI functions such as defining parameters for pseudo-section plots.

classmethod ipqc_tool_exists()

See if there is an IPQC Tool (Offset or Inline) already open.

Returns:0 if not open, 1 if open
Return type:int

New in version 8.1.

License: Geosoft Extended End-User License

Note: See if there is an IPQC Tool already open.

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 launch_ipqc_tool(db, line, chan)

Launch the In-Line GXIP QC tool on a database.

Parameters:
  • db (str) – Database name
  • line (str) – Current Line (can be blank)
  • chan (str) – Channel to open with (can be blank)

New in version 8.1.

License: Geosoft Extended End-User License

Note: The database should be a currently open database.

classmethod launch_offset_ipqc_tool(db, line, chan)

Launch the Offset GXIP QC tool on a database.

Parameters:
  • db (str) – Database name
  • line (str) – Current Line (can be blank)
  • chan (str) – Channel to open with (can be blank)

New in version 9.1.

License: Geosoft Extended End-User License

Note: The database should be a currently open database.

classmethod modify_job(ip, db, ini, plot_type, page)

Modify parameters for an GXIP plot.

Parameters:
Returns:

0 - Ok -1 - User Cancelled

Return type:

int

New in version 6.1.

License: Geosoft Extended End-User License

classmethod null()

A null (undefined) instance of GXIPGUI

Returns:A null GXIPGUI
Return type:GXIPGUI