Parts

  • Used to specify the parts, streams and regions that needs to be exported/filtered to the Cax file.

  • This is an optional section.

  • Each data line should contain the name of part , stream id and regions that needs to be translated or filtered.

  • Users can use * as a wildcard character.

  • Usage Example:

    * PARTS
    - *MIXER*
    

Data Attributes

  • TRANSLATE: Translates the part from Cax output. This is the default behavior.

  • FILTER: Filters the part from Cax output.

Examples

Export all parts

* PARTS
- *
  • Exports the data pertaining to all the parts to output files.

  • This is default. If the parts section is not defined, data pertaining to all the parts are exported into the output files.

Export all parts with name

* PARTS
- *MIXER*
  • Exports the data pertaining to all the parts with MIXER name to output files.

Filter all parts and export Features

* PARTS
- *, FILTER
* CUTSECTIONS
- EQUATION="1Z=0.47"
  • No parts are written into the output files.

  • Only cut-sections information is exported into the output files.