Click or drag to resize

CGUiEMPlate Method

Calculate the conductance of a thin plate model.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iEMPlate(
	double strike_length,
	double dip_length,
	double strike,
	double dip,
	double plunge,
	double x_off,
	double y_off,
	double z_off,
	double plate_depth,
	int n_spons,
	CVV sig_tvv,
	int tx_orient,
	double tx_freq,
	double tx_dt,
	double params,
	CVV xivv,
	CVV yivv,
	CVV zivv,
	CVV xqvv,
	CVV yqvv,
	CVV zqvv
)

public static int iEMPlate(
	double strike_length,
	double dip_length,
	double strike,
	double dip,
	double plunge,
	double x_off,
	double y_off,
	double z_off,
	double plate_depth,
	int n_spons,
	CVV sig_tvv,
	int tx_orient,
	double tx_freq,
	double tx_dt,
	double params,
	CVV xivv,
	CVV yivv,
	CVV zivv,
	CVV xqvv,
	CVV yqvv,
	CVV zqvv
)

Parameters

strike_length
Type: SystemDouble
Plate strike length (m)
dip_length
Type: SystemDouble
Plate dip length (m)
strike
Type: SystemDouble
Plate strike (degrees) from X axis
dip
Type: SystemDouble
Plate dip (degrees) from horizontal
plunge
Type: SystemDouble
Plate plunge (degrees) from horizontal
x_off
Type: SystemDouble
Rx offset in X from Tx
y_off
Type: SystemDouble
Rx offset in Y from Tx
z_off
Type: SystemDouble
Rx offset in Z from Tx (+'ve down)
plate_depth
Type: SystemDouble
Depth below Tx
n_spons
Type: SystemInt32
<define>EMPLATE_DOMAIN</define>
sig_tvv
Type: GeoEngine.Core.GXNetCVV
The plate conductances (VV length <= 100)
tx_orient
Type: SystemInt32
<define>EMPLATE_TX</define>
tx_freq
Type: SystemDouble
Tx frequency (for <define>EMPLATE_TIME</define>)
tx_dt
Type: SystemDouble
Tx time window spacing (for <define>EMPLATE_TIME</define>)
params
Type: SystemDouble
The frequency/time parameters (SI units: f[Hz] or t[s])
xivv
Type: GeoEngine.Core.GXNetCVV
On return - X in-phase part (ppm)
yivv
Type: GeoEngine.Core.GXNetCVV
On return - Y in-phase part (ppm)
zivv
Type: GeoEngine.Core.GXNetCVV
On return - Z in-phase part (ppm)
xqvv
Type: GeoEngine.Core.GXNetCVV
On return - X quadrature part (ppm)
yqvv
Type: GeoEngine.Core.GXNetCVV
On return - Y quadrature part (ppm)
zqvv
Type: GeoEngine.Core.GXNetCVV
On return - Z quadrature part (ppm)

Return Value

Type: Int32
0 of OK 1 if some error
See Also