> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Export Slices to EOS

## About this Block

The Export Slices to EOS block exports slice data as a CLI (Common Layer Interface) file. This file can then be used in EOSPRINT 2 software. If the Supports input is checked, the block will generate the CLI as supports. The CLI file can be exported as ASCII or Binary format.

## Example File

Download Example: [Export Slices to EOS](https://storage.googleapis.com/files-learn/static/ExtendedBlockDocs/ExportSlicestoEOS.ntop)

*This file exports a slice stack as a CLI.*

![Export Slices to EOS](https://storage.googleapis.com/files-learn/static/ExtendedBlockDocs/ExportSlicestoEOS.png)

***

Export slice stack data to a CLI file for importing into EOSPRINT 2.

### Inputs

| Name        | Type                                                             | Description                                    |
| ----------- | ---------------------------------------------------------------- | ---------------------------------------------- |
| Path        | [Path](../../../../block-documentation/types/path)               | Path to export the CLI file to.                |
| Slice stack | [Slice Stack](../../../../block-documentation/types/slice-stack) | Slice stack to generate the CLI file from.     |
| Supports    | [Bool](../../../../block-documentation/types/bool)               | If checked, generate the CLI file as supports. |
| Format      | Ascii or Binary Enum                                             | Format to export the CLI file as.              |

### Outputs

| Type                                                                   |
| ---------------------------------------------------------------------- |
| [CLI slice data](../../../../block-documentation/types/cli-slice-data) |
