StateDMI / Command / WriteDelayTablesMonthlyToStateMod
Overview
The WriteDelayTablesMonthlyToStateMod
command (from StateMod).
writes monthly delay tables that have been defined to a StateMod delay tables file.
Command Editor
The following dialog is used to edit the command and illustrates the command syntax.
WriteDelayTablesMonthlyToStateMod
Command Editor (see also the full-size image)
Command Syntax
The command syntax is as follows:
WriteDelayTablesMonthlyToStateMod(Parameter="Value",...)
Command Parameters
Parameter | Description | Default |
---|---|---|
OutputFile required |
The name of the output file to write, surrounded by double quotes. | None – must be specified. |
Precision |
The number of digits after the decimal point for data values. | 2 |
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
ReadDelayTablesMonthlyFromStateMod
commandWriteDelayTablesMonthlyToList
command