Click or drag to resize

CCHIMERAiIsAcquireChan Method (String, String, String, Double, Int32)

Is this channel in acQuire format (e.g. "Ag_ppm_4AWR")

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iIsAcquireChan(
	string input_chan,
	ref string chan,
	ref string units,
	ref double factor,
	ref int oxide
)

public static int iIsAcquireChan(
	string input_chan,
	ref string chan,
	ref string units,
	ref double factor,
	ref int oxide
)

Parameters

input_chan
Type: SystemString
String to test
chan
Type: SystemString
Returned channel name
units
Type: SystemString
Returned units
factor
Type: SystemDouble
Buffer factor (e.g. ppm = 1.e-6)
oxide
Type: SystemInt32
is this an oxide?

Return Value

Type: Int32
Remarks
Expressions can take acQuire-type named channels if the exact element/oxide is not found. This function extracts the channel name, and units from an acQuire-formatted channel name.
See Also