Click or drag to resize

CIPWindow Method

Window an IP array channel to produce a normal channel.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void Window(
	CDB db,
	string va_chan,
	string chan,
	string windows
)

public void Window(
	CDB db,
	string va_chan,
	string chan,
	string windows
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
DB object
va_chan
Type: SystemString
VA channel to use
chan
Type: SystemString
New channel
windows
Type: SystemString
Window list
Remarks
The array channels cannot be used directly to produce sections. Window_IP allows the user to select one or more of the windows and create a new channel. In time domain, if more than one channel is selected a weighted sum is performed, according to window widths. In frequency domain a simple sum is performed. Window List Syntax:
See Also