snapshot_date
Property that sets the simulation date for a snapshot to occur
Synopsis
snapshot_date = <date-string>
Description
This simulation property the sets the simulation date for a snapshot to occur.
It is not set by default.
Parameters
<date-string>
A string of the form
YYYY-MM-DD
, e.g.,2021-03-25
Examples
The following code will produce a snapshot on simulation date March
25, 2021
regardless of any other snapshot settings:
simulation {
snapshot_date = 2021-03-25
}