Build Control Options

OptionsDescription

-w <n>

Specifies the warning level to be displayed on the System Model Manager Console Output window. You can specify the following warning levels:

  • -w 1: displays errors only (default)

  • -w 2: displays warnings as well as errors

  • -w 3: displays info messages, warnings and errors.

  • -w 4: displays info messages, warnings and errors along with deep syntax validation and reporting.

    Note: This option can take a long time in computation so do not use this warning level by default.

-tempdir <path>

Specifies the temporary directory for build files. The default temporary directory is drawsvg_temp.

-output <filename>

Specifies the name of the file to save the built System Model SVG. If you specify the filename in the filename.svgz format, it tries to compress the file. If compression is not supported, it renames the output file to filename.svg.

The default System Model SVG filename is sysmodel.svg. If -compress option is set, the default file name is sysmodel.svgz.

-csv_output

Specifies the name of the file to save a CSV description of the built System Model. This includes items shown on the system model.

-csv_columns

Specifies the comma-separated list of columns to be included in the output CSV.

It does not perform any action, if -csv_output is not present. By default (if -csv_columns is not present), the columns are a sorted list of all attributes on all items.

-csv_labels

Specifies the comma-separated list of columns labels to be included in the output CSV. You must not use quotes or commas in label names. This option does not perform any action, if -csv_output is not present. If the list of column labels is shorter than -csv_columns, the remaining columns use the attribute name as the label.

-xml_output

Specifies the name of the file to save a combined system definition XML. Only items shown in the built system model are included.

-log <filename>

Specifies the file to store logging output.

-compress

Compresses the output file as an SVGZ file.

-clean

Caution: Deletes the contents of the temporary directory.