snapshot_final

Property that produces a snapshot at the end of a run

Synopsis

snapshot_final = <n>

Description

If set to 1, a snapshot will be produced at the end of a run.

The default value is 0.

Parameters

<n-string>

A numeric value of 0 or 1.

Examples

The following code will produce a snapshot at the end of a run, regardless of any other snapshot settings:

simulation {
            snapshot_final = 1
    }

See Also

snapshot_date, snapshot_interval, snapshots