GXGMSYS class

class GXGMSYS(handle=0)[source]

GXGMSYS class.

The GXGMSYS Methods

__init__(handle=0)[source]
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 launch(model)[source]

Launch GXGMSYS with extension

Parameters:

model (str) – Model name

New in version 5.0.1.

License: Geosoft Open License

classmethod null()[source]

A null (undefined) instance of GXGMSYS

Returns:

A null GXGMSYS

Return type:

GXGMSYS

classmethod remove_legacy_gms(model)[source]

Completely remove a legacy GSMSYS-2D GMS model file and folders

Parameters:

model (str) – Model name

New in version 2023.2.

License: Geosoft Open License