The type of file written is implied by the destination. If the destination is null or empty, native cell files will be created in the current directory. If the destination is the name of an existing directory, native cell files will be created in that directory. Otherwise, the extension of the destination determines the file type:
CGX | .cgx |
CIF | .cif |
GDSII | .gds, .str, .strm, .stream |
OASIS | .oas |
Only these extensions are recognized, however CGX and GDSII allow an additional .gz which will imply compression.
See the table in 18.10 for the features that apply during a call to this function.
The value 1 is returned on success, 0 otherwise, with possibly an error message available from GetError.
See the table in 18.10 for the features that apply during a call to this function. The supported manipulations are cell name aliasing, layer filtering, and scaling. Windowing manipulations and flattening are not supported. If a file named ``aliases.alias'' exists in the dir_path, it will be used as an input alias list for conversion. Each line consists of a native cell name followed by an alias to be used in the archive file, separated by white space.
The value 1 is returned on success, 0 otherwise, with possibly an error message available from GetError.