 | 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
Syntaxpublic void Window(
CDB db,
string va_chan,
string chan,
string windows
)
public void Window(
CDB db,
string va_chan,
string chan,
string windows
)
Public Sub Window (
db As CDB,
va_chan As String,
chan As String,
windows As String
)
Public Sub Window (
db As CDB,
va_chan As String,
chan As String,
windows As String
)
public:
void Window(
CDB^ db,
String^ va_chan,
String^ chan,
String^ windows
)
public:
void Window(
CDB^ db,
String^ va_chan,
String^ chan,
String^ windows
)
member Window :
db : CDB *
va_chan : string *
chan : string *
windows : string -> unit
member Window :
db : CDB *
va_chan : string *
chan : string *
windows : string -> unit
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