StateDMI / Command / WriteStreamEstimateCoefficientsToList
Overview
The WriteStreamEstimateCoefficientsToList command (for StateMod)
writes stream estimate coefficient data to a delimited file.
Command Editor
The following dialog is used to edit the command and illustrates the command syntax.
 
WriteStreamEstimateCoefficientsToList Command Editor (see also the full-size image)
Command Syntax
The command syntax is as follows:
WriteStreamEstimateCoefficientsToList(Parameter="Value",...)
Command Parameters
| Parameter | Description | Default | 
|---|---|---|
| OutputFilerequired | The name of the output file to write, surrounded by double quotes. | None – must be specified. | 
| WriteHow | OverwriteFileif the file should be overwritten orUpdateFileif the file should be updated, resulting in the previous header being carried forward. | OverwriteFile | 
| Delimiter | The delimiter character to use between columns. | ,(comma) | 
Examples
See the automated tests.