GXIPGUI class

class geosoft.gxapi.GXIPGUI
This class is used in the IP System for GUI functions
such as defining parameters for pseudo-section plots.

Note:

None
static ipqc_tool_exists() → int:
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.0.

Note:

See if there is an IPQC Tool already open.
static launch_ipqc_tool((str)arg1, (str)arg2, (str)arg3) → None:
Launch the In-Line IP QC tool on a database.
Parameters:
  • arg1 (str) – Database name
  • arg2 (str) – Current Line (can be blank)
  • arg3 (str) – Channel to open with (can be blank)
Returns:

Nothing

Return type:

None

New in version 8.1.0.

Note:

The database should be a currently open database.
static launch_offset_ipqc_tool((str)arg1, (str)arg2, (str)arg3) → None:
Launch the Offset IP QC tool on a database.
Parameters:
  • arg1 (str) – Database name
  • arg2 (str) – Current Line (can be blank)
  • arg3 (str) – Channel to open with (can be blank)
Returns:

Nothing

Return type:

None

New in version 9.1.0.

Note:

The database should be a currently open database.
static modify_job((GXIP)arg1, (GXDB)arg2, (str)arg3, (int)arg4, (int_ref)arg5) → int:
Modify parameters for an IP plot.
Parameters:
Returns:

0 - Ok -1 - User Cancelled

Return type:

int

New in version 6.1.0.