GXIPGUI class

class geosoft.gx.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((GXContext)ctx) → int:
See if there is an IPQC Tool already open.
Parameters:ctx (geosoft.gx.GXContext) – The GX execution context
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((GXContext)ctx, (str)arg1, (str)arg2, (str)arg3) → None:
Launch the IP QC tool on a database.
Parameters:
  • ctx (geosoft.gx.GXContext) – The GX execution context
  • 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 modify_job((GXContext)ctx, (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.