| Environments | PYTHON :: EASI :: MODELER |
| Quick links | Description :: Parameters :: Parameter descriptions :: Details :: Example |
| Back to top |
| Back to top |
| Name | Type | Caption | Length | Value range |
|---|---|---|---|---|
| MFILE * | String | Input file name, directory, or text file | 1 - 192 | |
| CHIPFILE * | String | Path to output merged chip database | 1 - 192 | |
| RECURSIVE | String | Whether to search input directory recursively | 0 - 192 | Default: NO |
| REPORT | String | Report mode | 0 - 192 | Quick links |
| Back to top |
MFILE
Specifies the name of a folder, chip database file, or text file that contains the chip databases to be merged. The input files must be chip databases (.cdb). Wildcards(*) can be used
CHIPFILE
Specifies the name of the merged chip database
RECURSIVE
Whether to search input directory recursively
REPORT
Specifies where to direct the generated report.
Available options are:
| Back to top |
Merge all chip database listed in the mfile into a single chip database.
| Back to top |
The following example merges all chip database under test into a chip database called "merged.cdb".
Note that the output folder "test/output" must exist.
EASI> mfile = "test/*.cdb" ! input mfile
EASI> chipfile = "test/output/merged.cdb" ! output file
EASI> run chipdbmerge
© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.