 | CIPImportIPDATA2 Method |
Imports data in the Geosoft IPDATA format - up to two arrays.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ImportIPDATA2(
CDB db,
string file,
string chan,
string chan2
)
public void ImportIPDATA2(
CDB db,
string file,
string chan,
string chan2
)
Public Sub ImportIPDATA2 (
db As CDB,
file As String,
chan As String,
chan2 As String
)
Public Sub ImportIPDATA2 (
db As CDB,
file As String,
chan As String,
chan2 As String
)
public:
void ImportIPDATA2(
CDB^ db,
String^ file,
String^ chan,
String^ chan2
)
public:
void ImportIPDATA2(
CDB^ db,
String^ file,
String^ chan,
String^ chan2
)
member ImportIPDATA2 :
db : CDB *
file : string *
chan : string *
chan2 : string -> unit
member ImportIPDATA2 :
db : CDB *
file : string *
chan : string *
chan2 : string -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetXCDB
Database to import to - file
- Type: SystemString
IPDATA file name - chan
- Type: SystemString
Channel to import to (default is "IP") - chan2
- Type: SystemString
(optional) Second channel to import to
Remarks
The second channel may be specified for frequency domain data sets
with two array channels; e.g. amplitude and phase, or real and
imaginary parts. If the second channel is specified, and no
time or frequncy information is specified in the header (using
the T= or F= fields) then the import is assumed to be frequency
domain.
See Also