StateDMI / Command / WriteDelayTablesDailyToList
Overview
The WriteDelayTablesDailyToList
command (for StateMod)
writes daily delay tables that have been defined to a delimited file.
Command Editor
The following dialog is used to edit the command and illustrates the command syntax.
WriteDelayTablesDailyToList
Command Editor (see also the full-size image)
Command Syntax
The command syntax is as follows:
WriteDelayTablesDailyToList(Parameter="Value",...)
Command Parameters
Parameter | Description | Default |
---|---|---|
OutputFile required |
The name of the output file to write. | None – must be specified. |
Delimiter |
The character used to delimit columns in the file. | , (comma) |
WriteHow |
OverwriteFile if the file should be overwritten or UpdateFile if the file should be updated, resulting in the previous header being carried forward. |
OverwriteFile |
Examples
See the automated tests.
Troubleshooting
See Also
ReadDelayTablesDailyFromStateMod
commandWriteDelayTablesDailyToStateMod
command