Click or drag to resize
CIPSetElectrodeMaskValuesSingleQCChannel Method
Set unique electrodes, along with current mask info.

Available since Oasis montaj version: 9.2.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Mask values are set for all included electrode locations, currently selected lines.
Syntax
public void SetElectrodeMaskValuesSingleQCChannel(
	CDB oDB1,
	string str2,
	int i3,
	int i4,
	CVV oVV5,
	CVV oVV6,
	CVV oVV7
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
DB object
str2
Type: SystemString
Line name ("" for all selected lines)
i3
Type: SystemInt32
Electrode type. 0:Tx, 1:Rx
i4
Type: SystemInt32
QC channel type. IP_QCTYPEConstant
oVV5
Type: GeoEngine.Core.GXNetCVV
X locations
oVV6
Type: GeoEngine.Core.GXNetCVV
Y locations
oVV7
Type: GeoEngine.Core.GXNetCVV
QC channel values ("QC")
See Also