The format to use when writing results to file. Specify one of the following values:
ctm
|
Creates a CTM file. |
sid
|
Creates a label file. Label files are often compatible with third-party applications. |
xml
|
Creates an XML file. |
Note: You can use the GetResults action to retrieve results. The action also has a Format parameter, which specifies the format to display results in. (The Format
configuration parameter specifies the format to use for writing results to disk.) If the Format
configuration parameter is set to either lab
or xml
, you must set the GetResults
Format
parameter to either bin
, raw
, or txt
.
Type: | String |
---|---|
Default: | sid |
Required: | No |
Configuration Section: | lidout, lbout, sidout, and wout modules |
Example: | Format=ctm
|
|