Click or drag to resize
CIPWindow Method
Window an IP array channel to produce a normal channel.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
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:
Syntax
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
See Also