Delaying the Start of SMS Result Outputs
- 29 Jul 2022
- 1 Minute to read
- Print
Delaying the Start of SMS Result Outputs
- Updated on 29 Jul 2022
- 1 Minute to read
- Print
Article summary
Did you find this summary helpful?
Thank you for your feedback
Output of SMS results can optionally be started after a delay period.
The following code snippet shows an example of SMS result output starting at 4 hours:
...
<output output_after="14400.0" format="SMS9">
<variables>
Depth
Elevation
Flow
Velocity
Hazard
</variables>
<frequency>120</frequency>
</output>
...
Was this article helpful?