Download and try LinkCAD DXF, GDSII, CIF, PostScript Translator now for free!

LcSkipSteps

General Options | Overview

 

Type

String

Description

A list of conversion dialogs to skip. The corresponding dialogs will be invisible during the conversion process.

The list below shows valid names for the conversion steps. Separate the names with a semicolon (;), without spaces, and on a single line.

To skip all dialogs either list all dialog names or simply use the keyword "all": -LcSkipSteps=all .

 

Name

Description

SelectFormat

Skip the format selection dialog. The user will not be prompted to select the import and export format.

Specify the import format with LcImportFormat and the export format LcExportFormat.

ImportOptions

Skip the import options dialogs. The options for the selected import format need to be configured using the command line.

ExportOptions

Skip the export options dialogs. The options for the selected export format need to be configured using the command line.

SelectImportFile

Skip the "Open File..." dialog. Specify the filename of the imported file with LcImportFile.

ProgressDialog

Skip the "Progress" dialogs (both during import, export and batch conversion).

ImportLog

Skip the log dialog, which displays warning and errors that occurred during import.

OpenPolys

Skip the "Repair Open Polygons" dialog used to repair zero-width open polygons.

BatchTools

Skip the "Batch Tools" dialog in batch conversion mode.

StructureDialog

Skip the structure dialog, which displays the layer list and the cell hierarchy.

SelectExportFile

Skip the "Save File..." dialog. Specify the filename / path of the exported file(s) with LcExportFile.

ExportLog

Skip the log dialog, which displays warning and errors that occurred during export.

SummaryDialog

Skip the final dialog, which confirms the completion of the conversion.

 

Example

To skip the import and export options dialogs:

-LcSkipSteps="ImportOptions;ExportOptions"

See Also

LcImportFormat  | LcExportFormat | LcImportFile | LcExportFile | LcExitWhenFinished | LcNoRestart