ASITIC Documentation: Export


Contents:


Cifsave: Save Spiral Geometry into CIF Format

CIFSave <spiral> <filename> (<scale> <res> <box|poly|wire>)

Aliases: cifsave,savecif,cifout,cif

Arguments: The CIF format (Caltech Interchange Format) is an ASCII format that holds the geometry data representing a layout. The format works with strictly integer numbers so all floating point numbers are converted to integers by multiplying each number by <res>. Typically <res> = 100 for two decimal places of resolution.

In ASITIC all structures are represented by four vertices and thus can be equally represented by polygons, boxes, or wires.


Sonnetsave: Export Layout Geometry to Sonnet Format

SonnetSave

Aliases: sonnetsave,savesonnet,sonnet,sonnetout

Convert layout geometry to Sonnet format.

Warning: The output of this command may require some postprocessing.