StateDMI / Command / ReadDelayTablesDailyFromStateMod
Overview
The ReadDelayTablesDailyFromStateMod
command (for StateMod)
reads delay tables (daily) from a StateMod delay tables file.
For example, this command may be used to convert a delay table file between fraction and percent.
Command Editor
The following dialog is used to edit the command and illustrates the command syntax.
ReadDelayTablesDailyFromStateMod
Command Editor (see also the full-size image)
Command Syntax
The command syntax is as follows:
ReadDelayTablesDailyFromStateMod(Parameter="Value",...)
Command Parameters
Parameter | Description | Default |
---|---|---|
InputFile required |
The name of the input file to read, surrounded by double quotes. | None – must be specified. |
Scale |
If the StateMod delay table values are specified as fractions rather than percent, a scale of 100 can be used to convert the StateMod delay tables to percent. |
If not specified, no scale is applied to the delay values. |
Examples
See the automated tests.
Troubleshooting
See Also
ReadDelayTablesMonthlyFromStateMod
commandWriteDelayTablesDailyToStateMod
command