Print Chart
run_stmm -workarea <path to workarea> [-printall] [-printchart <chart names>] [-o <output file>] [-device <device name>]Prints the specified charts. If a device name was not specified, the default postscript device is used. The chart names might be an activity chart, a state chart, or module chart names. A comma separates chart names (for example:-printchart ach, sch, mch
).When an output file is specified, the chart is printed into this file. When no output file is specified, the chart is printed intochart_name.eps
under the workarea directory.If multiple charts are specified, along with an output file, the specified file name is used and extended with the chart name. If-printall
is specified, all the charts in the workarea are printed. In this case, -printchart
cannot be used.